wt.templateutil.processor
Class NavBarURLActionDelegateHelper

java.lang.Object
  extended bywt.templateutil.processor.NavBarURLActionDelegateHelper
All Implemented Interfaces:
NavBarURLActionDelegate, URLActionDelegate

public class NavBarURLActionDelegateHelper
extends Object
implements NavBarURLActionDelegate



Supported API: true

Extendable: false


Field Summary
private  String action
          Deprecated.  
static String ACTION_PREFIX
          Deprecated.  
private  String actionName
          Deprecated.  
private static String CLASSNAME
          Deprecated.  
private  String classURL
          Deprecated.  
private static String CONTAINER_OID_AS_PARAMETER
          Deprecated.  
private static String EPM_WORKSPACE_NAME_PARAMETER
          Deprecated.  
private  boolean isOidAdded
          Deprecated.  
private  String method
          Deprecated.  
static String OID_PREFIX
          Deprecated.  
private static String RESOURCE
          Deprecated.  
private  String resourceBundleStr
          Deprecated.  
private  String resourceKey
          Deprecated.  
private  HTTPState state
          Deprecated.  
static String URL_ACTION_CLASS
          Deprecated.  
 
Fields inherited from interface wt.enterprise.URLActionDelegate
ACTION_NAME, CLASS_URL
 
Constructor Summary
NavBarURLActionDelegateHelper()
          Deprecated.  
 
Method Summary
private  void actionNameValidate(String a_ActionName)
          Deprecated.  
private  void classURLValidate(String a_ClassURL)
          Deprecated.  
 String getAction()
          Deprecated.  
 String getActionName()
          Deprecated.  
 String getClassURL()
          Deprecated.  
 String getMethod()
          Deprecated.  
protected  HashMap getQueryStringMap(Object object)
          Deprecated.  
 String getResourceBundleStr()
          Deprecated.  
 String getResourceKey()
          Deprecated.  
 HTTPState getState()
          Deprecated.  
 String getURLLabel(Locale locale)
          Deprecated.  
 boolean isIsOidAdded()
          Deprecated.  
 boolean isURLProvider(HashMap queryValueMap, Object object)
          Deprecated.  
 void setAction(String a_Action)
          Deprecated.  
 void setActionName(String a_ActionName)
          Deprecated.  
 void setClassURL(String a_ClassURL)
          Deprecated.  
 void setIsOidAdded(boolean a_IsOidAdded)
          Deprecated.  
 void setMethod(String a_Method)
          Deprecated.  
 void setOidAdded(boolean oidAdded)
          Deprecated.  
 void setResourceBundleStr(String a_ResourceBundleStr)
          Deprecated.  
 void setResourceKey(String a_ResourceKey)
          Deprecated.  
 void setState(HTTPState a_State)
          Deprecated.  
 String URL(Object object)
          Deprecated.  
 
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
Deprecated. 
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME
Deprecated. 

action

private String action
Deprecated. 

state

private HTTPState state
Deprecated. 

resourceKey

private String resourceKey
Deprecated. 

resourceBundleStr

private String resourceBundleStr
Deprecated. 

method

private String method
Deprecated. 

isOidAdded

private boolean isOidAdded
Deprecated. 

ACTION_PREFIX

public static final String ACTION_PREFIX
Deprecated.  



Supported API: false

See Also:
Constant Field Values

OID_PREFIX

public static final String OID_PREFIX
Deprecated.  



Supported API: false

See Also:
Constant Field Values

URL_ACTION_CLASS

public static final String URL_ACTION_CLASS
Deprecated.  



Supported API: false

See Also:
Constant Field Values

actionName

private String actionName
Deprecated. 

classURL

private String classURL
Deprecated. 

CONTAINER_OID_AS_PARAMETER

private static String CONTAINER_OID_AS_PARAMETER
Deprecated. 

EPM_WORKSPACE_NAME_PARAMETER

private static String EPM_WORKSPACE_NAME_PARAMETER
Deprecated. 
Constructor Detail

NavBarURLActionDelegateHelper

public NavBarURLActionDelegateHelper()
Deprecated. 
Method Detail

getAction

public String getAction()
Deprecated.  

Gets the value of the attribute: action.

Supported API: false

Returns:
String

setAction

