| Modifier and Type | Method and Description | 
|---|---|
Set<BusinessServiceEntity> | 
BusinessServiceDao.findParents(BusinessServiceEntity child)  | 
| Modifier and Type | Method and Description | 
|---|---|
BusinessServiceEntity | 
BusinessServiceEntity.addChildServiceEdge(BusinessServiceEntity child,
                   AbstractMapFunctionEntity mapFunction)  | 
BusinessServiceEntity | 
BusinessServiceEntity.addChildServiceEdge(BusinessServiceEntity child,
                   AbstractMapFunctionEntity mapFunction,
                   int weight)  | 
Set<BusinessServiceEntity> | 
BusinessServiceDao.findParents(BusinessServiceEntity child)  | 
void | 
BusinessServiceEdgeEntity.setBusinessService(BusinessServiceEntity service)  | 
void | 
BusinessServiceChildEdgeEntity.setChild(BusinessServiceEntity child)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<BusinessServiceEntity> | 
BusinessServiceDaoImpl.findMatching(Criteria criteria)  | 
Set<BusinessServiceEntity> | 
BusinessServiceDaoImpl.findParents(BusinessServiceEntity child)  | 
| Modifier and Type | Method and Description | 
|---|---|
Set<BusinessServiceEntity> | 
BusinessServiceDaoImpl.findParents(BusinessServiceEntity child)  | 
| Modifier and Type | Method and Description | 
|---|---|
BusinessServiceEntity | 
BusinessServiceImpl.getEntity()  | 
| Constructor and Description | 
|---|
BusinessServiceImpl(BusinessServiceManager manager,
                   BusinessServiceEntity entity)  | 
| Modifier and Type | Method and Description | 
|---|---|
static BusinessServiceEntity | 
BsmTestUtils.createDummyBusinessService(String serviceName)  | 
BusinessServiceEntity | 
BusinessServiceEntityBuilder.toEntity()  | 
| Modifier and Type | Method and Description | 
|---|---|
BusinessServiceEntityBuilder | 
BusinessServiceEntityBuilder.addChildren(BusinessServiceEntity child,
           AbstractMapFunctionEntity mapFunctionEntity)  | 
BusinessServiceEntityBuilder | 
BusinessServiceEntityBuilder.addChildren(BusinessServiceEntity child,
           AbstractMapFunctionEntity mapFunctionEntity,
           int weight)  | 
static BusinessServiceRequestDTO | 
BsmTestUtils.toRequestDto(BusinessServiceEntity input)  | 
static BusinessServiceResponseDTO | 
BsmTestUtils.toResponseDto(BusinessServiceEntity input)  | 
| Modifier and Type | Method and Description | 
|---|---|
BusinessServiceEntity | 
BambooTestHierarchy.getAgentsService()  | 
BusinessServiceEntity | 
BambooTestHierarchy.getBambooService()  | 
BusinessServiceEntity | 
SimpleTestHierarchy.getChild1()  | 
BusinessServiceEntity | 
BusinessServicesShareIpServiceHierarchy.getChild1()  | 
BusinessServiceEntity | 
SimpleTestHierarchy.getChild2()  | 
BusinessServiceEntity | 
BusinessServicesShareIpServiceHierarchy.getChild2()  | 
BusinessServiceEntity | 
BambooTestHierarchy.getMasterService()  | 
BusinessServiceEntity | 
SimpleTestHierarchy.getRoot()  | 
BusinessServiceEntity | 
BusinessServicesShareIpServiceHierarchy.getRoot()  | 
| Modifier and Type | Method and Description | 
|---|---|
List<BusinessServiceEntity> | 
BambooTestHierarchy.getServices()  | 
List<BusinessServiceEntity> | 
SimpleTestHierarchy.getServices()  | 
List<BusinessServiceEntity> | 
BusinessServicesShareIpServiceHierarchy.getServices()  | 
Copyright © 2021. All rights reserved.