com.sap.ip.collaboration.gw.api.framework.groupware

Interface ITaskItem

All Superinterfaces:
IGroupwareItem

Deprecated. for future use.

public interface ITaskItem
extends IGroupwareItem

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

PRIORITY_HIGH

public static final int PRIORITY_HIGH
Deprecated. 
See Also:
Constant Field Values

PRIORITY_NORMAL

public static final int PRIORITY_NORMAL
Deprecated. 
See Also:
Constant Field Values

PRIORITY_LOW

public static final int PRIORITY_LOW
Deprecated. 
See Also:
Constant Field Values
Method Detail

setPriority

public void setPriority(PriorityType priority)
                 throws GroupwareException
Deprecated. 
Sets the priority for the task item.

Throws:
GroupwareException - When error occurs

getPriority

public PriorityType getPriority()
                         throws GroupwareException
Deprecated. 
Returns the priority for the task item.

Returns:
the priority of the task Item.
Throws:
GroupwareException - When error occurs

setCategory

public void setCategory(String category)
                 throws GroupwareException
Deprecated. 
Sets the category for the task item

Parameters:
category - Task Category.
Throws:
GroupwareException - When error occurs

getCategory

public String getCategory()
                   throws GroupwareException
Deprecated. 
Returns the category for the task item

Returns:
String Task Category.
Throws:
GroupwareException - When error occurs

setDueDate

public void setDueDate(Date dueDate)
                throws GroupwareException
Deprecated. 
Sets the due date for the task item.

Parameters:
dueDate - Task due date.
Throws:
GroupwareException - When error occurs

getDueDate

public Date getDueDate()
                throws GroupwareException
Deprecated. 
Returns the due date for the task item

Returns:
Date Task due date.
Throws:
GroupwareException - When error occurs

getHasDueDate

public boolean getHasDueDate()
                      throws GroupwareException
Deprecated. 
Returns if the due date is set for the task item

Returns:
boolean Indicator to indicate whether the task item has due date or not.
Throws:
GroupwareException - When error occurs

setHasDueDate

public void setHasDueDate(boolean duedate)
                   throws GroupwareException
Deprecated. 
Sets if the due date is there for the task item

Throws:
GroupwareException - When error occurs

setCompleted

public void setCompleted(boolean vData)
                  throws GroupwareException
Deprecated. 
Sets if the task has been completed

Throws:
GroupwareException - When error occurs

getCompleted

public boolean getCompleted()
                     throws GroupwareException
Deprecated. 
Returns if the task has been completed

Returns:
boolean Task Completion status flag.
Throws:
GroupwareException - When error occurs

setReminder

public void setReminder(Date reminderTime)
                 throws GroupwareException
Deprecated. 
sets the reminder time for the task item

Throws:
GroupwareException - When error occurs

getReminder

public Date getReminder()
                 throws GroupwareException
Deprecated. 
Returns the reminder time for the task item.

Returns:
Date Reminder time.
Throws:
GroupwareException - When error occurs

getHasReminder

public boolean getHasReminder()
                       throws GroupwareException
Deprecated. 
Returns if the reminder is set for the task item.

Returns:
boolean Indicator to indicate whether the task item has reminder or not.
Throws:
GroupwareException - When error occurs

setHasReminder

public void setHasReminder(boolean reminder)
                    throws GroupwareException
Deprecated. 
Sets if the reminder is there or not.

Throws:
GroupwareException - When error occurs


Copyright 2006 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in any form or for any purpose without the express permission of SAP AG. The information contained herein may be changed without prior notice. Microsoft, Windows, Outlook, and PowerPoint are registered trademarks of Microsoft Corporation. Oracle is a registered trademark of Oracle Corporation. UNIX, X/Open, OSF/1, and Motif are registered trademarks of the Open Group. Citrix, ICA, Program Neighborhood, MetaFrame, WinFrame, VideoFrame, and MultiWin are trademarks or registered trademarks of Citrix Systems, Inc. HTML, XML, XHTML and W3C are trademarks or registered trademarks of W3C, World Wide Web Consortium, Massachusetts Institute of Technology. Java is a registered trademark of Sun Microsystems, Inc. JavaScript is a registered trademark of Sun Microsystems, Inc., used under license for technology invented and implemented by Netscape. MaxDB is a trademark of MySQL AB, Sweden. SAP, R/3, mySAP, mySAP.com, xApps, xApp, SAP NetWeaver, and other SAP products and services mentioned herein as well as their respective logos are trademarks or registered trademarks of SAP AG in Germany and in several other countries all over the world. All other product and service names mentioned are the trademarks of their respective companies. Data contained in this document serves informational purposes only. National product specifications may vary. These materials are subject to change without notice. These materials are provided by SAP AG and its affiliated companies ("SAP Group") for informational purposes only, without representation or warranty of any kind, and SAP Group shall not be liable for errors or omissions with respect to the materials. The only warranties for SAP Group products and services are those that are set forth in the express warranty statements accompanying such products and services, if any. Nothing herein should be construed as constituting an additional warranty.