C# Class com.Sconit.Persistence.Transportation.NH.NHExpenseBaseDao

Inheritance: NHDaoBase, IExpenseBaseDao
Mostra file Open project: Novthirteen/yfkey-scms

Public Methods

Method Description
CreateExpense ( Expense entity ) : void
DeleteExpense ( Expense entity ) : void
DeleteExpense ( IList entityList ) : void
DeleteExpense ( IList pkList ) : void
DeleteExpense ( String code ) : void
GetAllExpense ( ) : IList
LoadExpense ( String code ) : Expense
NHExpenseBaseDao ( ISessionManager sessionManager ) : System
UpdateExpense ( Expense entity ) : void

Method Details

CreateExpense() public method

public CreateExpense ( Expense entity ) : void
entity Expense
return void

DeleteExpense() public method

public DeleteExpense ( Expense entity ) : void
entity Expense
return void

DeleteExpense() public method

public DeleteExpense ( IList entityList ) : void
entityList IList
return void

DeleteExpense() public method

public DeleteExpense ( IList pkList ) : void
pkList IList
return void

DeleteExpense() public method

public DeleteExpense ( String code ) : void
code String
return void

GetAllExpense() public method

public GetAllExpense ( ) : IList
return IList

LoadExpense() public method

public LoadExpense ( String code ) : Expense
code String
return Expense

NHExpenseBaseDao() public method

public NHExpenseBaseDao ( ISessionManager sessionManager ) : System
sessionManager ISessionManager
return System

UpdateExpense() public method

public UpdateExpense ( Expense entity ) : void
entity Expense
return void