Portlet Factory, Version 6.1.2
Objects created by the PeopleSoft Component Interface builder
This topic describes the WebApp artifacts, such as LJOs, variables, and files, that are created by the PeopleSoft Component Interface builder.
Linked Java objects
- buildername (helper LJO)
- LJO that includes methods to invoke the various standard methods defined for a component interface (including Find, Create, and Cancel).
- getPSAccess (helper LJO)
- Method to retrieve a PSAccess object. PSAccess has several methods to retrieve information directly from PeopleSoft.
Variables
- buildername_Schema
- XSD schema representing the data passed to and returned from the component interface via the helper LJO. Child schema elements are defined for FindKeys, GetKeys, CreateKeys, FindResults, and Detail.
- buildername_GetKeys
- This schema-typed variable holds the inputs (if any) that are used by the Get method of the Component Interface. If Create Input Page is selected along with Create Detail Page, then an input page is generated using a Data Page builder to generate an input form from the GetKeys schema element.
- buildername_FindKeys
- This schema-typed variable holds the inputs (if any) that are used by the Find method of the component interface. If Create Input Page is selected along with Create Search Results Page, then an input page is generated using a Data Page builder to generate an input form from the FindKeys schema element.
- buildername_CreateKeys
- This schema-typed variable holds the inputs (if any) that are used by the Create method of the component interface.
- buildername_Detail
- This schema-typed variable is populated whenever the Get method of the component onterface is called. This variable contains all of the detail for the component interface instance that corresponds to the current value of the GetKeys variable.
- buildername_SearchResults
- This schema-typed variable is populated whenever the Find method of the component onterface is called. This variable contains data for each component interface instance whose keys match the current value of the FindKeys variable.
Note: The PeopleSoft server might limit the number of search results returned by a call of the Find method. If you do not see the expected set of search results, try specifying a more restrictive set of FindKeys that returns a smaller set of matching component Interface instances.
Files
- modelname_buildername_ciname_long.properties
- Resource bundles containing long labels for every property that can be obtained from the component interface (if Generate Label Resources is selected).
- modelname_buildername_ciname_short.properties
- Resource bundles containing short labels for every property that can be obtained from the component interface (if Generate Label Resources is selected).
Parent topic: PeopleSoft Component Interface builder
Library | Support |