|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ptc.windchill.cadx.common.BasicWildfireNavBarActionDelegate
com.ptc.windchill.cadx.cancelcheckout.CancelCheckoutActionDelegate
com.ptc.windchill.cadx.cancelcheckout.CancelCheckoutURLActionDelegate
Supported API: true
Extendable: false
Field Summary | |
private String |
actionName
|
private static String |
CANCELRESOURCE
|
private static String |
CLASSNAME
|
private String |
classURL
|
protected NavBarURLActionDelegateHelper |
helper
|
private static String |
RESOURCE
|
Fields inherited from class com.ptc.windchill.cadx.cancelcheckout.CancelCheckoutActionDelegate |
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 | |
CancelCheckoutURLActionDelegate()
|
Method Summary | |
private void |
actionNameValidate(String a_ActionName)
|
private void |
classURLValidate(String a_ClassURL)
|
String |
getActionName()
Gets the value of the attribute: actionName; The value to use when constructing the "action" query parameter for the url that is returned when calling the URL(Object object) method. |
String |
getClassURL()
Gets the value of the attribute: classURL. |
String |
getURLLabel(Locale locale)
Deprecated. |
boolean |
isURLProvider(HashMap queryValueMap,
Object object)
Deprecated. |
void |
setActionName(String a_ActionName)
Sets the value of the attribute: actionName; The value to use when constructing the "action" query parameter for the url that is returned when calling the URL(Object object) method. |
void |
setClassURL(String a_ClassURL)
Sets the value of the attribute: classURL. |
void |
setMethod(String method)
Deprecated. |
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 value of the current HTTPState object being used in the current TemplateProcessor Supported API: false Supported API: false Supported API: false |
String |
URL(Object object)
Deprecated. |
String |
URL(Object object,
HTTPState state)
Returns a URL which, when selected, will perform the action on the object. |
Methods inherited from class com.ptc.windchill.cadx.cancelcheckout.CancelCheckoutActionDelegate |
enableable, getContextServiceName, 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 |
private static final String RESOURCE
private static final String CLASSNAME
private String actionName
private String classURL
private static final String CANCELRESOURCE
protected NavBarURLActionDelegateHelper helper
Constructor Detail |
public CancelCheckoutURLActionDelegate()
Method Detail |
public String URL(Object object, HTTPState state) throws WTException
URL
in interface WildfireURLActionDelegate
object
- state
-
WTException
public String getActionName()
getActionName
in interface URLActionDelegate
public void setActionName(String a_ActionName) throws WTPropertyVetoException
setActionName
in interface URLActionDelegate
setActionName
in class BasicWildfireNavBarActionDelegate
a_ActionName
-
WTPropertyVetoException
private void actionNameValidate(String a_ActionName) throws WTPropertyVetoException
a_ActionName
-
WTPropertyVetoException
public String getClassURL()
getClassURL
in interface URLActionDelegate
public void setClassURL(String a_ClassURL) throws WTPropertyVetoException
setClassURL
in interface URLActionDelegate
a_ClassURL
-
WTPropertyVetoException
private void classURLValidate(String a_ClassURL) throws WTPropertyVetoException
a_ClassURL
-
WTPropertyVetoException
public String URL(Object object) throws WTException
URL
in interface URLActionDelegate
object
-
WTException
public String getURLLabel(Locale locale)
getURLLabel
in interface URLActionDelegate
locale
-
public boolean isURLProvider(HashMap queryValueMap, Object object)
isURLProvider
in interface NavBarURLActionDelegate
queryValueMap
- The Name-Value pairs from the Query Stringobject
- The target object used to generate the Url
public void setResourceKey(String key)
setResourceKey
in interface NavBarURLActionDelegate
key
- The integer value of the key in the resource bundle
to use to generate localized label for the linkpublic void setResourceBundleStr(String resourceBundle)
setResourceBundleStr
in interface NavBarURLActionDelegate
resourceBundle
- The target resource bundle to use generate
localized label for the linkpublic void setState(HTTPState state)
setState
in interface NavBarURLActionDelegate
setState
in class BasicWildfireNavBarActionDelegate
state
- The current HTTPState instance
public void setMethod(String method)
setMethod
in interface NavBarURLActionDelegate
method
- Name of a Gateway Method from URLProcessor
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |