Class UserSetupServiceImpl
java.lang.Object
ch.cern.eam.wshub.core.services.administration.impl.UserSetupServiceImpl
- All Implemented Interfaces:
UserSetupService
-
Constructor Summary
ConstructorsConstructorDescriptionUserSetupServiceImpl(ApplicationData applicationData, Tools tools, net.datastream.wsdls.eamws.EAMWebServicesPT eamWebServicesToolkitClient) -
Method Summary
Modifier and TypeMethodDescriptioncreateUserSetup(EAMContext context, EAMUser userParam) deleteUserSetup(EAMContext context, String userCode) login(EAMContext context, String userCode) static Stringlogin(EAMContext context, String userCode, Tools tools, net.datastream.wsdls.eamws.EAMWebServicesPT eamWebServicesToolkitClient) readUserSetup(EAMContext context, String userCode) updateUserSetup(EAMContext context, EAMUser userParam) updateUserSetupBatch(EAMContext context, List<EAMUser> eamUsers)
-
Constructor Details
-
UserSetupServiceImpl
public UserSetupServiceImpl(ApplicationData applicationData, Tools tools, net.datastream.wsdls.eamws.EAMWebServicesPT eamWebServicesToolkitClient)
-
-
Method Details
-
login
- Specified by:
loginin interfaceUserSetupService- Throws:
EAMException
-
login
public static String login(EAMContext context, String userCode, Tools tools, net.datastream.wsdls.eamws.EAMWebServicesPT eamWebServicesToolkitClient) throws EAMException - Throws:
EAMException
-
readUserSetup
- Specified by:
readUserSetupin interfaceUserSetupService- Throws:
EAMException
-
createUserSetup
- Specified by:
createUserSetupin interfaceUserSetupService- Throws:
EAMException
-
updateUserSetup
- Specified by:
updateUserSetupin interfaceUserSetupService- Throws:
EAMException
-
updateUserSetupBatch
public BatchResponse<String> updateUserSetupBatch(EAMContext context, List<EAMUser> eamUsers) throws EAMException - Specified by:
updateUserSetupBatchin interfaceUserSetupService- Throws:
EAMException
-
deleteUserSetup
- Specified by:
deleteUserSetupin interfaceUserSetupService- Throws:
EAMException
-