com.trackstudio.rest.impl
Class TaskImpl

java.lang.Object
  extended by com.trackstudio.rest.impl.TaskImpl
All Implemented Interfaces:
ITask

public class TaskImpl
extends java.lang.Object
implements ITask


Constructor Summary
TaskImpl()
           
 
Method Summary
 java.util.List<java.lang.String> getFilters(java.lang.String parent, java.lang.String login, java.lang.String password)
          This methis get list name filter for current task
 TaskJSONBean getTask(java.lang.String number, java.lang.String login, java.lang.String password, java.lang.String message, java.lang.String attach, java.lang.String udf)
          This method get a com.trackstudio.rest.model.TaskJSONBean
 java.util.List<TaskJSONBean> getTasks(java.lang.String parent, java.lang.String filter, java.lang.String login, java.lang.String password, java.lang.String number)
          This method get list task for current task
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TaskImpl

public TaskImpl()
Method Detail

getTask

public TaskJSONBean getTask(java.lang.String number,
                            java.lang.String login,
                            java.lang.String password,
                            java.lang.String message,
                            java.lang.String attach,
                            java.lang.String udf)
                     throws java.lang.Exception
Description copied from interface: ITask
This method get a com.trackstudio.rest.model.TaskJSONBean

Specified by:
getTask in interface ITask
Parameters:
number - Number task
login - Login user
password - Password user
message - check message list
attach - check attach list
udf - check udf list
Returns:
com.trackstudio.rest.model.TaskJSONBean
Throws:
javax.servlet.ServletException - for need
java.lang.Exception

getTasks

public java.util.List<TaskJSONBean> getTasks(java.lang.String parent,
                                             java.lang.String filter,
                                             java.lang.String login,
                                             java.lang.String password,
                                             java.lang.String number)
                                      throws java.lang.Exception
Description copied from interface: ITask
This method get list task for current task

Specified by:
getTasks in interface ITask
Parameters:
parent - Number task
filter - Name filter
login - Login user
password - Password user
number - number tasks in list
Returns:
List
Throws:
javax.servlet.ServletException - for need
java.lang.Exception

getFilters

public java.util.List<java.lang.String> getFilters(java.lang.String parent,
                                                   java.lang.String login,
                                                   java.lang.String password)
                                            throws java.lang.Exception
Description copied from interface: ITask
This methis get list name filter for current task

Specified by:
getFilters in interface ITask
Parameters:
parent - Number current task
login - Login user
password - Password user
Returns:
List
Throws:
javax.servlet.ServletException - for need
java.lang.Exception


Copyright © 2002-2009 TrackStudio, Ltd. All Rights Reserved.