|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServiceInstanceDependencyConfig | |
---|---|
lumis.portal.serviceinstance |
Uses of ServiceInstanceDependencyConfig in lumis.portal.serviceinstance |
---|
Methods in lumis.portal.serviceinstance that return ServiceInstanceDependencyConfig | |
---|---|
ServiceInstanceDependencyConfig |
ServiceInstanceDependencyConfig.clone()
|
ServiceInstanceDependencyConfig |
ServiceInstanceManager.getDependency(String serviceInstanceDependencyId,
ITransaction transaction)
|
ServiceInstanceDependencyConfig |
IServiceInstanceManager.getDependency(String serviceInstanceDependencyId,
ITransaction transaction)
|
ServiceInstanceDependencyConfig |
ServiceInstanceDaoJdbc.getServiceInstanceDependency(String dependencyId,
ITransaction transaction)
|
ServiceInstanceDependencyConfig |
ServiceInstanceDaoHib.getServiceInstanceDependency(String dependencyId,
ITransaction transaction)
|
ServiceInstanceDependencyConfig |
IServiceInstanceDao.getServiceInstanceDependency(String dependencyId,
ITransaction transaction)
Get a ServiceInstanceDependencyConfig by the dependencyId. |
Methods in lumis.portal.serviceinstance with parameters of type ServiceInstanceDependencyConfig | |
---|---|
void |
ServiceInstanceDaoJdbc.addServiceInstanceDependency(ServiceInstanceDependencyConfig serviceInstanceDependencyConfig,
ITransaction transaction)
|
void |
ServiceInstanceDaoHib.addServiceInstanceDependency(ServiceInstanceDependencyConfig serviceInstanceDependencyConfig,
ITransaction transaction)
|
void |
IServiceInstanceDao.addServiceInstanceDependency(ServiceInstanceDependencyConfig serviceInstanceDependencyConfig,
ITransaction transaction)
Add the given service instance dependency to the persistence. |
void |
ServiceInstanceDependencyConfig.serialize(ServiceInstanceDependencyConfig dependencyConfig,
OutputStream outputStream)
|
void |
ServiceInstanceManager.setServiceInstanceDependency(ServiceInstanceDependencyConfig serviceInstanceDependencyConfig,
ITransaction transaction)
|
void |
IServiceInstanceManager.setServiceInstanceDependency(ServiceInstanceDependencyConfig serviceInstanceDependencyConfig,
ITransaction transaction)
Sets the given service instance dependency. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |