Package com.ptc.netmarkets.projmgmt
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 Summary
Modifier and TypeMethodDescriptionvoidchangePlanModel(NmOid oid) Update the tree model of the plan from changes made in a different method server
Supported API: truevoidchangePlanModel(NmOid oid, com.ptc.netmarkets.model.NmChangeModel[] nmcm) Deprecated.Methods inherited from class wt.services.StandardManager
getManagerService, getManagerStatus, getName, getStartupType, initialize, performShutdownProcess, performStartupProcess, registerEvents
-
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:
changePlanModelin interfaceNmProjMgmtService- Parameters:
oid- Oid of the project to changenmcm- changes to make in the project model- Throws:
WTException
-
changePlanModel
Update the tree model of the plan from changes made in a different method server
Supported API: true- Specified by:
changePlanModelin interfaceNmProjMgmtService- Parameters:
oid- Oid of the project to change- Throws:
WTException
-