Uses of Class
lumis.portal.serviceinterface.style.ServiceInterfaceStyleConfig

Packages that use ServiceInterfaceStyleConfig
lumis.portal.serviceinterface   
lumis.portal.serviceinterface.style   
 

Uses of ServiceInterfaceStyleConfig in lumis.portal.serviceinterface
 

Methods in lumis.portal.serviceinterface that return ServiceInterfaceStyleConfig
 ServiceInterfaceStyleConfig ServiceInterfaceManager.getStyle(SessionConfig sessionConfig, String serviceInterfaceStyleId, String serviceInterfaceId, ITransaction transaction)
           
 ServiceInterfaceStyleConfig IServiceInterfaceManager.getStyle(SessionConfig sessionConfig, String serviceInterfaceStyleId, String serviceInterfaceId, ITransaction transaction)
          Get the style configuration os the service interface.
 ServiceInterfaceStyleConfig ServiceInterfaceManager.getStyleByServiceInterfaceInstanceId(SessionConfig sessionConfig, String serviceInterfaceInstanceId, ITransaction transaction)
           
 ServiceInterfaceStyleConfig IServiceInterfaceManager.getStyleByServiceInterfaceInstanceId(SessionConfig sessionConfig, String serviceInterfaceInstanceId, ITransaction transaction)
          Get the Style given the ServiceInterfaceInstanceId.
 

Methods in lumis.portal.serviceinterface with parameters of type ServiceInterfaceStyleConfig
 void ServiceInterfaceManager.addOrUpdateStyle(SessionConfig sessionConfig, ServiceInterfaceStyleConfig serviceInterfaceStyleConfig, ITransaction transaction)
           
 void IServiceInterfaceManager.addOrUpdateStyle(SessionConfig sessionConfig, ServiceInterfaceStyleConfig serviceInterfaceStyleConfig, ITransaction transaction)
          Add or update a Style.
 

Uses of ServiceInterfaceStyleConfig in lumis.portal.serviceinterface.style
 

Methods in lumis.portal.serviceinterface.style that return ServiceInterfaceStyleConfig
 ServiceInterfaceStyleConfig ServiceInterfaceStyleConfig.clone()
           
 ServiceInterfaceStyleConfig ServiceInterfaceStyleDaoJdbc.get(String serviceInterfaceStyleId, String serviceInterfaceId, ITransaction daoTransaction)
           
 ServiceInterfaceStyleConfig IServiceInterfaceStyleDao.get(String serviceInterfaceStyleId, String serviceInterfaceId, ITransaction transaction)
          Get the style of the service's interface.
 ServiceInterfaceStyleConfig ServiceInterfaceStyleDaoJdbc.getWidgetStyle(String serviceInterfaceId, ITransaction transaction)
           
 ServiceInterfaceStyleConfig IServiceInterfaceStyleDao.getWidgetStyle(String serviceInterfaceId, ITransaction transaction)
          Get the widget style of the service's interface.
 

Methods in lumis.portal.serviceinterface.style with parameters of type ServiceInterfaceStyleConfig
 void ServiceInterfaceStyleDaoJdbc.addOrUpdate(ServiceInterfaceStyleConfig serviceInterfaceStyleConfig, ITransaction daoTransaction)
           
 void IServiceInterfaceStyleDao.addOrUpdate(ServiceInterfaceStyleConfig serviceInterfaceStyleConfig, ITransaction transaction)
          Add or update the style of the service's interface.
 void ServiceInterfaceStyleConfig.serialize(ServiceInterfaceStyleConfig styleConfig, OutputStream outputStream)
          Serializes the interface style config to the specified output stream.
 



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