com.ptc.netmarkets.templates
Class NmTemplatesServiceFwd

java.lang.Object
  extended bycom.ptc.netmarkets.templates.NmTemplatesServiceFwd
All Implemented Interfaces:
NmTemplatesService, RemoteAccess, Serializable

public class NmTemplatesServiceFwd
extends Object
implements RemoteAccess, NmTemplatesService, Serializable



Supported API: false

Extendable: false

See Also:
Serialized Form

Field Summary
private static String CLASSNAME
           
private static String FC_RESOURCE
           
(package private) static boolean SERVER
           
 
Fields inherited from interface wt.method.RemoteAccess
versionID
 
Constructor Summary
NmTemplatesServiceFwd()
           
 
Method Summary
 NmChangeModel[] create(NmCommandBean cb, NmTemplate nmTemplate, String tempFile)
          

Supported API: false
 NmChangeModel[] delete(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] disable(NmCommandBean cb)
          

Supported API: false
 String download(NmOid nmOid)
          

Supported API: false
 NmChangeModel[] enable(NmCommandBean cb)
          

Supported API: false
 ArrayList getCADDocumentRowData(EPMDocument epmDoc, Locale locale)
          

Supported API: false
 ArrayList getDocumentRowData(NmDocument nmDocument, Locale locale, String context)
          

Supported API: false
 ArrayList getLifeCycleRowData(LifeCycleTemplate lifecycle, Locale locale, String context)
          

Supported API: false
private static Manager getManager()
           
 NmTemplate getNmTemplate(NmOid oid)
          

Supported API: false
 ArrayList getReportRowData(ReportTemplate report, Locale locale)
          

Supported API: false
 ArrayList getRowData(NmTemplate nmTemplate, Locale locale)
          

Supported API: false
 ArrayList getTeamRowData(TeamTemplate team, Locale locale)
          

Supported API: false
 NmTemplate getTemplateProperties(NmCommandBean cb)
          

Supported API: false
 String getTemplateType(NmOid oid)
          

Supported API: false
 ArrayList getWorkflowRowData(WfProcessTemplate workflow, Locale locale)
          

Supported API: false
 NmHTMLTable list(NmCommandBean cb, String templateType)
          

Supported API: false
 NmDefaultHTMLTable listHistory(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] saveas(NmCommandBean cb, NmTemplate nmTemplate)
          

Supported API: false
 NmChangeModel[] update(NmCommandBean cb, NmTemplate nmTemplate, String tempFile)
          

Supported API: false
 NmModel view(NmCommandBean cb)
          

Supported API: false
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SERVER

static final boolean SERVER

FC_RESOURCE

private static final String FC_RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME
Constructor Detail

NmTemplatesServiceFwd

public NmTemplatesServiceFwd()
Method Detail

getManager

private static Manager getManager()
                           throws WTException
Returns:
Manager
Throws:
WTException

list

public NmHTMLTable list(NmCommandBean cb,
                        String templateType)
                 throws WTException


Supported API: false

Specified by:
list in interface NmTemplatesService
Parameters:
cb -
templateType -
Returns:
NmHTMLTable
Throws:
WTException

create

public NmChangeModel[] create(NmCommandBean cb,
                              NmTemplate nmTemplate,
                              String tempFile)
                       throws WTException


Supported API: false

Specified by:
create in interface NmTemplatesService
Parameters:
cb -
nmTemplate -
tempFile -
Returns:
NmChangeModel[]
Throws:
WTException

update

public NmChangeModel[] update(NmCommandBean cb,
                              NmTemplate nmTemplate,
                              String tempFile)
                       throws WTException


Supported API: false

Specified by:
update in interface NmTemplatesService
Parameters:
cb -
nmTemplate -
tempFile -
Returns:
NmChangeModel[]
Throws:
WTException

saveas

public NmChangeModel[] saveas(NmCommandBean cb,
                              NmTemplate nmTemplate)
                       throws WTException


Supported API: false

Specified by:
saveas in interface NmTemplatesService
Parameters:
cb -
nmTemplate -
Returns:
NmChangeModel[]
Throws:
WTException

enable

public NmChangeModel[] enable(NmCommandBean cb)
                       throws WTException


Supported API: false