public void setAction(String a_Action)
Deprecated.  

Sets the value of the attribute: action.

Supported API: false

Parameters:
a_Action -

getState

public HTTPState getState()
Deprecated.  

Gets the value of the attribute: state; The HTTPState to use to gather additional information that may be needed when constructing the url.

Supported API: true

Returns:
HTTPState

setState

public void setState(HTTPState a_State)
Deprecated.  

Sets the value of the attribute: state; The HTTPState to use to gather additional information that may be needed when constructing the url.

Supported API: true

Specified by:
setState in interface NavBarURLActionDelegate
Parameters:
a_State -

getResourceKey

public String getResourceKey()
Deprecated.  

Gets the value of the attribute: resourceKey; The key to use when looking for the localized label for this action in the resource bundle specified by the attribute resourceBundleStr.

Supported API: true

Returns:
String

setResourceKey

public void setResourceKey(String a_ResourceKey)
Deprecated.  

Sets the value of the attribute: resourceKey; The key to use when looking for the localized label for this action in the resource bundle specified by the attribute resourceBundleStr.

Supported API: true

Specified by:
setResourceKey in interface NavBarURLActionDelegate
Parameters:
a_ResourceKey -

getResourceBundleStr

public String getResourceBundleStr()
Deprecated.  

Gets the value of the attribute: resourceBundleStr; The resource bundle that contains the key for finding the localized value to use for this url label.

Supported API: true

Returns:
String

setResourceBundleStr

public void setResourceBundleStr(String a_ResourceBundleStr)
Deprecated.  

Sets the value of the attribute: resourceBundleStr; The resource bundle that contains the key for finding the localized value to use for this url label.

Supported API: true

Specified by:
setResourceBundleStr in interface NavBarURLActionDelegate
Parameters:
a_ResourceBundleStr -

getMethod

public String getMethod()
Deprecated.  

Gets the value of the attribute: method; The template processor method to use when constructing the url. The valid methods are URLTemplateAction, generateForm, and invokeAction.

Supported API: true

Returns:
String

setMethod

public void setMethod(String a_Method)
Deprecated.  

Sets the value of the attribute: method; The template processor method to use when constructing the url. The valid methods are URLTemplateAction, generateForm, and invokeAction.

Supported API: true

Specified by:
setMethod in interface NavBarURLActionDelegate
Parameters:
a_Method -

isIsOidAdded

public boolean isIsOidAdded()
Deprecated.  

Gets the value of the attribute: isOidAdded.

Supported API: false

Returns:
boolean

setIsOidAdded

public void setIsOidAdded(boolean a_IsOidAdded)
Deprecated.  

Sets the value of the attribute: isOidAdded.

Supported API: false

Parameters:
a_IsOidAdded -

isURLProvider

public boolean isURLProvider(HashMap queryValueMap,
                             Object object)
Deprecated.  

Returns boolean flag indicating if the the current HashMap of name values pairs from the QueryString was generated by the current NavBarURLActionDelegate.

Supported API: true

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

getActionName

public String getActionName()
Deprecated.  

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.

Supported API: true

Specified by:
getActionName in interface URLActionDelegate
Returns:
String

setActionName

public void setActionName(String a_ActionName)
                   throws WTPropertyVetoException
Deprecated.  

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.

Supported API: true

Specified by:
setActionName in interface URLActionDelegate
Parameters:
a_ActionName -
Throws:
WTPropertyVetoException

actionNameValidate

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

getClassURL

public String getClassURL()
Deprecated.  

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
Deprecated.  

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
Deprecated. 
Parameters:
a_ClassURL -
Throws:
WTPropertyVetoException

URL

public String URL(Object object)
           throws WTException
Deprecated.  

Returns a URL which when selected will perform the action on the object. This method should not be called when the concrete URLActionDelegate class is unknown. In that case, call BasicTemplateProcessor.getURLFromDelegate() instead.

Supported API: true

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

getURLLabel

public String getURLLabel(Locale locale)
Deprecated.  

Returns a localized label for a URL for the actions.

Supported API: true

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

getQueryStringMap

protected HashMap getQueryStringMap(Object object)
                             throws WTException
Deprecated. 
Throws:
WTException

setOidAdded

public void setOidAdded(boolean oidAdded)
Deprecated.