| Package | Description | 
|---|---|
| com.communote.server.core.user | |
| com.communote.server.core.vo.user | |
| com.communote.server.service | 
| Modifier and Type | Method and Description | 
|---|---|
<DATA_TYPE extends NavigationItemDataTO> | 
NavigationItemManagementImpl.get(Long notificationItemId,
   Class<DATA_TYPE> type)
Method to get an item for the given user. 
 | 
<DATA_TYPE extends NavigationItemDataTO> | 
NavigationItemManagement.get(Long notificationItemId,
   Class<DATA_TYPE> type)
Method to get an item for the given user. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
<DATA_TYPE extends NavigationItemDataTO> | 
NavigationItemManagementImpl.find(Class<DATA_TYPE> type,
    Long... navigationItemIds)
Method to find all items for the current user. 
 | 
<DATA_TYPE extends NavigationItemDataTO> | 
NavigationItemManagement.find(Class<DATA_TYPE> type,
    Long... navigationItemIds)
Method to find all items for the current user. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
<T extends NavigationItemDataTO> | 
NavigationItemManagementImpl.store(NavigationItemTO<T> navigationItem)
Updates the given item or creates a new one. 
 | 
<T extends NavigationItemDataTO> | 
NavigationItemManagement.store(NavigationItemTO<T> navigationItem)
Updates the given item or creates a new one. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static NavigationItemTO<NavigationItemDataTO> | 
NavigationItemTO.clone(NavigationItemTO<NavigationItemDataTO> item)
Clone the provided navigation item TO. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static NavigationItemTO<NavigationItemDataTO> | 
NavigationItemTO.clone(NavigationItemTO<NavigationItemDataTO> item)
Clone the provided navigation item TO. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
NavigationItemTO<NavigationItemDataTO> | 
NavigationItemService.get(Long navigationItemId)
Get a specific navigation item. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<NavigationItemTO<NavigationItemDataTO>> | 
NavigationItemService.find(Long... navigationItemIds)
Get the matching navigation items of the current user. 
 | 
Copyright © 2019 Communote team. All rights reserved.