Interface ACLDAO

  • All Superinterfaces:
    GenericDAO<com.flower.docs.domain.acl.SecurityObject>

    public interface ACLDAO
    extends GenericDAO<com.flower.docs.domain.acl.SecurityObject>
    Generic Data Acess Object which allows to manipulate SecurityObject from a data store into a Scope
    Author:
    Christopher Laszczuk
    • Method Detail

      • fetchAll

        java.util.List<com.flower.docs.domain.acl.SecurityObject> fetchAll()
                                                                    throws com.flower.docs.domain.exception.TechnicalException
        Fetches all security objects of a scope
        Returns:
        All security objects for the current scope
        Throws:
        com.flower.docs.domain.exception.TechnicalException - If a technical error occurred while fetching all