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