com.ptc.netmarkets.projmgmt
Interface NmProjMgmtService

All Known Implementing Classes:
StandardNmProjMgmtService

public interface NmProjMgmtService



Supported API: true

Extendable: false


Method Summary
 void changePlanModel(NmOid oid, com.ptc.netmarkets.model.NmChangeModel[] nmcm)
          Update the tree model of the plan from changes made in a different method server

Supported API: true
 com.ptc.netmarkets.util.misc.NmModel getPlanModel(NmOid oid)
          Get the tree model of the forum to display

Supported API: true
 

Method Detail

getPlanModel

com.ptc.netmarkets.util.misc.NmModel getPlanModel(NmOid oid)
                                                  throws WTException
Get the tree model of the forum to display

Supported API: true

Parameters:
oid - the AdministrativeDomain, used as search criteria when looking for project objects
Returns:
NmModel
Throws:
WTException

changePlanModel

void changePlanModel(NmOid oid,
                     com.ptc.netmarkets.model.NmChangeModel[] nmcm)
                     throws WTException
Update the tree model of the plan from changes made in a different method server

Supported API: true

Parameters:
oid - Oid of the project to change
nmcm - changes to make in the project model
Throws:
WTException