Specified by:
enable in interface NmTemplatesService
Parameters:
cb -
Returns:
NmChangeModel[]
Throws:
WTException

disable

public NmChangeModel[] disable(NmCommandBean cb)
                        throws WTException


Supported API: false

Specified by:
disable in interface NmTemplatesService
Parameters:
cb -
Returns:
NmChangeModel[]
Throws:
WTException

getRowData

public ArrayList getRowData(NmTemplate nmTemplate,
                            Locale locale)
                     throws WTException


Supported API: false

Specified by:
getRowData in interface NmTemplatesService
Parameters:
nmTemplate -
locale -
Returns:
ArrayList
Throws:
WTException

getNmTemplate

public NmTemplate getNmTemplate(NmOid oid)
                         throws WTException


Supported API: false

Specified by:
getNmTemplate in interface NmTemplatesService
Parameters:
oid -
Returns:
NmTemplate
Throws:
WTException

view

public NmModel view(NmCommandBean cb)
             throws WTException


Supported API: false

Specified by:
view in interface NmTemplatesService
Parameters:
cb -
Returns:
NmModel
Throws:
WTException

getTemplateProperties

public NmTemplate getTemplateProperties(NmCommandBean cb)
                                 throws WTException


Supported API: false

Specified by:
getTemplateProperties in interface NmTemplatesService
Parameters:
cb -
Returns:
NmTemplate
Throws:
WTException

getTemplateType

public String getTemplateType(NmOid oid)
                       throws WTException


Supported API: false

Specified by:
getTemplateType in interface NmTemplatesService
Parameters:
oid -
Returns:
String
Throws:
WTException

getDocumentRowData

public ArrayList getDocumentRowData(NmDocument nmDocument,
                                    Locale locale,
                                    String context)
                             throws WTException


Supported API: false

Specified by:
getDocumentRowData in interface NmTemplatesService
Parameters:
nmDocument -
locale -
context -
Returns:
ArrayList
Throws:
WTException

getLifeCycleRowData

public ArrayList getLifeCycleRowData(LifeCycleTemplate lifecycle,
                                     Locale locale,
                                     String context)
                              throws WTException


Supported API: false

Specified by:
getLifeCycleRowData in interface NmTemplatesService
Parameters:
lifecycle -
locale -
context -
Returns:
ArrayList
Throws:
WTException

getWorkflowRowData

public ArrayList getWorkflowRowData(WfProcessTemplate workflow,
                                    Locale locale)
                             throws WTException


Supported API: false

Specified by:
getWorkflowRowData in interface NmTemplatesService
Parameters:
workflow -
locale -
Returns:
ArrayList
Throws:
WTException

getReportRowData

public ArrayList getReportRowData(ReportTemplate report,
                                  Locale locale)
                           throws WTException


Supported API: false

Specified by:
getReportRowData in interface NmTemplatesService
Parameters:
report -
locale -
Returns:
ArrayList
Throws:
WTException

getTeamRowData

public ArrayList getTeamRowData(TeamTemplate team,
                                Locale locale)
                         throws WTException


Supported API: false

Specified by:
getTeamRowData in interface NmTemplatesService
Parameters:
team -
locale -
Returns:
ArrayList
Throws:
WTException

download

public String download(NmOid nmOid)
                throws WTException


Supported API: false

Specified by:
download in interface NmTemplatesService
Parameters:
nmOid -
Returns:
String
Throws:
WTException

getCADDocumentRowData

public ArrayList getCADDocumentRowData(EPMDocument epmDoc,
                                       Locale locale)
                                throws WTException


Supported API: false

Specified by:
getCADDocumentRowData in interface NmTemplatesService
Parameters:
epmDoc -
locale -
Returns:
ArrayList
Throws:
WTException

listHistory

public NmDefaultHTMLTable listHistory(NmCommandBean cb)
                               throws WTException


Supported API: false

Specified by:
listHistory in interface NmTemplatesService
Parameters:
cb -
Returns:
NmDefaultHTMLTable
Throws:
WTException

delete

public NmChangeModel[] delete(NmCommandBean cb)
                       throws WTException


Supported API: false

Specified by:
delete in interface NmTemplatesService
Parameters:
cb -
Returns:
NmChangeModel[]
Throws:
WTException