public class

CICollectionAccessor

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

Class Overview

Helper class for PeopleSoft API entity CICollection.

Summary

Fields
private Object collection Wraps an instance of psft.pt8.joa.CICollection
[Expand]
Inherited Fields
From class org.mule.modules.peoplesoft.api.AbstractCIAccessorFactory
Public Constructors
CICollectionAccessor(Object obj)
Public Methods
long getCount()
CIAccessor item(long index)
[Expand]
Inherited Methods
From class org.mule.modules.peoplesoft.api.AbstractCIAccessorFactory
From class java.lang.Object

Fields

private Object collection

Wraps an instance of psft.pt8.joa.CICollection

Public Constructors

public CICollectionAccessor (Object obj)

Parameters
obj

Public Methods

public long getCount ()

public CIAccessor item (long index)

Parameters
index