Package com.soffid.iam.service.crud
Class CrudPrinterHandler
- java.lang.Object
-
- com.soffid.iam.service.crud.CrudPrinterHandler
-
- All Implemented Interfaces:
com.soffid.iam.api.CrudHandler<com.soffid.iam.api.Printer>
public class CrudPrinterHandler extends Object implements com.soffid.iam.api.CrudHandler<com.soffid.iam.api.Printer>
-
-
Constructor Summary
Constructors Constructor Description CrudPrinterHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.soffid.iam.api.Printercreate(com.soffid.iam.api.Printer object)voiddelete(com.soffid.iam.api.Printer object)com.soffid.iam.service.ejb.PrinterServicegetService()com.soffid.iam.api.PagedResult<com.soffid.iam.api.Printer>read(String text, String filter, Integer start, Integer end)com.soffid.iam.api.AsyncList<com.soffid.iam.api.Printer>readAsync(String text, String filter)com.soffid.iam.api.Printerupdate(com.soffid.iam.api.Printer object)
-
-
-
Method Detail
-
getService
public com.soffid.iam.service.ejb.PrinterService getService() throws NamingException, javax.ejb.CreateException- Throws:
NamingExceptionjavax.ejb.CreateException
-
create
public com.soffid.iam.api.Printer create(com.soffid.iam.api.Printer object) throws es.caib.seycon.ng.exception.InternalErrorException, NamingException, javax.ejb.CreateException- Specified by:
createin interfacecom.soffid.iam.api.CrudHandler<com.soffid.iam.api.Printer>- Throws:
es.caib.seycon.ng.exception.InternalErrorExceptionNamingExceptionjavax.ejb.CreateException
-
read
public com.soffid.iam.api.PagedResult<com.soffid.iam.api.Printer> 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.Printer>- Throws:
es.caib.seycon.ng.exception.InternalErrorExceptionNamingExceptionjavax.ejb.CreateException
-
readAsync
public com.soffid.iam.api.AsyncList<com.soffid.iam.api.Printer> 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.Printer>- Throws:
es.caib.seycon.ng.exception.InternalErrorExceptionNamingExceptionjavax.ejb.CreateException
-
update
public com.soffid.iam.api.Printer update(com.soffid.iam.api.Printer object) throws es.caib.seycon.ng.exception.InternalErrorException, NamingException, javax.ejb.CreateException- Specified by:
updatein interfacecom.soffid.iam.api.CrudHandler<com.soffid.iam.api.Printer>- Throws:
es.caib.seycon.ng.exception.InternalErrorExceptionNamingExceptionjavax.ejb.CreateException
-
delete
public void delete(com.soffid.iam.api.Printer object) throws es.caib.seycon.ng.exception.InternalErrorException, NamingException, javax.ejb.CreateException- Specified by:
deletein interfacecom.soffid.iam.api.CrudHandler<com.soffid.iam.api.Printer>- Throws:
es.caib.seycon.ng.exception.InternalErrorExceptionNamingExceptionjavax.ejb.CreateException
-
-