Class CrudAuditHandler

  • All Implemented Interfaces:
    com.soffid.iam.api.CrudHandler<com.soffid.iam.api.Audit>

    public class CrudAuditHandler
    extends Object
    implements com.soffid.iam.api.CrudHandler<com.soffid.iam.api.Audit>
    • Constructor Detail

      • CrudAuditHandler

        public CrudAuditHandler()
    • Method Detail

      • getService

        public com.soffid.iam.service.ejb.AuditService getService()
                                                           throws NamingException,
                                                                  javax.ejb.CreateException
        Throws:
        NamingException
        javax.ejb.CreateException
      • create

        public com.soffid.iam.api.Audit create​(com.soffid.iam.api.Audit object)
                                        throws es.caib.seycon.ng.exception.InternalErrorException,
                                               NamingException,
                                               javax.ejb.CreateException
        Specified by:
        create in interface com.soffid.iam.api.CrudHandler<com.soffid.iam.api.Audit>
        Throws:
        es.caib.seycon.ng.exception.InternalErrorException
        NamingException
        javax.ejb.CreateException
      • read

        public com.soffid.iam.api.PagedResult<com.soffid.iam.api.Audit> read​(String text,
                                                                             String filter,
                                                                             Integer start,
                                                                             Integer end)
                                                                      throws es.caib.seycon.ng.exception.InternalErrorException,
                                                                             NamingException,
                                                                             javax.ejb.CreateException
        Specified by:
        read in interface com.soffid.iam.api.CrudHandler<com.soffid.iam.api.Audit>
        Throws:
        es.caib.seycon.ng.exception.InternalErrorException
        NamingException
        javax.ejb.CreateException
      • readAsync

        public com.soffid.iam.api.AsyncList<com.soffid.iam.api.Audit> readAsync​(String text,
                                                                                String filter)
                                                                         throws es.caib.seycon.ng.exception.InternalErrorException,
                                                                                NamingException,
                                                                                javax.ejb.CreateException
        Specified by:
        readAsync in interface com.soffid.iam.api.CrudHandler<com.soffid.iam.api.Audit>
        Throws:
        es.caib.seycon.ng.exception.InternalErrorException
        NamingException
        javax.ejb.CreateException
      • update

        public com.soffid.iam.api.Audit update​(com.soffid.iam.api.Audit object)
                                        throws es.caib.seycon.ng.exception.InternalErrorException,
                                               NamingException,
                                               javax.ejb.CreateException
        Specified by:
        update in interface com.soffid.iam.api.CrudHandler<com.soffid.iam.api.Audit>
        Throws:
        es.caib.seycon.ng.exception.InternalErrorException
        NamingException
        javax.ejb.CreateException
      • delete

        public void delete​(com.soffid.iam.api.Audit object)
                    throws es.caib.seycon.ng.exception.InternalErrorException,
                           NamingException,
                           javax.ejb.CreateException
        Specified by:
        delete in interface com.soffid.iam.api.CrudHandler<com.soffid.iam.api.Audit>
        Throws:
        es.caib.seycon.ng.exception.InternalErrorException
        NamingException
        javax.ejb.CreateException