java.lang.Object | ||
↳ | org.mule.modules.peoplesoft.api.AbstractCIAccessorFactory | |
↳ | org.mule.modules.peoplesoft.api.CIAccessor |
Helper class for PeopleSoft API entity CI
.
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
ci | Wraps an instance of psft.pt8.joa.CI
|
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.peoplesoft.api.AbstractCIAccessorFactory
|
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Get the create key collection of CIPropertyInfo.
| |||||||||||
Get the find key collection of CIPropertyInfo.
| |||||||||||
Get the get key collection of CIPropertyInfo.
| |||||||||||
Get the specified property.
| |||||||||||
Get the collection of CIPropertyInfo.
| |||||||||||
Get set of authorized operations
| |||||||||||
Invokes the operation on the specified Method
| |||||||||||
Set the config value as boolean, correction mode with ability to modify history data.
| |||||||||||
Set the config value as boolean, correction mode where effective dated data is involved.
| |||||||||||
Set the config value as a boolean, access the component in interactive as opposed to deferred processing mode.
| |||||||||||
Set the property.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.peoplesoft.api.AbstractCIAccessorFactory
| |||||||||||
From class
java.lang.Object
|
Wraps an instance of psft.pt8.joa.CI
obj |
---|
Get the create key collection of CIPropertyInfo.
Get the find key collection of CIPropertyInfo.
Get the get key collection of CIPropertyInfo.
Get the specified property.
name | The config name. |
---|
Get the collection of CIPropertyInfo.
Get set of authorized operations
Invokes the operation on the specified Method
name | |
---|---|
args |
Set the config value as boolean, correction mode with ability to modify history data.
inEditHistoryItems | The config value to use. |
---|
Set the config value as boolean, correction mode where effective dated data is involved.
inGetHistoryItems | The config value to use. |
---|
Set the config value as a boolean, access the component in interactive as opposed to deferred processing mode.
inInteractiveMode | The config value to use. |
---|
Set the property.
name | The config name. |
---|---|
value | The value. |