| | |
| | | * @throws HomeNavbarException
|
| | | * @throws Exception
|
| | | */
|
| | | public void updateOrder(Long id, Integer moveType) throws HomeNavbarException, Exception;
|
| | | public void updateOrder(Long id, Integer moveType, Integer sex) throws HomeNavbarException, Exception;
|
| | |
|
| | |
|
| | | /**
|
| | |
| | | * @param key
|
| | | * @return
|
| | | */
|
| | | public List<HomeNavbar> listQuery(long start, int count, String key);
|
| | | public List<HomeNavbar> listQuery(long start, int count, String key, Integer sex);
|
| | |
|
| | | public long countlistQuery(String key);
|
| | | public long countlistQuery(String key, Integer sex);
|
| | |
|
| | |
|
| | | /**
|