|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Subtasks
Grouping of admin tasks related to the Sub-Tasks section
Method Summary | |
---|---|
void |
addSubTaskType(String subTaskName,
String subTaskDescription)
Adds a new sub-task type. |
void |
deleteSubTaskType(String subTaskName)
Delete an existing sub-task type. |
void |
disable()
Disables sub-tasks. |
void |
enable()
Enables sub-tasks. |
boolean |
isEnabled()
|
Method Detail |
---|
void enable()
void disable()
boolean isEnabled()
void addSubTaskType(String subTaskName, String subTaskDescription)
subTaskName
- The name of the new sub-task type.subTaskDescription
- The description of the new sub-task type.void deleteSubTaskType(String subTaskName)
subTaskName
- The name of the sub-task type to be deleted.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |