Uses of Class
lumis.portal.serviceinterface.ServiceInterfaceConfig

Packages that use ServiceInterfaceConfig
lumis.content.service   
lumis.doui.service   
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.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 ServiceInterfaceDaoJdbc.get(String serviceInterfaceId, ITransaction daoTransaction)
           
 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 ServiceInterfaceDaoJdbc.addOrUpdate(ServiceInterfaceConfig serviceInterfaceConfig, ITransaction daoTransaction)
           
 void ServiceInterfaceDaoHib.addOrUpdate(ServiceInterfaceConfig serviceInterfaceConfig, ITransaction daoTransaction)
           
 void IServiceInterfaceDao.addOrUpdate(ServiceInterfaceConfig serviceInterfaceConfig, ITransaction daoTransaction)
          Add or update the service's interface.
 boolean ServiceInterfaceDaoJdbc.delete(ServiceInterfaceConfig serviceInterfaceConfig, ITransaction daoTransaction)
           
 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  4.1.0.071221 - Copyright © 2001-2007, Lumis. All Rights Reserved.