C# Class com.Sconit.Service.MasterData.Impl.RegionMgr

Inheritance: RegionBaseMgr, IRegionMgr
Show file Open project: Novthirteen/yfkey-scms

Public Methods

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

Private Methods

Method Description
CreateRegion ( Region entity ) : void
CreateRegion ( Region entity, com.Sconit.Entity.MasterData.User currentUser ) : void
CreateRegionOnly ( Region entity ) : int
DeleteRegion ( Region region ) : void
DeleteRegion ( string code ) : void
DeleteRegionOnly ( string code ) : int
GetRegion ( string userCode ) : IList
GetRegion ( string userCode, bool includeInactive ) : IList

Method Details

RegionMgr() public method

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