|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.enterprise.ShowDistributionListActionDelegate
wt.enterprise.ShowDistributionListURLActionDelegate
Supported API: true
Extendable: false
Field Summary | |
private String |
actionName
|
private static String |
CLASSNAME
|
private String |
classURL
|
static long |
EXTERNALIZATION_VERSION_UID
|
protected static long |
OLD_FORMAT_VERSION_UID
|
private static String |
RESOURCE
|
(package private) static long |
serialVersionUID
|
Fields inherited from class wt.enterprise.ShowDistributionListActionDelegate |
CONTEXT_SERVICE_NAME |
Fields inherited from interface wt.enterprise.URLActionDelegate |
ACTION_NAME, CLASS_URL |
Constructor Summary | |
ShowDistributionListURLActionDelegate()
|
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 |
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(ShowDistributionListURLActionDelegate 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; 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. |
void |
writeExternal(ObjectOutput output)
Writes the non-transient fields of this class to an external source. |
Methods inherited from class wt.enterprise.ShowDistributionListActionDelegate |
enableable, getContextServiceName, readVersion, setContextServiceName, setState, valid |
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
static final long serialVersionUID
public static final long EXTERNALIZATION_VERSION_UID
protected static final long OLD_FORMAT_VERSION_UID
Constructor Detail |
public ShowDistributionListURLActionDelegate()
Method Detail |
public void writeExternal(ObjectOutput output) throws IOException
writeExternal
in interface Externalizable
writeExternal
in class ShowDistributionListActionDelegate
output
-
IOException
public void readExternal(ObjectInput input) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
readExternal
in class ShowDistributionListActionDelegate
input
-
IOException
ClassNotFoundException
protected boolean readVersion(ShowDistributionListURLActionDelegate thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone) throws IOException, ClassNotFoundException
thisObject
- input
- readSerialVersionUID
- passThrough
- superDone
-
IOException
ClassNotFoundException
private boolean readOldVersion(ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone) throws IOException, ClassNotFoundException
input
- readSerialVersionUID
- passThrough
- superDone
-
IOException
ClassNotFoundException
public String getActionName()
getActionName
in interface URLActionDelegate
public void setActionName(String a_ActionName) throws WTPropertyVetoException
setActionName
in interface URLActionDelegate
setActionName
in class ShowDistributionListActionDelegate
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
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |