com.ptc.windchill.cadx.prowt.newDocUsesPage
Class NewCADDocUsesPageURLActionDelegate

java.lang.Object
  extended bycom.ptc.windchill.cadx.common.BasicWildfireNavBarActionDelegate
      extended bycom.ptc.windchill.cadx.prowt.newDocUsesPage.NewCADDocUsesPageActionDelegate
          extended bycom.ptc.windchill.cadx.prowt.newDocUsesPage.NewCADDocUsesPageURLActionDelegate
All Implemented Interfaces:
ActionDelegate, Externalizable, NavBarActionDelegate, NavBarURLActionDelegate, Serializable, URLActionDelegate, WildfireActionDelegate, WildfireNavBarCommonActionDelegate, WildfireNavBarCommonURLActionDelegate, WildfireURLActionDelegate

public class NewCADDocUsesPageURLActionDelegate
extends NewCADDocUsesPageActionDelegate
implements WildfireNavBarCommonURLActionDelegate, Externalizable



Supported API: false

Extendable: false

See Also:
Serialized Form

Field Summary
private  String actionName
           
private static String CLASSNAME
           
private  String classURL
           
static long EXTERNALIZATION_VERSION_UID
           
protected  NavBarURLActionDelegateHelper helper
           
private static String JS_LEFT_BRACE
           
private static String JS_RIGHT_BRACE
           
private static String JS_SINGLE_QUOTE
           
private static String MSREP_JS_URL
           
protected static long OLD_FORMAT_VERSION_UID
           
static String PROE_DATE_CODE_KEY
           
private static String RESOURCE
           
private static String SEMI_COLON
           
(package private) static long serialVersionUID
           
private static String URL_WORKSPACENAME_PARAM
           
 
Fields inherited from class com.ptc.windchill.cadx.prowt.newDocUsesPage.NewCADDocUsesPageActionDelegate
CONTEXT_SERVICE_NAME
 
Fields inherited from class com.ptc.windchill.cadx.common.BasicWildfireNavBarActionDelegate
state
 
Fields inherited from interface wt.enterprise.URLActionDelegate
ACTION_NAME, CLASS_URL
 
Constructor Summary
NewCADDocUsesPageURLActionDelegate()
           
 
Method Summary
private  void actionNameValidate(String a_ActionName)
           
