public class

CIAccessor

extends AbstractCIAccessorFactory
java.lang.Object
   ↳ org.mule.modules.peoplesoft.api.AbstractCIAccessorFactory
     ↳ org.mule.modules.peoplesoft.api.CIAccessor

Class Overview

Helper class for PeopleSoft API entity CI.

Summary

Fields
private Object ci Wraps an instance of psft.pt8.joa.CI
[Expand]
Inherited Fields
From class org.mule.modules.peoplesoft.api.AbstractCIAccessorFactory
Public Constructors
CIAccessor(Object obj)
Public Methods
Object getCi()
CIPropertyInfoCollectionAccessor getCreateKeyInfoCollection()
Get the create key collection of CIPropertyInfo.
CIPropertyInfoCollectionAccessor getFindKeyInfoCollection()
Get the find key collection of CIPropertyInfo.
CIPropertyInfoCollectionAccessor getGetKeyInfoCollection()
Get the get key collection of CIPropertyInfo.
Object getProperty(String name)
Get the specified property.
CIPropertyInfoCollectionAccessor getPropertyInfoCollection()
Get the collection of CIPropertyInfo.
Set<String> getSupportedOperations()
Get set of authorized operations
Object invokeMethod(String name, Object[] args)
Invokes the operation on the specified Method
void setEditHistoryItems(boolean inEditHistoryItems)
Set the config value as boolean, correction mode with ability to modify history data.
void setGetHistoryItems(boolean inGetHistoryItems)
Set the config value as boolean, correction mode where effective dated data is involved.
void setInteractiveMode(boolean inInteractiveMode)
Set the config value as a boolean, access the component in interactive as opposed to deferred processing mode.
void setProperty(String name, Object value)
Set the property.
[Expand]
Inherited Methods
From class org.mule.modules.peoplesoft.api.AbstractCIAccessorFactory
From class java.lang.Object

Fields

private Object ci

Wraps an instance of psft.pt8.joa.CI

Public Constructors

public CIAccessor (Object obj)

Parameters
obj

Public Methods

public Object getCi ()

public CIPropertyInfoCollectionAccessor getCreateKeyInfoCollection ()

Get the create key collection of CIPropertyInfo.

Returns
  • CIPropertyInfoCollection.

public CIPropertyInfoCollectionAccessor getFindKeyInfoCollection ()

Get the find key collection of CIPropertyInfo.

Returns
  • CIPropertyInfoCollection

public CIPropertyInfoCollectionAccessor getGetKeyInfoCollection ()

Get the get key collection of CIPropertyInfo.

Returns
  • CIPropertyInfoCollection

public Object getProperty (String name)

Get the specified property.

Parameters
name The config name.
Returns
  • The property.

public CIPropertyInfoCollectionAccessor getPropertyInfoCollection ()

Get the collection of CIPropertyInfo.

Returns
  • CIPropertyInfoCollection

public Set<String> getSupportedOperations ()

Get set of authorized operations

Returns
  • The resulting Set; the values.

public Object invokeMethod (String name, Object[] args)

Invokes the operation on the specified Method

Parameters
name
args
Returns
  • The response object.

public void setEditHistoryItems (boolean inEditHistoryItems)

Set the config value as boolean, correction mode with ability to modify history data.

Parameters
inEditHistoryItems The config value to use.

public void setGetHistoryItems (boolean inGetHistoryItems)

Set the config value as boolean, correction mode where effective dated data is involved.

Parameters
inGetHistoryItems The config value to use.

public void setInteractiveMode (boolean inInteractiveMode)

Set the config value as a boolean, access the component in interactive as opposed to deferred processing mode.

Parameters
inInteractiveMode The config value to use.

public void setProperty (String name, Object value)

Set the property.

Parameters
name The config name.
value The value.