Method | Description | |
---|---|---|
RegionMgr ( IRegionDao entityDao, ICriteriaMgr criteriaMgr, IWorkCenterMgr workCenterMgr, IAddressMgr addressMgr, IPermissionMgr permissionMgr, IPermissionCategoryMgr permissionCategoryMgr, IUserPermissionMgr userPermissionMgr, IUserMgr userMgr, IPartyDao partyDao, ISqlHelperDao sqlHelperDao ) : System.Collections.Generic |
Method | Description | |
---|---|---|
CreateRegion ( |
||
CreateRegion ( |
||
CreateRegionOnly ( |
||
DeleteRegion ( |
||
DeleteRegion ( string code ) : void | ||
DeleteRegionOnly ( string code ) : int | ||
GetRegion ( string userCode ) : IList |
||
GetRegion ( string userCode, bool includeInactive ) : IList |
public RegionMgr ( IRegionDao entityDao, ICriteriaMgr criteriaMgr, IWorkCenterMgr workCenterMgr, IAddressMgr addressMgr, IPermissionMgr permissionMgr, IPermissionCategoryMgr permissionCategoryMgr, IUserPermissionMgr userPermissionMgr, IUserMgr userMgr, IPartyDao partyDao, ISqlHelperDao sqlHelperDao ) : System.Collections.Generic | ||
entityDao | IRegionDao | |
criteriaMgr | ICriteriaMgr | |
workCenterMgr | IWorkCenterMgr | |
addressMgr | IAddressMgr | |
permissionMgr | IPermissionMgr | |
permissionCategoryMgr | IPermissionCategoryMgr | |
userPermissionMgr | IUserPermissionMgr | |
userMgr | IUserMgr | |
partyDao | IPartyDao | |
sqlHelperDao | ISqlHelperDao | |
return | System.Collections.Generic |