public interface BaseWizard
| Modifier and Type | Method and Description |
|---|---|
void |
addGroup(String uuid,
String group,
int order)
Add group.
|
void |
addShowWizardCategories(String uuid,
int order)
Add show wizard categories.
|
void |
addShowWizardKeywords(String uuid,
int order)
Add show wizard keywords.
|
void |
deleteAll()
Delete all.
|
List<WizardNode> |
findByUser()
Find by user list.
|
WizardNode |
findByUserAndUuid(String uuid)
Find by user and uuid wizard node.
|
boolean |
hasWizardByUserAndNode(String uuid)
Has wizard by user and node boolean.
|
void |
removeGroup(String uuid,
String group)
Remove group.
|
void |
removeShowWizardCategories(String uuid)
Remove show wizard categories.
|
void |
removeShowWizardKeywords(String uuid)
Remove show wizard keywords.
|
void |
setAutostart(String uuid)
Sets autostart.
|
List<WizardNode> findByUser() throws DatabaseException, UnknownException, WebserviceException
DatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionWizardNode findByUserAndUuid(String uuid) throws DatabaseException, UnknownException, WebserviceException
uuid - the uuidDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionboolean hasWizardByUserAndNode(String uuid) throws DatabaseException, UnknownException, WebserviceException
uuid - the uuidDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionvoid deleteAll()
throws DatabaseException,
UnknownException,
WebserviceException
DatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionvoid addShowWizardCategories(String uuid, int order) throws DatabaseException, UnknownException, WebserviceException
uuid - the uuidorder - the order of the actionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionvoid removeShowWizardCategories(String uuid) throws DatabaseException, UnknownException, WebserviceException
uuid - the uuidDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionvoid addShowWizardKeywords(String uuid, int order) throws DatabaseException, UnknownException, WebserviceException
uuid - the uuidorder - the order of the actionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionvoid removeShowWizardKeywords(String uuid) throws DatabaseException, UnknownException, WebserviceException
uuid - the uuidDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionvoid addGroup(String uuid, String group, int order) throws DatabaseException, UnknownException, WebserviceException
uuid - the uuidgroup - the grouporder - the order of the actionDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionvoid removeGroup(String uuid, String group) throws DatabaseException, UnknownException, WebserviceException
uuid - the uuidgroup - the groupDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionvoid setAutostart(String uuid) throws DatabaseException, UnknownException, WebserviceException
uuid - the uuidDatabaseException - the database exceptionUnknownException - the unknown exceptionWebserviceException - the webservice exceptionCopyright © 2025 Open Knowledge Management System S.L.. All Rights Reserved.