Interface MenuSuperiorDao

All Superinterfaces:
Dao<MenuSuperior,Integer>
All Known Implementing Classes:
MenuSuperiorDaoImpl

public interface MenuSuperiorDao extends Dao<MenuSuperior,Integer>
  • Method Details

    • getChildrenAmountById

      int getChildrenAmountById(int id)
    • findAllByType

      List<MenuSuperior> findAllByType(TipoItemMenu tipo)
    • findByType

      List<MenuSuperior> findByType(int id, TipoItemMenu tipo)
    • getChildrenByParentId

      List<MenuSuperior> getChildrenByParentId(int id)
    • getChildrenByParentIdAndType

      List<MenuSuperior> getChildrenByParentIdAndType(int id, TipoItemMenu tipo)
    • getAllItemsByActionAndType

      List<MenuSuperior> getAllItemsByActionAndType(Object acao, TipoItemMenu tipo)
    • getItemByPath

      MenuSuperior getItemByPath(String path)
    • deleteMenusPadrao

      void deleteMenusPadrao()
    • readOrdered

      List<MenuSuperior> readOrdered()
    • getLastOrdemByParentId

      int getLastOrdemByParentId(Integer parentId)