Uses of Class
lumis.portal.serviceinterface.style.ServiceInterfaceStyleConfig
-
Packages that use ServiceInterfaceStyleConfig Package Description lumis.portal.serviceinterface lumis.portal.serviceinterface.style -
-
Uses of ServiceInterfaceStyleConfig in lumis.portal.serviceinterface
Methods in lumis.portal.serviceinterface that return ServiceInterfaceStyleConfig Modifier and Type Method Description ServiceInterfaceStyleConfig
IServiceInterfaceManager. getStyle(SessionConfig sessionConfig, String serviceInterfaceStyleId, String serviceInterfaceId, ITransaction transaction)
Get the style configuration os the service interface.ServiceInterfaceStyleConfig
ServiceInterfaceManager. getStyle(SessionConfig sessionConfig, String serviceInterfaceStyleId, String serviceInterfaceId, ITransaction transaction)
ServiceInterfaceStyleConfig
IServiceInterfaceManager. getStyleByServiceInterfaceInstanceId(SessionConfig sessionConfig, String serviceInterfaceInstanceId, ITransaction transaction)
Get the Style given the ServiceInterfaceInstanceId.ServiceInterfaceStyleConfig
ServiceInterfaceManager. getStyleByServiceInterfaceInstanceId(SessionConfig sessionConfig, String serviceInterfaceInstanceId, ITransaction transaction)
Methods in lumis.portal.serviceinterface with parameters of type ServiceInterfaceStyleConfig Modifier and Type Method Description void
IServiceInterfaceManager. addOrUpdateStyle(SessionConfig sessionConfig, ServiceInterfaceStyleConfig serviceInterfaceStyleConfig, ITransaction transaction)
Add or update a Style.void
ServiceInterfaceManager. addOrUpdateStyle(SessionConfig sessionConfig, ServiceInterfaceStyleConfig serviceInterfaceStyleConfig, ITransaction transaction)
-
Uses of ServiceInterfaceStyleConfig in lumis.portal.serviceinterface.style
Methods in lumis.portal.serviceinterface.style that return ServiceInterfaceStyleConfig Modifier and Type Method Description ServiceInterfaceStyleConfig
ServiceInterfaceStyleConfig. clone()
static ServiceInterfaceStyleConfig
ServiceInterfaceStyleDao. get(String serviceInterfaceStyleId, String serviceInterfaceId, ITransaction daoTransaction)
static ServiceInterfaceStyleConfig
ServiceInterfaceStyleDao. getWidgetStyle(String serviceInterfaceId, ITransaction transaction)
Methods in lumis.portal.serviceinterface.style with parameters of type ServiceInterfaceStyleConfig Modifier and Type Method Description static void
ServiceInterfaceStyleDao. addOrUpdate(ServiceInterfaceStyleConfig serviceInterfaceStyleConfig, ITransaction daoTransaction)
void
ServiceInterfaceStyleConfig. serialize(ServiceInterfaceStyleConfig styleConfig, OutputStream outputStream)
Serializes the interface style config to the specified output stream.
-