Package | Description |
---|---|
lumis.lptf.portal.structure |
This package contain the classes needed to perform common operations in
portal structure that are needed during the execution of portal components
tests.
|
lumis.portal.serviceinstance |
Modifier and Type | Method and Description |
---|---|
ServiceInstanceDependencyConfig |
StructureHelper.makeDependency(ServiceInstanceConfig serviceInstance,
ServiceInstanceConfig dependentServiceInstance,
String dependencyType)
Creates a dependency between the given service instances and returns the dependency configuration.
Uses the given dependencyType parameter to set the dependency type. |
Modifier and Type | Method and Description |
---|---|
ServiceInstanceDependencyConfig |
ServiceInstanceDependencyConfig.clone() |
ServiceInstanceDependencyConfig |
IServiceInstanceManager.getDependency(String serviceInstanceDependencyId,
ITransaction transaction) |
ServiceInstanceDependencyConfig |
ServiceInstanceManager.getDependency(String serviceInstanceDependencyId,
ITransaction transaction) |
ServiceInstanceDependencyConfig |
IServiceInstanceDao.getServiceInstanceDependency(String dependencyId,
ITransaction transaction)
Get a
ServiceInstanceDependencyConfig by the dependencyId. |
ServiceInstanceDependencyConfig |
ServiceInstanceDaoHib.getServiceInstanceDependency(String dependencyId,
ITransaction transaction) |
ServiceInstanceDependencyConfig |
ServiceInstanceDaoJdbc.getServiceInstanceDependency(String dependencyId,
ITransaction transaction) |
Modifier and Type | Method and Description |
---|---|
void |
IServiceInstanceDao.addServiceInstanceDependency(ServiceInstanceDependencyConfig serviceInstanceDependencyConfig,
ITransaction transaction)
Add the given service instance dependency to the persistence.
|
void |
ServiceInstanceDaoHib.addServiceInstanceDependency(ServiceInstanceDependencyConfig serviceInstanceDependencyConfig,
ITransaction transaction) |
void |
ServiceInstanceDaoJdbc.addServiceInstanceDependency(ServiceInstanceDependencyConfig serviceInstanceDependencyConfig,
ITransaction transaction) |
void |
ServiceInstanceDependencyConfig.serialize(ServiceInstanceDependencyConfig dependencyConfig,
OutputStream outputStream) |
void |
IServiceInstanceManager.setServiceInstanceDependency(ServiceInstanceDependencyConfig serviceInstanceDependencyConfig,
ITransaction transaction)
Sets the given service instance dependency.
|
void |
ServiceInstanceManager.setServiceInstanceDependency(ServiceInstanceDependencyConfig serviceInstanceDependencyConfig,
ITransaction transaction) |
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.