Package | Description |
---|---|
lumis.content.service | |
lumis.doui.service | |
lumis.lptf.portal.serviceinterface |
This package contains the mocks and the test base class useful to perform
tests on service interfaces.
|
lumis.portal.servicecontainer | |
lumis.portal.serviceinterface | |
lumis.portal.serviceinterface.serialization |
Modifier and Type | Method and Description |
---|---|
void |
ContentServiceInterface.load(ServiceInterfaceConfig config) |
Modifier and Type | Method and Description |
---|---|
void |
DouiServiceInterface.addDefaultDouiDefinitionValues(SessionConfig sessionConfig,
ServiceInterfaceConfig serviceInterfaceConfig,
Node douiDefinitionNode,
ITransaction transaction) |
void |
IDouiServiceInterface.addDefaultDouiDefinitionValues(SessionConfig sessionConfig,
ServiceInterfaceConfig serviceInterfaceConfig,
Node douiDefinitionNode,
ITransaction transaction) |
Modifier and Type | Method and Description |
---|---|
void |
IMockServiceInterfaceRequest.setServiceInterfaceConfig(ServiceInterfaceConfig serviceInterfaceConfig)
Sets the new ServiceInterfaceConfig instance to be available in
IServiceInterfaceRequest.getServiceInterfaceConfig() . |
Modifier and Type | Field and Description |
---|---|
protected ServiceInterfaceConfig |
ServiceContainerRequest.serviceInterfaceConfig |
Modifier and Type | Method and Description |
---|---|
ServiceInterfaceConfig |
ServiceContainerRequest.getServiceInterfaceConfig() |
Modifier and Type | Method and Description |
---|---|
void |
ServiceContainerRequest.setServiceInterfaceConfig(ServiceInterfaceConfig serviceInterfaceConfig) |
Modifier and Type | Method and Description |
---|---|
ServiceInterfaceConfig |
IServiceInterfaceDao.get(String interfaceId,
ITransaction daoTransaction)
Get the service's interface.
|
ServiceInterfaceConfig |
ServiceInterfaceDaoHib.get(String serviceInterfaceId,
ITransaction daoTransaction) |
ServiceInterfaceConfig |
IServiceInterfaceRequest.getServiceInterfaceConfig() |
ServiceInterfaceConfig |
IServiceInterfaceManager.getServiceInterfaceConfig(String serviceInterfaceId,
ITransaction transaction)
Get the configuration of the service interface.
|
ServiceInterfaceConfig |
ServiceInterfaceManager.getServiceInterfaceConfig(String serviceInterfaceId,
ITransaction transaction) |
Modifier and Type | Method and Description |
---|---|
void |
IServiceInterfaceDao.addOrUpdate(ServiceInterfaceConfig serviceInterfaceConfig,
ITransaction daoTransaction)
Add or update the service's interface.
|
void |
ServiceInterfaceDaoHib.addOrUpdate(ServiceInterfaceConfig serviceInterfaceConfig,
ITransaction daoTransaction) |
boolean |
IServiceInterfaceDao.delete(ServiceInterfaceConfig serviceInterfaceConfig,
ITransaction daoTransaction)
Delete the service's interface.
|
boolean |
ServiceInterfaceDaoHib.delete(ServiceInterfaceConfig serviceInterfaceConfig,
ITransaction daoTransaction) |
protected String |
ServiceInterfaceDaoHib.getIdentifier(ServiceInterfaceConfig serviceInterfaceConfig) |
void |
GenericServiceInterface.load(ServiceInterfaceConfig config) |
void |
IServiceInterface.load(ServiceInterfaceConfig config)
Called by the service interface container to indicate to a service interface that the service
interface is being placed into service.
|
void |
IServiceInterfaceManager.unregister(SessionConfig sessionConfig,
ServiceInterfaceConfig serviceInterfaceConfig,
ITransaction transaction)
Unregister the Service Interface.
|
void |
ServiceInterfaceManager.unregister(SessionConfig sessionConfig,
ServiceInterfaceConfig serviceInterfaceConfig,
ITransaction transaction) |
Modifier and Type | Method and Description |
---|---|
SerializationMessageConfigNode |
IServiceInterfaceSerializationManager.getSerializationMessageConfigNode(BaseSerializationContext baseSerializationContext,
ServiceInterfaceConfig serviceInterfaceConfig)
Get a
SerializationMessageConfigNode object containing partially recursive information about a service interface. |
SerializationMessageConfigNode |
ServiceInterfaceSerializationManager.getSerializationMessageConfigNode(BaseSerializationContext baseSerializationContext,
ServiceInterfaceConfig serviceInterfaceConfig) |
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.