Uses of Class
lumis.portal.serviceinterface.ServiceInterfaceConfig

Packages that use ServiceInterfaceConfig
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   
 

Uses of ServiceInterfaceConfig in lumis.content.service
 

Methods in lumis.content.service with parameters of type ServiceInterfaceConfig
 void ContentServiceInterface.load(ServiceInterfaceConfig config)
           
 

Uses of ServiceInterfaceConfig in lumis.doui.service
 

Methods in lumis.doui.service with parameters of type ServiceInterfaceConfig
 void IDouiServiceInterface.addDefaultDouiDefinitionValues(SessionConfig sessionConfig, ServiceInterfaceConfig serviceInterfaceConfig, Node douiDefinitionNode, ITransaction transaction)
           
 void DouiServiceInterface.addDefaultDouiDefinitionValues(SessionConfig sessionConfig, ServiceInterfaceConfig serviceInterfaceConfig, Node douiDefinitionNode, ITransaction transaction)
           
 

Uses of ServiceInterfaceConfig in lumis.lptf.portal.serviceinterface
 

Methods in lumis.lptf.portal.serviceinterface that return ServiceInterfaceConfig
 ServiceInterfaceConfig MockServiceInterfaceRenderRequest.getServiceInterfaceConfig()
           
 

Methods in lumis.lptf.portal.serviceinterface with parameters of type ServiceInterfaceConfig
 void MockServiceInterfaceRenderRequest.setServiceInterfaceConfig(ServiceInterfaceConfig serviceInterfaceConfig)
           
 void IMockServiceInterfaceRequest.setServiceInterfaceConfig(ServiceInterfaceConfig serviceInterfaceConfig)
          Sets the new ServiceInterfaceConfig instance to be available in IServiceInterfaceRequest.getServiceInterfaceConfig().
 

Uses of ServiceInterfaceConfig in lumis.portal.servicecontainer
 

Fields in lumis.portal.servicecontainer declared as ServiceInterfaceConfig
protected  ServiceInterfaceConfig ServiceContainerRequest.serviceInterfaceConfig
           
 

Methods in lumis.portal.servicecontainer that return ServiceInterfaceConfig
 ServiceInterfaceConfig ServiceContainerRequest.getServiceInterfaceConfig()
           
 

Methods in lumis.portal.servicecontainer with parameters of type ServiceInterfaceConfig
 void ServiceContainerRequest.setServiceInterfaceConfig(ServiceInterfaceConfig serviceInterfaceConfig)
           
 

Uses of ServiceInterfaceConfig in lumis.portal.serviceinterface
 

Methods in lumis.portal.serviceinterface that return ServiceInterfaceConfig
 ServiceInterfaceConfig ServiceInterfaceDaoHib.get(String serviceInterfaceId, ITransaction daoTransaction)
           
 ServiceInterfaceConfig IServiceInterfaceDao.get(String interfaceId, ITransaction daoTransaction)
          Get the service's interface.
 ServiceInterfaceConfig IServiceInterfaceRequest.getServiceInterfaceConfig()
           
 ServiceInterfaceConfig ServiceInterfaceManager.getServiceInterfaceConfig(String serviceInterfaceId, ITransaction transaction)
           
 ServiceInterfaceConfig IServiceInterfaceManager.getServiceInterfaceConfig(String serviceInterfaceId, ITransaction transaction)
          Get the configuration of the service interface.
 

Methods in lumis.portal.serviceinterface with parameters of type ServiceInterfaceConfig
 void ServiceInterfaceDaoHib.addOrUpdate(ServiceInterfaceConfig serviceInterfaceConfig, ITransaction daoTransaction)
           
 void IServiceInterfaceDao.addOrUpdate(ServiceInterfaceConfig serviceInterfaceConfig, ITransaction daoTransaction)
          Add or update the service's interface.
 boolean ServiceInterfaceDaoHib.delete(ServiceInterfaceConfig serviceInterfaceConfig, ITransaction daoTransaction)
           
 boolean IServiceInterfaceDao.delete(ServiceInterfaceConfig serviceInterfaceConfig, ITransaction daoTransaction)
          Delete the service's interface.
protected  String ServiceInterfaceDaoHib.getIdentifier(ServiceInterfaceConfig serviceInterfaceConfig)
           
 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 GenericServiceInterface.load(ServiceInterfaceConfig config)
           
 void ServiceInterfaceManager.unregister(SessionConfig sessionConfig, ServiceInterfaceConfig serviceInterfaceConfig, ITransaction transaction)
           
 void IServiceInterfaceManager.unregister(SessionConfig sessionConfig, ServiceInterfaceConfig serviceInterfaceConfig, ITransaction transaction)
          Unregister the Service Interface.
 

Uses of ServiceInterfaceConfig in lumis.portal.serviceinterface.serialization
 

Methods in lumis.portal.serviceinterface.serialization with parameters of type ServiceInterfaceConfig
 SerializationMessageConfigNode ServiceInterfaceSerializationManager.getSerializationMessageConfigNode(BaseSerializationContext baseSerializationContext, ServiceInterfaceConfig serviceInterfaceConfig)
           
 SerializationMessageConfigNode IServiceInterfaceSerializationManager.getSerializationMessageConfigNode(BaseSerializationContext baseSerializationContext, ServiceInterfaceConfig serviceInterfaceConfig)
          Get a SerializationMessageConfigNode object containing partially recursive information about a service interface.
 



Lumisportal  6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.