Interface TagCategoryDAO

  • All Superinterfaces:
    GenericDAO<com.flower.docs.domain.componentclass.TagCategory>

    public interface TagCategoryDAO
    extends GenericDAO<com.flower.docs.domain.componentclass.TagCategory>
    Data Access Object allowing to manage persistence and access to TagCategory domain objects
    Author:
    Valentin
    • Method Detail

      • fetchAll

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