Method | Description | |
---|---|---|
SupplierMgr ( ISupplierDao entityDao, IAddressMgr addressMgr, IWorkCenterMgr workCenterMgr, ICriteriaMgr criteriaMgr, IPermissionMgr permissionMgr, IPermissionCategoryMgr permissionCategoryMgr, IUserPermissionMgr userPermissionMgr, IPartyDao partyDao, IUserMgr userMgr, ISqlHelperDao sqlHelperDao ) : System.Collections.Generic |
Method | Description | |
---|---|---|
CheckAndLoadSupplier ( string supplierCode ) : Supplier | ||
CreateSupplier ( Supplier entity ) : void | ||
CreateSupplier ( Supplier entity, com.Sconit.Entity.MasterData.User currentUser ) : void | ||
CreateSupplierOnly ( Supplier entity ) : int | ||
DeleteSupplier ( Supplier supplier ) : void | ||
DeleteSupplier ( string code ) : void | ||
DeleteSupplierOnly ( string code ) : int | ||
GetSupplier ( string userCode ) : IList |
||
GetSupplier ( string userCode, bool includeInactive ) : IList |
public SupplierMgr ( ISupplierDao entityDao, IAddressMgr addressMgr, IWorkCenterMgr workCenterMgr, ICriteriaMgr criteriaMgr, IPermissionMgr permissionMgr, IPermissionCategoryMgr permissionCategoryMgr, IUserPermissionMgr userPermissionMgr, IPartyDao partyDao, IUserMgr userMgr, ISqlHelperDao sqlHelperDao ) : System.Collections.Generic | ||
entityDao | ISupplierDao | |
addressMgr | IAddressMgr | |
workCenterMgr | IWorkCenterMgr | |
criteriaMgr | ICriteriaMgr | |
permissionMgr | IPermissionMgr | |
permissionCategoryMgr | IPermissionCategoryMgr | |
userPermissionMgr | IUserPermissionMgr | |
partyDao | IPartyDao | |
userMgr | IUserMgr | |
sqlHelperDao | ISqlHelperDao | |
return | System.Collections.Generic |