Package br.com.davinti.vitruvio.spi
Class MenuSuperiorServiceImpl
Object
MenuSuperiorServiceImpl
- All Implemented Interfaces:
MenuSuperiorService
@Service("vMenuSuperiorService")
public class MenuSuperiorServiceImpl
extends Object
implements MenuSuperiorService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoiddeleteMenuSuperiorItem(MenuSuperior item) voiddeleteMenuSuperiorItemById(int id) List<MenuSuperior> getAllItemsByActionAndType(Object acao, TipoItemMenu tipo) List<MenuSuperior> getAllItemsByTypeId(int id, TipoItemMenu tipo) intgetChildrenAmountByParentId(int id) List<MenuSuperior> getChildrenByParentId(int id) List<MenuSuperior> getChildrenByParentIdAndType(int id, TipoItemMenu tipo) MenuSuperiorgetItemByPath(String path) MenuSuperiorgetItemMenuSuperiorById(int id) List<MenuSuperior> List<MenuSuperior> getItensMenuSuperior(boolean ordered) List<MenuSuperior> getItensMenuSuperiorByType(TipoItemMenu tipo) intgetLastOrdemByParentId(Integer parentId) MenuSuperiorsaveMenuSuperiorItem(MenuSuperior item)
-
Constructor Details
-
MenuSuperiorServiceImpl
public MenuSuperiorServiceImpl()
-
-
Method Details
-
getItensMenuSuperior
- Specified by:
getItensMenuSuperiorin interfaceMenuSuperiorService
-
getItensMenuSuperior
- Specified by:
getItensMenuSuperiorin interfaceMenuSuperiorService
-
getItensMenuSuperiorByType
- Specified by:
getItensMenuSuperiorByTypein interfaceMenuSuperiorService
-
getItemMenuSuperiorById
public MenuSuperior getItemMenuSuperiorById(int id) - Specified by:
getItemMenuSuperiorByIdin interfaceMenuSuperiorService
-
getItemByPath
- Specified by:
getItemByPathin interfaceMenuSuperiorService
-
saveMenuSuperiorItem
public MenuSuperior saveMenuSuperiorItem(MenuSuperior item) - Specified by:
saveMenuSuperiorItemin interfaceMenuSuperiorService
-
deleteMenuSuperiorItem
public void deleteMenuSuperiorItem(MenuSuperior item) - Specified by:
deleteMenuSuperiorItemin interfaceMenuSuperiorService
-
deleteMenuSuperiorItemById
public void deleteMenuSuperiorItemById(int id) - Specified by:
deleteMenuSuperiorItemByIdin interfaceMenuSuperiorService
-
deleteMenusPadrao
public void deleteMenusPadrao()- Specified by:
deleteMenusPadraoin interfaceMenuSuperiorService
-
getChildrenAmountByParentId
public int getChildrenAmountByParentId(int id) - Specified by:
getChildrenAmountByParentIdin interfaceMenuSuperiorService
-
getChildrenByParentId
- Specified by:
getChildrenByParentIdin interfaceMenuSuperiorService
-
getChildrenByParentIdAndType
- Specified by:
getChildrenByParentIdAndTypein interfaceMenuSuperiorService
-
getAllItemsByActionAndType
- Specified by:
getAllItemsByActionAndTypein interfaceMenuSuperiorService
-
getAllItemsByTypeId
- Specified by:
getAllItemsByTypeIdin interfaceMenuSuperiorService
-
getLastOrdemByParentId
- Specified by:
getLastOrdemByParentIdin interfaceMenuSuperiorService
-