|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This interface represents a groupware task item and extends from the IGroupwareItem interface.
| Field Summary | |
static int |
PRIORITY_HIGH
Deprecated. |
static int |
PRIORITY_LOW
Deprecated. |
static int |
PRIORITY_NORMAL
Deprecated. |
| Method Summary | |
String |
getCategory()
Deprecated. Returns the category for the task item |
boolean |
getCompleted()
Deprecated. Returns if the task has been completed |
Date |
getDueDate()
Deprecated. Returns the due date for the task item |
boolean |
getHasDueDate()
Deprecated. Returns if the due date is set for the task item |
boolean |
getHasReminder()
Deprecated. Returns if the reminder is set for the task item. |
PriorityType |
getPriority()
Deprecated. Returns the priority for the task item. |
Date |
getReminder()
Deprecated. Returns the reminder time for the task item. |
void |
setCategory(String category)
Deprecated. Sets the category for the task item |
void |
setCompleted(boolean vData)
Deprecated. Sets if the task has been completed |
void |
setDueDate(Date dueDate)
Deprecated. Sets the due date for the task item. |
void |
setHasDueDate(boolean duedate)
Deprecated. Sets if the due date is there for the task item |
void |
setHasReminder(boolean reminder)
Deprecated. Sets if the reminder is there or not. |
void |
setPriority(PriorityType priority)
Deprecated. Sets the priority for the task item. |
void |
setReminder(Date reminderTime)
Deprecated. sets the reminder time for the task item |
| Methods inherited from interface com.sap.ip.collaboration.gw.api.framework.groupware.IGroupwareItem |
getApplicationData, getContent, getFrom, getFromAddress, getGroupwareManager, getID, getItemType, getMimeType, getSubject, getTo, getToList, getTransport, getTransportName, remove, remove, save, send, setApplicationData, setContent, setFrom, setFromAddress, setGroupwareManager, setID, setMimeType, setSubject, setTo, setToList, setTransport |
| Field Detail |
public static final int PRIORITY_HIGH
public static final int PRIORITY_NORMAL
public static final int PRIORITY_LOW
| Method Detail |
public void setPriority(PriorityType priority)
throws GroupwareException
GroupwareException - When error occurs
public PriorityType getPriority()
throws GroupwareException
GroupwareException - When error occurs
public void setCategory(String category)
throws GroupwareException
category - Task Category.
GroupwareException - When error occurs
public String getCategory()
throws GroupwareException
GroupwareException - When error occurs
public void setDueDate(Date dueDate)
throws GroupwareException
dueDate - Task due date.
GroupwareException - When error occurs
public Date getDueDate()
throws GroupwareException
GroupwareException - When error occurs
public boolean getHasDueDate()
throws GroupwareException
GroupwareException - When error occurs
public void setHasDueDate(boolean duedate)
throws GroupwareException
GroupwareException - When error occurs
public void setCompleted(boolean vData)
throws GroupwareException
GroupwareException - When error occurs
public boolean getCompleted()
throws GroupwareException
GroupwareException - When error occurs
public void setReminder(Date reminderTime)
throws GroupwareException
GroupwareException - When error occurs
public Date getReminder()
throws GroupwareException
GroupwareException - When error occurs
public boolean getHasReminder()
throws GroupwareException
GroupwareException - When error occurs
public void setHasReminder(boolean reminder)
throws GroupwareException
GroupwareException - When error occurs
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||