private  void classURLValidate(String a_ClassURL)
           
 String getActionName()
          Gets the value of the attribute: actionName.
 String getClassURL()
          Gets the value of the attribute: classURL.
 String getURLLabel(Locale locale)
          Returns a localized label for a URL for the actions.
 boolean isURLProvider(HashMap queryValueMap, Object object)
          Returns boolean flag indicating if the the current HashMap of name values pairs from the QueryString was generated by the current NavBarURLActionDelegate.
 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(NewCADDocUsesPageURLActionDelegate thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 void setActionName(String a_ActionName)
          Sets the value of the attribute: actionName.
 void setClassURL(String a_ClassURL)
          Sets the value of the attribute: classURL.
 void setMethod(String method)
          Sets the method in URLAction to specify on the URL

Supported API: false

Supported API: false

Supported API: false
 void setResourceBundleStr(String resourceBundle)
          Sets the name of the fully qualified classname of the resource bundle to use.
 void setResourceKey(String key)
          Sets the integer reference of the entry to use in the Resource Bundle specified be the getResourceBundleStr call

Supported API: false

Supported API: false

Supported API: false
 void setState(HTTPState state)
          Sets the current HTTPState from the TemplateProcessor that is being used to generate the Navigation Bar.
 String URL(Object object)
          Returns a URL which when selected will perform the action on the object.
 String URL(Object object, HTTPState state)
          Returns a URL which, when selected, will perform the action on the object.
private  String URL(Object object, String urlProcessor, String methodName)
           
 void writeExternal(ObjectOutput output)
          Writes the non-transient fields of this class to an external source.
 
Methods inherited from class com.ptc.windchill.cadx.prowt.newDocUsesPage.NewCADDocUsesPageActionDelegate
enableable, getContextServiceName, readVersion, setContextServiceName, valid
 
Methods inherited from class com.ptc.windchill.cadx.common.BasicWildfireNavBarActionDelegate
enableable, enableable, getContextWorkspace, getIsValidInInActive, getNeverInStandAlone, setContextWorkspace, setIsValidInInActive, setNeverInStandAlone
 
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

actionName

private String actionName

classURL

private String classURL

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

helper

protected NavBarURLActionDelegateHelper helper

PROE_DATE_CODE_KEY

public static final String PROE_DATE_CODE_KEY
See Also:
Constant Field Values

MSREP_JS_URL

private static final String MSREP_JS_URL
See Also:
Constant Field Values

JS_LEFT_BRACE

private static final String JS_LEFT_BRACE
See Also:
Constant Field Values

JS_RIGHT_BRACE

private static final String JS_RIGHT_BRACE
See Also:
Constant Field Values

JS_SINGLE_QUOTE

private static final String JS_SINGLE_QUOTE
See Also:
Constant Field Values

SEMI_COLON

private static final String SEMI_COLON
See Also:
Constant Field Values

URL_WORKSPACENAME_PARAM

private static final String URL_WORKSPACENAME_PARAM
See Also:
Constant Field Values
Constructor Detail

NewCADDocUsesPageURLActionDelegate

public NewCADDocUsesPageURLActionDelegate()
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
Overrides:
writeExternal in class NewCADDocUsesPageActionDelegate
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
Overrides:
readExternal in class NewCADDocUsesPageActionDelegate
Parameters:
input -
Throws:
IOException
ClassNotFoundException

readVersion

protected boolean readVersion(NewCADDocUsesPageURLActionDelegate 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

getActionName

public String getActionName()
Gets the value of the attribute: actionName.

Supported API: false

Specified by:
getActionName in interface URLActionDelegate
Returns:
String

setActionName

public void setActionName(String a_ActionName)
                   throws WTPropertyVetoException
Sets the value of the attribute: actionName.

Supported API: false

Specified by:
setActionName in interface URLActionDelegate
Overrides:
setActionName in class BasicWildfireNavBarActionDelegate
Parameters:
a_ActionName -
Returns:
void
Throws:
WTPropertyVetoException

actionNameValidate

private void actionNameValidate(String a_ActionName)
                         throws WTPropertyVetoException
Parameters:
a_ActionName -
Throws:
WTPropertyVetoException

getClassURL

public String getClassURL()
Gets the value of the attribute: classURL.

Supported API: false

Specified by:
getClassURL in interface URLActionDelegate
Returns:
String

setClassURL

public void setClassURL(String a_ClassURL)
                 throws WTPropertyVetoException
Sets the value of the attribute: classURL.

Supported API: false

Specified by:
setClassURL in interface URLActionDelegate
Parameters:
a_ClassURL -
Throws:
WTPropertyVetoException

classURLValidate

private void classURLValidate(String a_ClassURL)
                       throws WTPropertyVetoException
Parameters:
a_ClassURL -
Throws:
WTPropertyVetoException

URL

public String URL(Object object)
           throws WTException
Returns a URL which when selected will perform the action on the object.

Supported API: false

Specified by:
URL in interface URLActionDelegate
Parameters:
object -
Returns:
String
Throws:
WTException

URL

public String URL(Object object,
                  HTTPState state)
           throws WTException
Returns a URL which, when selected, will perform the action on the object. This implementation of the method considers the origin of the HTTPRequest (user agent) and is the one that should be used for all classes implementing the WildfireURLActionDelegate interface. The method URL(Object) is not valid for objects implementing WildfireActionDelegate and will throw an exception.

Supported API: false

Specified by:
URL in interface WildfireURLActionDelegate
Parameters:
object -
state -
Returns:
String
Throws:
WTException

getURLLabel

public String getURLLabel(Locale locale)
Returns a localized label for a URL for the actions.

Supported API: false

Specified by:
getURLLabel in interface URLActionDelegate
Parameters:
locale -
Returns:
String

setResourceKey

public void setResourceKey(String key)
Sets the integer reference of the entry to use in the Resource Bundle specified be the getResourceBundleStr call

Supported API: false

Supported API: false

Supported API: false

Specified by:
setResourceKey in interface NavBarURLActionDelegate
Parameters:
key - The integer value of the key in the resource bundle to use to generate localized label for the link

setResourceBundleStr

public void setResourceBundleStr(String resourceBundle)
Sets the name of the fully qualified classname of the resource bundle to use. This will be the resource bundle used to generate the localized text used for the getURLLabel method.

Supported API: false

Supported API: false

Supported API: false

Specified by:
setResourceBundleStr in interface NavBarURLActionDelegate
Parameters:
resourceBundle - The target resource bundle to use generate localized label for the link

isURLProvider

public boolean isURLProvider(HashMap queryValueMap,
                             Object object)
Returns boolean flag indicating if the the current HashMap of name values pairs from the QueryString was generated by the current NavBarURLActionDelegate.

Supported API: false

Supported API: false

Supported API: false

Specified by:
isURLProvider in interface NavBarURLActionDelegate
Parameters:
queryValueMap - The Name-Value pairs from the Query String
object - The target object used to generate the Url
Returns:
boolean

setMethod

public void setMethod(String method)
Sets the method in URLAction to specify on the URL

Supported API: false

Supported API: false

Supported API: false

Specified by:
setMethod in interface NavBarURLActionDelegate
Parameters:
method - Name of a Gateway Method from URLProcessor

setState

public void setState(HTTPState state)
Sets the current HTTPState from the TemplateProcessor that is being used to generate the Navigation Bar.

Supported API: false

Supported API: false

Supported API: false

Specified by:
setState in interface NavBarURLActionDelegate
Overrides:
setState in class BasicWildfireNavBarActionDelegate
Parameters:
state - The current HTTPState.
Returns:
void

URL

private String URL(Object object,
                   String urlProcessor,
                   String methodName)
            throws WTException
Throws:
WTException