Package com.soffid.iam.service
Class UserDomainServiceImpl
- java.lang.Object
-
- com.soffid.iam.service.UserDomainServiceBase
-
- com.soffid.iam.service.UserDomainServiceImpl
-
- All Implemented Interfaces:
com.soffid.iam.service.UserDomainService,org.springframework.context.ApplicationContextAware
public class UserDomainServiceImpl extends UserDomainServiceBase implements org.springframework.context.ApplicationContextAware
- See Also:
DominiUsuariService
-
-
Constructor Summary
Constructors Constructor Description UserDomainServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected com.soffid.iam.api.ForbiddenWordhandleCreate(com.soffid.iam.api.ForbiddenWord paraulaProhibida)protected com.soffid.iam.api.PasswordDomainhandleCreate(com.soffid.iam.api.PasswordDomain dominiContrasenya)protected com.soffid.iam.api.PasswordPolicyhandleCreate(com.soffid.iam.api.PasswordPolicy politicaContrasenyaDomini)protected com.soffid.iam.api.PasswordPolicyForbbidenWordhandleCreate(com.soffid.iam.api.PasswordPolicyForbbidenWord paraulaProhibidaContrasenyaDomini)protected com.soffid.iam.api.UserDomainhandleCreate(com.soffid.iam.api.UserDomain dominiUsuari)protected com.soffid.iam.api.UserTypehandleCreate(com.soffid.iam.api.UserType tipusUsuari)protected voidhandleDelete(com.soffid.iam.api.ForbiddenWord paraulaProhibida)protected voidhandleDelete(com.soffid.iam.api.PasswordDomain dominiContrasenya)protected voidhandleDelete(com.soffid.iam.api.PasswordPolicy politicaContrasenyaDomini)protected voidhandleDelete(com.soffid.iam.api.PasswordPolicyForbbidenWord paraulaProhibidaContrasenyaDomini)protected voidhandleDelete(com.soffid.iam.api.UserDomain dominiUsuari)protected voidhandleDelete(com.soffid.iam.api.UserType tipusUsuari)protected Collection<com.soffid.iam.api.ForbiddenWord>handleFindAllForbiddenWords()protected Collection<com.soffid.iam.api.PasswordDomain>handleFindAllPasswordDomain()protected Collection<com.soffid.iam.api.PasswordPolicy>handleFindAllPasswordPolicyDomain(String codiDomini)protected Collection<com.soffid.iam.api.UserDomain>handleFindAllUserDomain()protected Collection<com.soffid.iam.api.UserType>handleFindAllUserType()protected Collection<com.soffid.iam.api.PasswordPolicyForbbidenWord>handleFindForbiddenWordsPasswordPolicy(com.soffid.iam.api.PasswordPolicy politicaContrasenya)protected Collection<String>handleFindNameGenerators()protected com.soffid.iam.api.PasswordDomainhandleFindPasswordDomainByName(String codi)protected com.soffid.iam.api.PasswordPolicyhandleFindPolicyByTypeAndPasswordDomain(String tipus, String domini)protected com.soffid.iam.api.UserDomainhandleFindUserDomainByName(String codiDominiUsuari)protected com.soffid.iam.api.PagedResult<com.soffid.iam.api.UserType>handleFindUserTypeByTextAndFilter(String text, String jsonQuery, Integer start, Integer pageSize)protected com.soffid.iam.api.AsyncList<com.soffid.iam.api.UserType>handleFindUserTypeByTextAndFilterAsync(String text, String jsonQuery)protected com.soffid.iam.api.ForbiddenWordhandleUpdate(com.soffid.iam.api.ForbiddenWord paraulaProhibida)protected com.soffid.iam.api.PasswordDomainhandleUpdate(com.soffid.iam.api.PasswordDomain dominiContrasenya)protected com.soffid.iam.api.PasswordPolicyhandleUpdate(com.soffid.iam.api.PasswordPolicy politicaContrasenyaDomini)protected com.soffid.iam.api.PasswordPolicyForbbidenWordhandleUpdate(com.soffid.iam.api.PasswordPolicyForbbidenWord paraulaProhibidaContrasenyaDomini)protected com.soffid.iam.api.UserDomainhandleUpdate(com.soffid.iam.api.UserDomain dominiUsuari)protected com.soffid.iam.api.UserTypehandleUpdate(com.soffid.iam.api.UserType tipusUsuari)voidsetApplicationContext(org.springframework.context.ApplicationContext applicationContext)-
Methods inherited from class com.soffid.iam.service.UserDomainServiceBase
create, create, create, create, create, create, delete, delete, delete, delete, delete, delete, findAllForbiddenWords, findAllPasswordDomain, findAllPasswordPolicyDomain, findAllUserDomain, findAllUserType, findForbiddenWordsPasswordPolicy, findNameGenerators, findPasswordDomainByName, findPolicyByTypeAndPasswordDomain, findUserDomainByName, findUserTypeByTextAndFilter, findUserTypeByTextAndFilterAsync, getAsyncRunnerService, getAuditService, getForbiddenWordEntityDao, getMetaDataEntityDao, getPasswordDomainEntityDao, getPasswordEntityDao, getPasswordPolicyEntityDao, getPolicyForbiddenWordEntityDao, getPrincipal, getUserDomainEntityDao, getUserEntityDao, getUserTypeEntityDao, setAsyncRunnerService, setAuditService, setForbiddenWordEntityDao, setMetaDataEntityDao, setPasswordDomainEntityDao, setPasswordEntityDao, setPasswordPolicyEntityDao, setPolicyForbiddenWordEntityDao, setUserDomainEntityDao, setUserEntityDao, setUserTypeEntityDao, update, update, update, update, update, update
-
-
-
-
Method Detail
-
handleCreate
protected com.soffid.iam.api.UserDomain handleCreate(com.soffid.iam.api.UserDomain dominiUsuari) throws Exception- Specified by:
handleCreatein classUserDomainServiceBase- Throws:
Exception- See Also:
DominiUsuariService.create(es.caib.seycon.ng.comu.DominiUsuari)
-
handleUpdate
protected com.soffid.iam.api.UserDomain handleUpdate(com.soffid.iam.api.UserDomain dominiUsuari) throws Exception- Specified by:
handleUpdatein classUserDomainServiceBase- Throws:
Exception- See Also:
DominiUsuariService.update(es.caib.seycon.ng.comu.DominiUsuari)
-
handleDelete
protected void handleDelete(com.soffid.iam.api.UserDomain dominiUsuari) throws Exception- Specified by:
handleDeletein classUserDomainServiceBase- Throws:
Exception- See Also:
DominiUsuariService.delete(es.caib.seycon.ng.comu.DominiUsuari)
-
handleCreate
protected com.soffid.iam.api.UserType handleCreate(com.soffid.iam.api.UserType tipusUsuari) throws Exception- Specified by:
handleCreatein classUserDomainServiceBase- Throws:
Exception- See Also:
DominiUsuariService.create(es.caib.seycon.ng.comu.TipusUsuari)
-
handleUpdate
protected com.soffid.iam.api.UserType handleUpdate(com.soffid.iam.api.UserType tipusUsuari) throws Exception- Specified by:
handleUpdatein classUserDomainServiceBase- Throws:
Exception- See Also:
DominiUsuariService.update(es.caib.seycon.ng.comu.TipusUsuari)
-
handleDelete
protected void handleDelete(com.soffid.iam.api.UserType tipusUsuari) throws Exception- Specified by:
handleDeletein classUserDomainServiceBase- Throws:
Exception- See Also:
DominiUsuariService.delete(es.caib.seycon.ng.comu.TipusUsuari)
-
handleFindAllUserDomain
protected Collection<com.soffid.iam.api.UserDomain> handleFindAllUserDomain() throws Exception
- Specified by:
handleFindAllUserDomainin classUserDomainServiceBase- Throws:
Exception- See Also:
DominiUsuariService.findAllDominiUsuari()
-
handleFindAllUserType
protected Collection<com.soffid.iam.api.UserType> handleFindAllUserType() throws Exception
- Specified by:
handleFindAllUserTypein classUserDomainServiceBase- Throws:
Exception- See Also:
DominiUsuariService.findAllTipusUsuari()
-
handleFindAllPasswordPolicyDomain
protected Collection<com.soffid.iam.api.PasswordPolicy> handleFindAllPasswordPolicyDomain(String codiDomini) throws Exception
- Specified by:
handleFindAllPasswordPolicyDomainin classUserDomainServiceBase- Throws:
Exception
-
handleFindAllForbiddenWords
protected Collection<com.soffid.iam.api.ForbiddenWord> handleFindAllForbiddenWords() throws Exception
- Specified by:
handleFindAllForbiddenWordsin classUserDomainServiceBase- Throws:
Exception
-
handleCreate
protected com.soffid.iam.api.ForbiddenWord handleCreate(com.soffid.iam.api.ForbiddenWord paraulaProhibida) throws Exception- Specified by:
handleCreatein classUserDomainServiceBase- Throws:
Exception
-
handleUpdate
protected com.soffid.iam.api.ForbiddenWord handleUpdate(com.soffid.iam.api.ForbiddenWord paraulaProhibida) throws Exception- Specified by:
handleUpdatein classUserDomainServiceBase- Throws:
Exception
-
handleDelete
protected void handleDelete(com.soffid.iam.api.ForbiddenWord paraulaProhibida) throws Exception- Specified by:
handleDeletein classUserDomainServiceBase- Throws:
Exception
-
handleCreate
protected com.soffid.iam.api.PasswordPolicy handleCreate(com.soffid.iam.api.PasswordPolicy politicaContrasenyaDomini) throws Exception- Specified by:
handleCreatein classUserDomainServiceBase- Throws:
Exception
-
handleUpdate
protected com.soffid.iam.api.PasswordPolicy handleUpdate(com.soffid.iam.api.PasswordPolicy politicaContrasenyaDomini) throws Exception- Specified by:
handleUpdatein classUserDomainServiceBase- Throws:
Exception
-
handleDelete
protected void handleDelete(com.soffid.iam.api.PasswordPolicy politicaContrasenyaDomini) throws Exception- Specified by:
handleDeletein classUserDomainServiceBase- Throws:
Exception
-
handleCreate
protected com.soffid.iam.api.PasswordPolicyForbbidenWord handleCreate(com.soffid.iam.api.PasswordPolicyForbbidenWord paraulaProhibidaContrasenyaDomini) throws Exception- Specified by:
handleCreatein classUserDomainServiceBase- Throws:
Exception
-
handleUpdate
protected com.soffid.iam.api.PasswordPolicyForbbidenWord handleUpdate(com.soffid.iam.api.PasswordPolicyForbbidenWord paraulaProhibidaContrasenyaDomini) throws Exception- Specified by:
handleUpdatein classUserDomainServiceBase- Throws:
Exception
-
handleDelete
protected void handleDelete(com.soffid.iam.api.PasswordPolicyForbbidenWord paraulaProhibidaContrasenyaDomini) throws Exception- Specified by:
handleDeletein classUserDomainServiceBase- Throws:
Exception
-
handleCreate
protected com.soffid.iam.api.PasswordDomain handleCreate(com.soffid.iam.api.PasswordDomain dominiContrasenya) throws Exception- Specified by:
handleCreatein classUserDomainServiceBase- Throws:
Exception
-
handleUpdate
protected com.soffid.iam.api.PasswordDomain handleUpdate(com.soffid.iam.api.PasswordDomain dominiContrasenya) throws Exception- Specified by:
handleUpdatein classUserDomainServiceBase- Throws:
Exception
-
handleDelete
protected void handleDelete(com.soffid.iam.api.PasswordDomain dominiContrasenya) throws Exception- Specified by:
handleDeletein classUserDomainServiceBase- Throws:
Exception
-
handleFindUserDomainByName
protected com.soffid.iam.api.UserDomain handleFindUserDomainByName(String codiDominiUsuari) throws Exception
- Specified by:
handleFindUserDomainByNamein classUserDomainServiceBase- Throws:
Exception
-
handleFindForbiddenWordsPasswordPolicy
protected Collection<com.soffid.iam.api.PasswordPolicyForbbidenWord> handleFindForbiddenWordsPasswordPolicy(com.soffid.iam.api.PasswordPolicy politicaContrasenya) throws Exception
- Specified by:
handleFindForbiddenWordsPasswordPolicyin classUserDomainServiceBase- Throws:
Exception
-
handleFindPasswordDomainByName
protected com.soffid.iam.api.PasswordDomain handleFindPasswordDomainByName(String codi) throws Exception
- Specified by:
handleFindPasswordDomainByNamein classUserDomainServiceBase- Throws:
Exception
-
handleFindPolicyByTypeAndPasswordDomain
protected com.soffid.iam.api.PasswordPolicy handleFindPolicyByTypeAndPasswordDomain(String tipus, String domini) throws Exception
- Specified by:
handleFindPolicyByTypeAndPasswordDomainin classUserDomainServiceBase- Throws:
Exception
-
handleFindAllPasswordDomain
protected Collection<com.soffid.iam.api.PasswordDomain> handleFindAllPasswordDomain() throws Exception
- Specified by:
handleFindAllPasswordDomainin classUserDomainServiceBase- Throws:
Exception
-
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException- Specified by:
setApplicationContextin interfaceorg.springframework.context.ApplicationContextAware- Throws:
org.springframework.beans.BeansException
-
handleFindNameGenerators
protected Collection<String> handleFindNameGenerators() throws Exception
- Specified by:
handleFindNameGeneratorsin classUserDomainServiceBase- Throws:
Exception
-
handleFindUserTypeByTextAndFilterAsync
protected com.soffid.iam.api.AsyncList<com.soffid.iam.api.UserType> handleFindUserTypeByTextAndFilterAsync(String text, String jsonQuery) throws Exception
- Specified by:
handleFindUserTypeByTextAndFilterAsyncin classUserDomainServiceBase- Throws:
Exception
-
handleFindUserTypeByTextAndFilter
protected com.soffid.iam.api.PagedResult<com.soffid.iam.api.UserType> handleFindUserTypeByTextAndFilter(String text, String jsonQuery, Integer start, Integer pageSize) throws Exception
- Specified by:
handleFindUserTypeByTextAndFilterin classUserDomainServiceBase- Throws:
Exception
-
-