Uses of Class
ru.cg.webbpm.modules.security.api.model.OrgUnit
Packages that use OrgUnit
Package
Description
-
Uses of OrgUnit in ru.cg.webbpm.modules.security.api.impl.dao.jooq
Methods in ru.cg.webbpm.modules.security.api.impl.dao.jooq that return OrgUnitModifier and TypeMethodDescriptionGets org unit by org unit code.OrgUnitDao.getOrgUnit
(String id) Gets org unit by passed id.Methods in ru.cg.webbpm.modules.security.api.impl.dao.jooq that return types with arguments of type OrgUnitModifier and TypeMethodDescriptionprotected org.jooq.RecordMapper<OrgUnitRecord,
OrgUnit> OrgUnitDao.createRecordMapper()
Creates org unit record mapper.OrgUnitDao.getOrgUnits
(OrgUnitService.OrgUnitFilter filter, boolean searchOnlyActual) Gets org units filtered by org unit filter.OrgUnitDao.getOrgUnitsWithParentsExisting
(NonPageableLoadOptions options) Gets org units using bottom-up recursion by load options.OrgUnitDao.getOrgUnitWithChildrenExisting
(String id, OrgUnitService.OrgUnitFilter filter) Gets org units using downward recursion by filter.Methods in ru.cg.webbpm.modules.security.api.impl.dao.jooq with parameters of type OrgUnitModifier and TypeMethodDescriptionvoid
OrgUnitDao.createOrgUnit
(OrgUnit orgUnit) Inserts org unit into database.void
OrgUnitDao.updateOrgUnit
(OrgUnit orgUnit) Updates org unit in database. -
Uses of OrgUnit in ru.cg.webbpm.modules.security.api.impl.service
Methods in ru.cg.webbpm.modules.security.api.impl.service that return OrgUnitModifier and TypeMethodDescriptionGets org unit by org unit id.Gets org unit by org unit code.Methods in ru.cg.webbpm.modules.security.api.impl.service that return types with arguments of type OrgUnitModifier and TypeMethodDescriptionOrgUnitServiceImpl.get
(OrgUnitService.OrgUnitFilter filter, boolean searchOnlyActual) Gets org units by passed org unit filter according to offset and limit parameters.OrgUnitServiceImpl.getInChildren
(String parentId, OrgUnitService.OrgUnitFilter filter) Gets org units by passed parent id and org unit filter according to offset and limit parameters.OrgUnitServiceImpl.getWithParents
(NonPageableLoadOptions loadOptions) Gets org units according to load options.Methods in ru.cg.webbpm.modules.security.api.impl.service with parameters of type OrgUnit -
Uses of OrgUnit in ru.cg.webbpm.modules.security.api.model
Methods in ru.cg.webbpm.modules.security.api.model that return OrgUnitMethods in ru.cg.webbpm.modules.security.api.model with parameters of type OrgUnit -
Uses of OrgUnit in ru.cg.webbpm.modules.security.api.service
Methods in ru.cg.webbpm.modules.security.api.service that return OrgUnitModifier and TypeMethodDescriptionMethods in ru.cg.webbpm.modules.security.api.service that return types with arguments of type OrgUnitModifier and TypeMethodDescriptionOrgUnitService.get()
OrgUnitService.get
(OrgUnitService.OrgUnitFilter filter) OrgUnitService.get
(OrgUnitService.OrgUnitFilter filter, boolean searchOnlyActual) OrgUnitService.getInChildren
(String parentId, OrgUnitService.OrgUnitFilter filter) OrgUnitService.getWithParents
(NonPageableLoadOptions loadOptions) Methods in ru.cg.webbpm.modules.security.api.service with parameters of type OrgUnit -
Uses of OrgUnit in ru.cg.webbpm.modules.security.db.synchronization.api.org_unit
Methods in ru.cg.webbpm.modules.security.db.synchronization.api.org_unit that return OrgUnitModifier and TypeMethodDescriptionprotected OrgUnit
BaseOrgUnitSynchronizationServiceImpl.insert
(OrgUnitToSync sourceUnit, String targetParentId) protected OrgUnit
BaseOrgUnitSynchronizationServiceImpl.upsert
(T sourceUnit, OrgUnit targetUnit, String targetParentId) Methods in ru.cg.webbpm.modules.security.db.synchronization.api.org_unit with parameters of type OrgUnitModifier and TypeMethodDescriptionprotected void
BaseOrgUnitSynchronizationServiceImpl.update
(OrgUnitToSync sourceUnit, OrgUnit targetUnit, String targetParentId) protected OrgUnit
BaseOrgUnitSynchronizationServiceImpl.upsert
(T sourceUnit, OrgUnit targetUnit, String targetParentId) Method parameters in ru.cg.webbpm.modules.security.db.synchronization.api.org_unit with type arguments of type OrgUnitModifier and TypeMethodDescriptionprotected void
BaseOrgUnitSynchronizationServiceImpl.delete
(Collection<OrgUnit> orgUnits) -
Uses of OrgUnit in ru.cg.webbpm.modules.security.db.synchronization.api.user
Methods in ru.cg.webbpm.modules.security.db.synchronization.api.user that return OrgUnitModifier and TypeMethodDescriptionprotected OrgUnit
SingleUserSyncServiceImpl.getOrgUnit
(UserToSync user)