C# 클래스 com.Sconit.Persistence.Transportation.NH.NHTransportationAddressBaseDao

상속: NHDaoBase, ITransportationAddressBaseDao
파일 보기 프로젝트 열기: Novthirteen/yfkey-scms

공개 메소드들

메소드 설명
CreateTransportationAddress ( TransportationAddress entity ) : void
DeleteTransportationAddress ( IList pkList ) : void
DeleteTransportationAddress ( IList entityList ) : void
DeleteTransportationAddress ( Int32 id ) : void
DeleteTransportationAddress ( TransportationAddress entity ) : void
GetAllTransportationAddress ( ) : IList
LoadTransportationAddress ( Int32 id ) : TransportationAddress
NHTransportationAddressBaseDao ( ISessionManager sessionManager ) : System
UpdateTransportationAddress ( TransportationAddress entity ) : void

메소드 상세

CreateTransportationAddress() 공개 메소드

public CreateTransportationAddress ( TransportationAddress entity ) : void
entity com.Sconit.Entity.Transportation.TransportationAddress
리턴 void

DeleteTransportationAddress() 공개 메소드

public DeleteTransportationAddress ( IList pkList ) : void
pkList IList
리턴 void

DeleteTransportationAddress() 공개 메소드

public DeleteTransportationAddress ( IList entityList ) : void
entityList IList
리턴 void

DeleteTransportationAddress() 공개 메소드

public DeleteTransportationAddress ( Int32 id ) : void
id System.Int32
리턴 void

DeleteTransportationAddress() 공개 메소드

public DeleteTransportationAddress ( TransportationAddress entity ) : void
entity com.Sconit.Entity.Transportation.TransportationAddress
리턴 void

GetAllTransportationAddress() 공개 메소드

public GetAllTransportationAddress ( ) : IList
리턴 IList

LoadTransportationAddress() 공개 메소드

public LoadTransportationAddress ( Int32 id ) : TransportationAddress
id System.Int32
리턴 com.Sconit.Entity.Transportation.TransportationAddress

NHTransportationAddressBaseDao() 공개 메소드

public NHTransportationAddressBaseDao ( ISessionManager sessionManager ) : System
sessionManager ISessionManager
리턴 System

UpdateTransportationAddress() 공개 메소드

public UpdateTransportationAddress ( TransportationAddress entity ) : void
entity com.Sconit.Entity.Transportation.TransportationAddress
리턴 void