|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.adapter.WebjectConstants
wt.adapter.BasicWebjectDelegate
wt.adapter.WebjectDelegateTemplate
wt.adapter.iba.UpdateIBAObjectsWebjectDelegate
This class provides the ability to update both modeled and instance based
attribute values for the objects retrieved with the specified whereClause.
Supported API: false
Extendable: false
Field Summary | |
private static String |
ADAPTER_RESOURCE
|
private static String |
CLASSNAME
|
private static String |
ENTERPRISE_RESOURCE
|
static long |
EXTERNALIZATION_VERSION_UID
|
protected static long |
OLD_FORMAT_VERSION_UID
|
private static String |
RESOURCE
|
(package private) static long |
serialVersionUID
|
private static boolean |
VERBOSE
|
Fields inherited from class wt.adapter.WebjectDelegateTemplate |
|
Fields inherited from class wt.adapter.BasicWebjectDelegate |
ATTRIBUTE, CLASS, CLASS_ID, FIELD, GROUP_OUT, IDENTITY, OBJECT_ID, WHERE |
Fields inherited from class wt.adapter.WebjectConstants |
FAILURE, MESSAGE, OBJECT, OUTPUT, STATUS, SUCCESS |
Constructor Summary | |
UpdateIBAObjectsWebjectDelegate()
|
Method Summary | |
protected Object |
assignValues(Object object,
Hashtable values,
Locale locale)
This method will assign the values contained in the Hashtable to the object. |
protected Object |
assignValues(Object object,
Hashtable values,
Locale locale,
Properties props)
This method will assign the values contained in the Hashtable to the object. |
Enumeration |
getOutputObjects(Enumeration inputObjects)
Provides a pass-through implementation to get the output objects, simply returning the input objects. |
Task |
invoke(Task task,
Properties props,
com.infoengine.log.ServiceWriter log)
This method will retrieve the set of objects matching the specified search criteria in the whereClause. |
protected Hashtable |
parseFields(Webject webject)
This method will parse the incoming field parameters, both modeled and instance based attributes, and put them into a Hashtable. |
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(UpdateIBAObjectsWebjectDelegate thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
void |
writeExternal(ObjectOutput output)
Writes the non-transient fields of this class to an external source. |
Methods inherited from class wt.adapter.WebjectDelegateTemplate |
getDefaultOutputAttributes, getParam, getParams, init, readVersion |
Methods inherited from class wt.adapter.WebjectConstants |
readVersion |
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
static final long serialVersionUID
public static final long EXTERNALIZATION_VERSION_UID
protected static final long OLD_FORMAT_VERSION_UID
private static boolean VERBOSE
private static final String ADAPTER_RESOURCE
private static final String ENTERPRISE_RESOURCE
Constructor Detail |
public UpdateIBAObjectsWebjectDelegate()
Method Detail |
public void writeExternal(ObjectOutput output) throws IOException
writeExternal
in interface Externalizable
writeExternal
in class WebjectDelegateTemplate
output
-
IOException
public void readExternal(ObjectInput input) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
readExternal
in class WebjectDelegateTemplate
input
-
IOException
ClassNotFoundException
protected boolean readVersion(UpdateIBAObjectsWebjectDelegate 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 Task invoke(Task task, Properties props, com.infoengine.log.ServiceWriter log) throws WebjectServiceException, WTException
invoke
in interface WebjectDelegate
invoke
in class WebjectDelegateTemplate
task
- props
- log
-
WebjectServiceException
WTException
protected Hashtable parseFields(Webject webject)
parseFields
in class BasicWebjectDelegate
webject
-
protected Object assignValues(Object object, Hashtable values, Locale locale) throws WTException
assignValues
in class BasicWebjectDelegate
object
- values
- locale
-
WTException
AttributeHelper
protected Object assignValues(Object object, Hashtable values, Locale locale, Properties props) throws WTException
assignValues
in class BasicWebjectDelegate
object
- values
- locale
- props
-
WTException
AttributeHelper
public Enumeration getOutputObjects(Enumeration inputObjects)
getOutputObjects
in class WebjectDelegateTemplate
inputObjects
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |