Class Overview
Helper class for PeopleSoft API entity CICollection
.
Summary
Fields |
private
Object |
collection |
Wraps an instance of psft.pt8.joa.CICollection
|
[Expand]
Inherited Methods |
From class
org.mule.modules.peoplesoft.api.AbstractCIAccessorFactory
Object
|
getWrappedObject()
|
Object
|
invokeAPIField(Object obj, String name)
Manages the field invocations made to the API via reflection.
|
Object
|
invokeAPIMethod(Object obj, String name, Class[]<?> params, Object[] values)
Manages the method invocations made to the API via reflection.
|
|
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
|
Fields
private
Object
collection
Wraps an instance of psft.pt8.joa.CICollection
Public Constructors
public
CICollectionAccessor
(Object obj)
Public Methods