com.ptc.netmarkets.part
Class NmPartHelper

java.lang.Object
  extended bycom.ptc.netmarkets.part.NmPartHelper
All Implemented Interfaces:
Externalizable, Serializable

public class NmPartHelper
extends Object
implements Externalizable



Supported API: false

Extendable: false

See Also:
Serialized Form

Nested Class Summary
static class NmPartHelper.CADDetailConstants
           
static class NmPartHelper.PartDetailConstants
           
 
Field Summary
static String CAD_NAME
           
private static String CLASSNAME
           
static String CREATE_DATE
           
static String CREATOR
           
static String DEFAULT_UNIT
           
static String DRAWING
           
static String ECAD
           
static long EXTERNALIZATION_VERSION_UID
           
static String ITERATION
           
static String LIFE_CYCLE
           
static String LOCATION
           
static String MODIFIED_DATE
           
static String MODIFIER
           
protected static long OLD_FORMAT_VERSION_UID
           
static String ORGANIZATION_ID
           
static String PART_VIEW
           
private static String RESOURCE
           
(package private) static long serialVersionUID
           
static NmPartService service
          

Supported API: false
static String SOURCE
           
static String STATE
           
static String STATUS
           
static String THUMBNAIL_URL
           
static String TYPE
           
static String VIEW
           
static String WILDFIRE_VIEWABLE
           
static String WORKSPACE_LOCATION
           
 
Constructor Summary
NmPartHelper()
           
 
Method Summary
 void readExternal(ObjectInput input)
          Reads the non-transient fields of this class from an external source.
private  boolean readOldVersion(ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source, which is not the current version.
protected  boolean readVersion(NmPartHelper thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 void writeExternal(ObjectOutput output)
          Writes the non-transient fields of this class to an external source.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME

service

public static final NmPartService service


Supported API: false


serialVersionUID

static final long serialVersionUID
See Also:
Constant Field Values

EXTERNALIZATION_VERSION_UID

public static final long EXTERNALIZATION_VERSION_UID
See Also:
Constant Field Values

OLD_FORMAT_VERSION_UID

protected static final long OLD_FORMAT_VERSION_UID
See Also:
Constant Field Values

CREATE_DATE

public static final String CREATE_DATE
See Also:
Constant Field Values

CREATOR

public static final String CREATOR
See Also:
Constant Field Values

DEFAULT_UNIT

public static final String DEFAULT_UNIT
See Also:
Constant Field Values

LIFE_CYCLE

public static final String LIFE_CYCLE
See Also:
Constant Field Values

LOCATION

public static final String LOCATION
See Also:
Constant Field Values

MODIFIED_DATE

public static final String MODIFIED_DATE
See Also:
Constant Field Values

MODIFIER

public static final String MODIFIER
See Also:
Constant Field Values

SOURCE

public static final String SOURCE
See Also:
Constant Field Values

STATE

public static final String STATE
See Also:
Constant Field Values

STATUS

public static final String STATUS
See Also:
Constant Field Values

TYPE

public static final String TYPE
See Also:
Constant Field Values

ITERATION

public static final String ITERATION
See Also:
Constant Field Values

VIEW

public static final String VIEW
See Also:
Constant Field Values

THUMBNAIL_URL

public static final String THUMBNAIL_URL
See Also:
Constant Field Values

DRAWING

public static final String DRAWING
See Also:
Constant Field Values

ECAD

public static final String ECAD
See Also:
Constant Field Values

WILDFIRE_VIEWABLE

public static final String WILDFIRE_VIEWABLE
See Also:
Constant Field Values

ORGANIZATION_ID

public static final String ORGANIZATION_ID
See Also:
Constant Field Values

CAD_NAME

public static final String CAD_NAME
See Also:
Constant Field Values

WORKSPACE_LOCATION

public static final String WORKSPACE_LOCATION
See Also:
Constant Field Values

PART_VIEW

public static final String PART_VIEW
See Also:
Constant Field Values
Constructor Detail

NmPartHelper

public NmPartHelper()
Method Detail

writeExternal

public void writeExternal(ObjectOutput output)
                   throws IOException
Writes the non-transient fields of this class to an external source.

Supported API: false

Specified by:
writeExternal in interface Externalizable
Parameters:
output -
Throws:
IOException

readExternal

public void readExternal(ObjectInput input)
                  throws IOException,
                         ClassNotFoundException
Reads the non-transient fields of this class from an external source.

Supported API: false

Specified by:
readExternal in interface Externalizable
Parameters:
input -
Throws:
IOException
ClassNotFoundException

readVersion

protected boolean readVersion(NmPartHelper thisObject,
                              ObjectInput input,
                              long readSerialVersionUID,
                              boolean passThrough,
                              boolean superDone)
                       throws IOException,
                              ClassNotFoundException
Reads the non-transient fields of this class from an external source.

Supported API: false

Parameters:
thisObject -
input -
readSerialVersionUID -
passThrough -
superDone -
Returns:
boolean
Throws:
IOException
ClassNotFoundException

readOldVersion

private boolean readOldVersion(ObjectInput input,
                               long readSerialVersionUID,
                               boolean passThrough,
                               boolean superDone)
                        throws IOException,
                               ClassNotFoundException
Reads the non-transient fields of this class from an external source, which is not the current version.

Parameters:
input -
readSerialVersionUID -
passThrough -
superDone -
Returns:
boolean
Throws:
IOException
ClassNotFoundException