com.trackstudio.view
Class TaskViewFactory

java.lang.Object
  extended by com.trackstudio.view.TaskViewFactory

public class TaskViewFactory
extends java.lang.Object


Constructor Summary
TaskViewFactory()
           
 
Method Summary
static TaskView inEmailHTML(SecuredTaskBean bean)
           
static TaskView inEmailHTMLList(SecuredTaskBean bean)
           
static TaskView inEmailText(SecuredTaskBean bean)
           
static TaskView inEmailTextList(SecuredTaskBean bean)
           
static TaskView inHTML(SecuredTaskBean bean, java.lang.String context, java.lang.String scheme)
           
static TaskView inHTMLSelect(SecuredTaskBean bean, java.lang.String currentURL, java.lang.String context, java.lang.String scheme)
           
static TaskView inHTMLShort(SecuredTaskBean bean, java.lang.String context, java.lang.String scheme)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TaskViewFactory

public TaskViewFactory()
Method Detail

inEmailText

public static TaskView inEmailText(SecuredTaskBean bean)
                            throws GranException
Throws:
GranException

inEmailHTML

public static TaskView inEmailHTML(SecuredTaskBean bean)
                            throws GranException
Throws:
GranException

inHTML

public static TaskView inHTML(SecuredTaskBean bean,
                              java.lang.String context,
                              java.lang.String scheme)
                       throws GranException
Throws:
GranException

inHTMLSelect

public static TaskView inHTMLSelect(SecuredTaskBean bean,
                                    java.lang.String currentURL,
                                    java.lang.String context,
                                    java.lang.String scheme)
                             throws GranException
Throws:
GranException

inHTMLShort

public static TaskView inHTMLShort(SecuredTaskBean bean,
                                   java.lang.String context,
                                   java.lang.String scheme)
                            throws GranException
Throws:
GranException

inEmailHTMLList

public static TaskView inEmailHTMLList(SecuredTaskBean bean)
                                throws GranException
Throws:
GranException

inEmailTextList

public static TaskView inEmailTextList(SecuredTaskBean bean)
                                throws GranException
Throws:
GranException


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