Package com.soffid.iam.service.crud
Class CrudAccountHandler
- java.lang.Object
-
- com.soffid.iam.service.crud.CrudAccountHandler
-
- All Implemented Interfaces:
com.soffid.iam.api.CrudHandler<com.soffid.iam.api.Account>
public class CrudAccountHandler extends Object implements com.soffid.iam.api.CrudHandler<com.soffid.iam.api.Account>
-
-
Constructor Summary
Constructors Constructor Description CrudAccountHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.soffid.iam.api.Accountcreate(com.soffid.iam.api.Account object)voiddelete(com.soffid.iam.api.Account object)com.soffid.iam.service.ejb.AccountServicegetService()com.soffid.iam.api.PagedResult<com.soffid.iam.api.Account>read(String text, String filter, Integer start, Integer end)com.soffid.iam.api.AsyncList<com.soffid.iam.api.Account>readAsync(String text, String filter)com.soffid.iam.api.Accountupdate(com.soffid.iam.api.Account object)
-
-
-
Method Detail
-
getService
public com.soffid.iam.service.ejb.AccountService getService() throws NamingException, javax.ejb.CreateException- Throws:
NamingExceptionjavax.ejb.CreateException
-
create
public com.soffid.iam.api.Account create(com.soffid.iam.api.Account object) throws es.caib.seycon.ng.exception.InternalErrorException, NamingException, javax.ejb.CreateException, es.caib.seycon.ng.exception.AccountAlreadyExistsException- Specified by:
createin interfacecom.soffid.iam.api.CrudHandler<com.soffid.iam.api.Account>- Throws:
es.caib.seycon.ng.exception.InternalErrorExceptionNamingExceptionjavax.ejb.CreateExceptiones.caib.seycon.ng.exception.AccountAlreadyExistsException
-
read
public com.soffid.iam.api.PagedResult<com.soffid.iam.api.Account> read(String text, String filter, Integer start, Integer end) throws es.caib.seycon.ng.exception.InternalErrorException, NamingException, javax.ejb.CreateException
- Specified by:
readin interfacecom.soffid.iam.api.CrudHandler<com.soffid.iam.api.Account>- Throws:
es.caib.seycon.ng.exception.InternalErrorExceptionNamingExceptionjavax.ejb.CreateException
-
readAsync
public com.soffid.iam.api.AsyncList<com.soffid.iam.api.Account> readAsync(String text, String filter) throws es.caib.seycon.ng.exception.InternalErrorException, NamingException, javax.ejb.CreateException
- Specified by:
readAsyncin interfacecom.soffid.iam.api.CrudHandler<com.soffid.iam.api.Account>- Throws:
es.caib.seycon.ng.exception.InternalErrorExceptionNamingExceptionjavax.ejb.CreateException
-
update
public com.soffid.iam.api.Account update(com.soffid.iam.api.Account object) throws es.caib.seycon.ng.exception.InternalErrorException, NamingException, javax.ejb.CreateException, es.caib.seycon.ng.exception.AccountAlreadyExistsException- Specified by:
updatein interfacecom.soffid.iam.api.CrudHandler<com.soffid.iam.api.Account>- Throws:
es.caib.seycon.ng.exception.InternalErrorExceptionNamingExceptionjavax.ejb.CreateExceptiones.caib.seycon.ng.exception.AccountAlreadyExistsException
-
delete
public void delete(com.soffid.iam.api.Account object) throws es.caib.seycon.ng.exception.InternalErrorException, NamingException, javax.ejb.CreateException- Specified by:
deletein interfacecom.soffid.iam.api.CrudHandler<com.soffid.iam.api.Account>- Throws:
es.caib.seycon.ng.exception.InternalErrorExceptionNamingExceptionjavax.ejb.CreateException
-
-