Interface TagClassDAO

  • All Superinterfaces:
    GenericDAO<com.flower.docs.domain.tagclass.TagClass>

    public interface TagClassDAO
    extends GenericDAO<com.flower.docs.domain.tagclass.TagClass>
    Data Access Object allowing to manage persistence and access to TagClass domain objects
    Author:
    Christopher Laszczuk
    • Method Detail

      • fetchAll

        java.util.List<com.flower.docs.domain.tagclass.TagClass> fetchAll()
                                                                   throws com.flower.docs.domain.exception.TechnicalException
        Gets all TagClass for the current Scope
        Returns:
        All tag classes
        Throws:
        com.flower.docs.domain.exception.TechnicalException - If an error occured while fetching