public class DraftHandler
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
protected static Logger | 
logger  | 
| Constructor and Description | 
|---|
DraftHandler(PdkWsCommon endPoint)  | 
| Modifier and Type | Method and Description | 
|---|---|
FeatureTransaction | 
getFeatureTransaction()  | 
PlanFeature | 
getPlanFeature()  | 
boolean | 
setSubPlanDraftVersion(FeatureTransaction ft,
                      int type)  | 
boolean | 
setSubPlanDraftVersionByFeature(FeatureTransaction ft,
                               PlanFeature pfeature,
                               int type)  | 
public DraftHandler(PdkWsCommon endPoint)
public FeatureTransaction getFeatureTransaction()
public PlanFeature getPlanFeature()
public boolean setSubPlanDraftVersion(FeatureTransaction ft, int type) throws java.lang.Exception
java.lang.Exceptionpublic boolean setSubPlanDraftVersionByFeature(FeatureTransaction ft, PlanFeature pfeature, int type) throws java.lang.Exception
java.lang.Exception