-
Method Summary
void
int
MenuSuperior
int
-
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)
-
-
readOrdered
List<MenuSuperior> readOrdered()
-
getLastOrdemByParentId
int getLastOrdemByParentId(Integer parentId)