|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TaskType | |
|---|---|
| ch.busyboxes.agoo.dao | |
| ch.busyboxes.agoo.dao.impl | |
| ch.busyboxes.agoo.model | |
| ch.busyboxes.agoo.model.enumeration | |
| Uses of TaskType in ch.busyboxes.agoo.dao |
|---|
| Methods in ch.busyboxes.agoo.dao with parameters of type TaskType | |
|---|---|
void |
WatcherTaskDAO.createNewTask(TaskType taskType,
java.lang.Long targetId)
Creates a new task |
| Uses of TaskType in ch.busyboxes.agoo.dao.impl |
|---|
| Methods in ch.busyboxes.agoo.dao.impl with parameters of type TaskType | |
|---|---|
void |
WatcherTaskDAOImpl.createNewTask(TaskType taskType,
java.lang.Long targetId)
|
| Uses of TaskType in ch.busyboxes.agoo.model |
|---|
| Methods in ch.busyboxes.agoo.model that return TaskType | |
|---|---|
TaskType |
WatcherTask.getTaskType()
Gets the task type |
| Methods in ch.busyboxes.agoo.model with parameters of type TaskType | |
|---|---|
void |
WatcherTask.setTaskType(TaskType taskType)
Sets the task type |
| Uses of TaskType in ch.busyboxes.agoo.model.enumeration |
|---|
| Methods in ch.busyboxes.agoo.model.enumeration that return TaskType | |
|---|---|
static TaskType |
TaskType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static TaskType[] |
TaskType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||