Method | Description | |
---|---|---|
CustomerMgr ( ICustomerDao entityDao, IAddressMgr addressMgr, IWorkCenterMgr workCenterMgr, ICriteriaMgr criteriaMgr, IPermissionMgr permissionMgr, IPermissionCategoryMgr permissionCategoryMgr, IUserPermissionMgr userPermissionMgr, IUserMgr userMgr, IPartyDao partyDao, ISqlHelperDao sqlHelperDao ) : System.Collections.Generic |
Method | Description | |
---|---|---|
CreateCustomer ( com.Sconit.Entity.MasterData.Customer entity ) : void | ||
CreateCustomer ( com.Sconit.Entity.MasterData.Customer entity, com.Sconit.Entity.MasterData.User currentUser ) : void | ||
CreateCustomerOnly ( com.Sconit.Entity.MasterData.Customer entity ) : int | ||
DeleteCustomer ( com.Sconit.Entity.MasterData.Customer customer ) : void | ||
DeleteCustomer ( string code ) : void | ||
DeleteCustomerOnly ( string code ) : int | ||
GetCustomer ( string userCode ) : IList |
||
GetCustomer ( string userCode, bool includeInactive ) : IList |
public CustomerMgr ( ICustomerDao entityDao, IAddressMgr addressMgr, IWorkCenterMgr workCenterMgr, ICriteriaMgr criteriaMgr, IPermissionMgr permissionMgr, IPermissionCategoryMgr permissionCategoryMgr, IUserPermissionMgr userPermissionMgr, IUserMgr userMgr, IPartyDao partyDao, ISqlHelperDao sqlHelperDao ) : System.Collections.Generic | ||
entityDao | ICustomerDao | |
addressMgr | IAddressMgr | |
workCenterMgr | IWorkCenterMgr | |
criteriaMgr | ICriteriaMgr | |
permissionMgr | IPermissionMgr | |
permissionCategoryMgr | IPermissionCategoryMgr | |
userPermissionMgr | IUserPermissionMgr | |
userMgr | IUserMgr | |
partyDao | IPartyDao | |
sqlHelperDao | ISqlHelperDao | |
return | System.Collections.Generic |