Class StandardNmProjMgmtService

java.lang.Object
wt.services.StandardManager
com.ptc.netmarkets.projmgmt.StandardNmProjMgmtService
All Implemented Interfaces:
NmProjMgmtService, Serializable, wt.fc._NetFactor, NetFactor, wt.services.Manager

public class StandardNmProjMgmtService extends StandardManager implements NmProjMgmtService, Serializable

Use the newStandardNmProjMgmtService static factory method(s), not the StandardNmProjMgmtService constructor, to construct instances of this class. Instances must be constructed using the static factory(s), in order to ensure proper initialization of the instance.



Supported API: true

Extendable: false

See Also:
  • Method Details

    • changePlanModel

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

      Supported API: true This api is deprecated instead use the - changePlanModel( NmOid oid ) api
      Specified by:
      changePlanModel in interface NmProjMgmtService
      Parameters:
      oid - Oid of the project to change
      nmcm - changes to make in the project model
      Throws:
      WTException
    • changePlanModel

      public void changePlanModel(NmOid oid) throws WTException
      Update the tree model of the plan from changes made in a different method server

      Supported API: true
      Specified by:
      changePlanModel in interface NmProjMgmtService
      Parameters:
      oid - Oid of the project to change
      Throws:
      WTException