Interface TagclassService

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

    public interface TagclassService
    extends CRUDService<com.flower.docs.domain.tagclass.TagClass>
    Core service for TagClass management
    Author:
    Christopher Laszczuk
    • Method Detail

      • getAll

        java.util.List<com.flower.docs.domain.tagclass.TagClass> getAll()
                                                                 throws com.flower.docs.domain.exception.TechnicalException,
                                                                        com.flower.docs.domain.exception.FunctionalException
        Get all @link{TagClass} corresponding to the current Scope
        Returns:
        Throws:
        com.flower.docs.domain.exception.TechnicalException
        com.flower.docs.domain.exception.FunctionalException