|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface OOOProcessDesignate
Manages designation of alternate users when the current user is Out of Office.
| Method Summary | |
|---|---|
java.lang.String |
getProcessName()
Gets the Process Name (service name) |
UserDef |
getUserDesignated()
Retrieves the User designated for this process |
boolean |
isNotDesignated()
Returns true when this process is not to be designated when out of the office. |
void |
setNotDesignated(boolean doNotDesignate)
Provides the capability to say "I do not want to designated tasks for this process to anyone" |
void |
setProcessName(java.lang.String processName)
Sets the Process Name (service name) to designate to this user |
void |
setUserDesignated(UserDef user)
Sets the User designated for this process |
| Method Detail |
|---|
UserDef getUserDesignated()
void setUserDesignated(UserDef user)
user - a UserDef object populated with the user's IDjava.lang.String getProcessName()
void setProcessName(java.lang.String processName)
processName - void setNotDesignated(boolean doNotDesignate)
doNotDesignate - if set to true tasks for this process will not be designated when out of office.boolean isNotDesignated()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||