Class Overview
Helper class for PeopleSoft API entity CIScroll
.
Summary
Fields |
private
Object |
scroll |
Wraps an instance of psft.pt8.joa.CIScroll
|
Public Methods |
Object
|
item(long index)
|
[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
scroll
Wraps an instance of psft.pt8.joa.CIScroll
Public Constructors
public
CIScrollAccessor
(Object obj)
Public Methods
public
Object
item
(long index)