Class ScreenLayoutServiceImpl
java.lang.Object
ch.cern.eam.wshub.core.services.administration.impl.ScreenLayoutServiceImpl
- All Implemented Interfaces:
ScreenLayoutService
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionScreenLayoutServiceImpl(ApplicationData applicationData, Tools tools, net.datastream.wsdls.eamws.EAMWebServicesPT eamWebServicesToolkitClient) -
Method Summary
Modifier and TypeMethodDescriptiongetGenericLov(EAMContext context, GenericLov genericLov) readScreenLayout(EAMContext context, String systemFunction, String userFunction, List<String> tabs, String userGroup, String entity)
-
Field Details
-
screenLayoutCache
-
screenLayoutLabelCache
-
-
Constructor Details
-
ScreenLayoutServiceImpl
public ScreenLayoutServiceImpl(ApplicationData applicationData, Tools tools, net.datastream.wsdls.eamws.EAMWebServicesPT eamWebServicesToolkitClient)
-
-
Method Details
-
readScreenLayout
public ScreenLayout readScreenLayout(EAMContext context, String systemFunction, String userFunction, List<String> tabs, String userGroup, String entity) throws EAMException - Specified by:
readScreenLayoutin interfaceScreenLayoutService- Throws:
EAMException
-
getGenericLov
public List<Map<String,String>> getGenericLov(EAMContext context, GenericLov genericLov) throws EAMException - Specified by:
getGenericLovin interfaceScreenLayoutService- Throws:
EAMException
-