Interface TodoActionService
- All Known Implementing Classes:
TodoActionServiceImpl
public interface TodoActionService
create Checklist_note entities from positions and categories
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetRelatedTemplates
(String entityName) Deprecated.void
saveTodoEntities
(String mainEntityName, String noteEntityName, EntityExplorerActionSelection selection, String todoKeys, String todoListKeys) Deprecated.
-
Method Details
-
getRelatedTemplates
Deprecated. -
saveTodoEntities
@Deprecated void saveTodoEntities(String mainEntityName, String noteEntityName, EntityExplorerActionSelection selection, String todoKeys, String todoListKeys) throws UnresolvableUriException, PersistException, UriStoreException, RebindException, URISyntaxException, InterruptedException, RpcExecutionException Deprecated.
-