wt.replication.unit.htmlGeneration
Class ReceiveStatusURLActionDelegate

java.lang.Object
  extended bywt.replication.unit.htmlGeneration.ReceiveStatusActionDelegate
      extended bywt.replication.unit.htmlGeneration.ReceiveStatusURLActionDelegate
All Implemented Interfaces:
ActionDelegate, URLActionDelegate

public class ReceiveStatusURLActionDelegate
extends ReceiveStatusActionDelegate
implements URLActionDelegate



Supported API: false

Extendable: false


Field Summary
private  String actionName
           
private static String CLASSNAME
           
private  String classURL
           
private static String RESOURCE
           
 
Fields inherited from class wt.replication.unit.htmlGeneration.ReceiveStatusActionDelegate
CONTEXT_SERVICE_NAME
 
Fields inherited from interface wt.enterprise.URLActionDelegate
ACTION_NAME, CLASS_URL
 
Constructor Summary
ReceiveStatusURLActionDelegate()
           
 
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.  
 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.
 String URL(Object object)
          Deprecated.  
 
Methods inherited from class wt.replication.unit.htmlGeneration.ReceiveStatusActionDelegate
enableable, getContextServiceName, setContextServiceName, valid
 
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
Constructor Detail

ReceiveStatusURLActionDelegate

public ReceiveStatusURLActionDelegate()
Method Detail

getActionName

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

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; 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: false

Specified by:
setActionName in interface URLActionDelegate
Parameters:
a_ActionName -
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
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: false

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: false

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