Package | Description |
---|---|
com.communote.server.core.user | |
com.communote.server.service |
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.
|
<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.
|
<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 |
---|---|
Long |
NavigationItemService.store(String name,
Integer index,
Date lastAccessDate,
NavigationItemDataTO data)
Create a navigation item for the current user.
|
Long |
NavigationItemService.update(Long navigationItemId,
String name,
Integer index,
Date lastAccessDate,
NavigationItemDataTO data)
Update a navigation item of the current user.
|
Copyright © 2019 Communote team. All rights reserved.