public interface MenuDAO
| Modifier and Type | Method and Description |
|---|---|
void |
deleteAll() |
void |
deleteByPortalPid(String portalPid) |
List<Menu> |
findAll() |
Menu |
findByPortalPid(String portalPid) |
Menu |
save(Menu menu) |
Copyright © 2022. All rights reserved.