| Package | Description |
|---|---|
| org.coodex.concrete.accounts.organization.entities | |
| org.coodex.concrete.accounts.organization.repositories |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDepartmentEntity
Created by davidoff shen on 2017-05-03.
|
class |
AbstractInstitutionEntity
Created by davidoff shen on 2017-05-03.
|
| Modifier and Type | Method and Description |
|---|---|
OrganizationEntity |
AbstractPositionEntity.getBelongTo() |
OrganizationEntity |
OrganizationEntity.getHigherLevel() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractPositionEntity.setBelongTo(OrganizationEntity belongTo) |
void |
OrganizationEntity.setHigherLevel(OrganizationEntity higherLevel) |
| Modifier and Type | Method and Description |
|---|---|
OrganizationEntity |
OrganizationRepo.findOneByTenantAndNameAndHigherLevelId(String tenant,
String name,
String higherLevelId) |
OrganizationEntity |
OrganizationRepo.findOneByTenantAndNameAndHigherLevelIdAndIdNot(String tenant,
String name,
String higherLevelId,
String id) |
| Modifier and Type | Method and Description |
|---|---|
List<OrganizationEntity> |
OrganizationRepo.findByTenantAndHigherLevelId(String tenant,
String higherLevelId) |
Copyright © 2018. All rights reserved.