Package | Description |
---|---|
com.whitestein.lsps.human.dao |
Data access object for storing and retrieving todo-related entities.
|
com.whitestein.lsps.human.dao.jpa | |
com.whitestein.lsps.human.entity |
Persistent entities for human-oriented tasks.
|
Modifier and Type | Method and Description |
---|---|
void |
TodoDao.remove(TodoPerformer performer)
Removes todo performer.
|
Modifier and Type | Method and Description |
---|---|
void |
JpaTodoDao.remove(TodoPerformer performer) |
Modifier and Type | Method and Description |
---|---|
static TodoPerformer |
TodoPerformer.allocation(String personId)
Creates new allocation person performer.
|
static TodoPerformer |
TodoPerformer.delegation(String personId,
Integer level,
String delegatedBy)
Creates new delegation person performer.
|
static TodoPerformer |
TodoPerformer.initial(RoleUnitName role)
Creates an initial role performer.
|
static TodoPerformer |
TodoPerformer.initial(String personId)
Creates an initial person performer.
|
static TodoPerformer |
TodoPerformer.initial(String roleName,
List<RoleUnitParameter> paramValues)
Creates an initial role performer.
|
static TodoPerformer |
TodoPerformer.initial(String roleName,
RoleUnitParameter... paramValues)
Creates an initial role performer.
|
static TodoPerformer |
TodoPerformer.initialAny()
Creates an initial any performer.
|
Modifier and Type | Method and Description |
---|---|
Collection<TodoPerformer> |
Todo.getPerformers()
Returns a collection of performers for this todo.
|
Modifier and Type | Method and Description |
---|---|
void |
Todo.addPerformer(TodoPerformer performer)
Adds a todo performer.
|
void |
Todo.removePerformer(TodoPerformer performer)
Removes a performer.
|
Modifier and Type | Method and Description |
---|---|
void |
Todo.addPerformers(Collection<TodoPerformer> performers)
Adds a collection of todo performers.
|
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.