Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

(warning) WIP

RAFT Service

Include Page
Interface Style
Interface Style
HTML Table
idserviceMetaTable
Table Row (tr)
Table Head (th)
classh
Name
Table Cell (td)
colspan2
idserviceName
RAFT Service
Table Row (tr)
Table Head (th)
classh
Version
Table Cell (td)
idserviceVersion
Dev (0.1)
Table Cell (td)
idserviceVersionHistory
Release Notes

Description

The RAFT Service is focused on providing a consistent interface for:

  • Searching for Cost Objects and Cost Object Collections
  • Viewing Budget, Actual, Commitments, and Forecast information for Cost Object Collections
  • Creating What If scenarios as collections of speculations
  • Viewing the projected impacts of those speculations
  • Generating and viewing reports on this information

Child Services

Include Page
Service Include Table Style Page
Service Include Table Style Page
HTML Table
idserviceIncludeTable
Table Row (tr)
Table Cell (td)
classincludeServiceName
SearchService
Table Cell (td)
classincludeServiceLink
Search Service
Table Row (tr)
Table Cell (td)
classincludeServiceName
CommentService
Table Cell (td)
classincludeServiceLink
Comment Service
Table Row (tr)
Table Cell (td)
classincludeServiceName
AuthorizationService
Table Cell (td)
classincludeServiceLink
Authorization Service
Table Row (tr)
Table Cell (td)
classincludeServiceName
ReportService
Table Cell (td)
classincludeServiceLink
Report Service
Table Row (tr)
Table Cell (td)
classincludeServiceName
COMetadataService
Table Cell (td)
classincludeServiceLink
CO Metadata Service
Table Row (tr)
Table Cell (td)
classincludeServiceName
CubeService
Table Cell (td)
classincludeServiceLink
Cube Service
Table Row (tr)
Table Cell (td)
classincludeServiceName
WorksetService
Table Cell (td)
classincludeServiceLink
Workset Service
Table Row (tr)
Table Cell (td)
classincludeServiceName
Scenario+Service
Table Cell (td)
classincludeServiceLink
Scenario Service

References

see RAFT Requirements Documentation (RAFT-*)

Operations

Include Page
Method Table Style Page
Method Table Style Page
Panel
borderColor#cccccc
bgColor#ffffff
titleBGColor#eeeeee
borderStylesolid
titleSetup

Domain Operations
#getModelTypes

Panel
borderColor#cccccc
bgColor#ffffff
titleBGColor#eeeeee
borderStylesolid
titleSearch

searchbyParm(&parm)
searchCollectionbyParm(&collection,&parm)

Listinfo about user sets
getSearchLists
listSupervisor(#count)
listAddressee(#count)
listSponsor(#count)
listPrimeSponsor(#count)
listId(#count)
listWorksets(#count)
listFlaggedCostObjects(#count)

Panel
borderColor#cccccc
bgColor#ffffff
titleBGColor#eeeeee
borderStylesolid
titleMaintenance

addComment
deleteComment
updateComment
getComment
getCommentsforObject

addWorksetAuthorizations
dropWorksetAuthorizations
viewAuthorizationsforUser
viewAuthorizationsforObject
isAuthorized

List info about cost objects
listBudgets(CO,withchildren)
listWorksetScenarios(Workset,withchildren)
listCOScenarios(CO, withchildren)
listProjectPeriods
updateProjectPeriods
addProjectPeriod
dropProjectPeriod
validateProjectPeriods

listReport
executeReport
listDomain
buildDomainReport
executeDomainReport

Summary
querySummary
queryMonthSummary

Query
queryActualsSummary
queryActualsExpense
queryActualsPeople
queryBudgetDay
queryCommitmentsSummary
queryCommitmentsExpense
queryCommitmentsPeople
queryForecastSummary
queryForecastExpense
queryForecastPeople

workset Management
createWorkset
deleteWorkset
archiveWorkset
listWorksets
showWorkset
addWorksetObj
delWorksetObj
addWorksetRule
deleteWorksetRule
updateWorksetfromRules
showWorksetChanges
showAccessChanges
showBalanceExceptions
showworksetCOSummary
showworksetApptSummary

scenario Management
showCOAttributes
showApptAttributes
showScenarioOverview
showScenaroFinImpact
showScenarioPersonImpact
showScenarioDetail
showCOExpenseDetail
showCOPersonDetail
showCODetail
showApptDetail
createScenario
deleteScenario
addCOtoScenario
addAppttoScenario
dropCOfromScenario
dropApptfromScenario
copyScenario
archiveScenario
addAssumption
dropAssumption
updateAssumption
addExpenseAllocSpec
addApptAllocSpec
updateExpenseAllocSpec
updateApptAllocSpec
dropExpenseAllocSpec
dropApptAllocSpec
addTBACOSpec
addTBHApptSpec
dropTBACOSpec
dropTBHApptSpec
updateCOSpec
updateApptSpec
addAdjSpec
dropAdjSpec
addCORateSpec
dropCORateSpec
updateFTESpec
updateVacationSpec
createExpenseAllocSpecfromCOEUS
createExpenseAllocSpecfromSAP
createPersonAllocSpecfromCOEUS

recalcApptDetail
recalcExpenseDetail
buildScenarioSummary
buildWorksetSummary

updateUserPrefGL
updateUserPrefBudget

checkSystemStatus
setScenarioVisibility
setWorksetVisibility

checkProjectedBalance
checkGLBudget
checkMonthlyBurn
checkPersonAlloc
checkRemainingGLBalance
checkRemainingBalance

addProjectTerm
dropProjectTerm
checkProjectTerms

showGlsInCategory
showGLHierarchy
showRatesonObj

showVarianceonScenario
showlineItemsonGL

Anchor
searchByParm
searchByParm

HTML Table
classmethodTable
Table Row (tr)
Table Head (th)
classh
Method
Table Cell (td)
colspan3
classmethodName
searchByParm
Table Row (tr)
Table Head (th)
classh
Description
Table Cell (td)
colspan3
classmethodDesc
Searches the cost collector set and returns matches based on the passed in parameters
Table Row (tr)
Table Head (th)
rowspan1
classh
Parameters
Table Cell (td)
classmethodParamType
Array
Table Cell (td)
classmethodParamName
Parm
Table Cell (td)
classmethodParamDesc
An associative array of key value pairs for search parameters
Table Row (tr)
Table Head (th)
classh
Return
Table Cell (td)
colspan2
classmethodReturnType
coResultType
Table Cell (td)
classmethodReturnDesc
Returns cost object details for all of the matching cost objects.
Table Row (tr)
Table Head (th)
rowspan2
classh
Errors
Table Cell (td)
colspan2
classmethodErrorType
NO_MATCH
Table Cell (td)
classmethodErrorDesc
No cost objects found
Table Row (tr)
Table Cell (td)
colspan2
classmethodErrorType
MAX_COUNT
Table Cell (td)
classmethodErrorDesc
Number of objects returned >250
Table Row (tr)
Table Head (th)
classh
Capabilities
Table Cell (td)
colspan3
classcapabilityDesc

Table Row (tr)
Table Head (th)
classh
Use Cases
Table Cell (td)
colspan3
classusecaseDesc
See RAFT-Search
Table Row (tr)
Table Head (th)
classh
Comments/Feedback
Table Cell (td)
colspan3
classcommentsDesc

Back to Operations

Anchor
searchCollectionbyParm
searchCollectionbyParm

HTML Table
classmethodTable
Table Row (tr)
Table Head (th)
classh
Method
Table Cell (td)
colspan3
classmethodName
searchCollectionByParm
Table Row (tr)
Table Head (th)
classh
Description
Table Cell (td)
colspan3
classmethodDesc
Performs a collection search based off the identified parameters. Collection searches cannot be used to define sets
Table Row (tr)
Table Head (th)
rowspan2
classh
Parameters
Table Cell (td)
classmethodParamType
String
Table Cell (td)
classmethodParamName
Collection
Table Cell (td)
classmethodParamDesc
Which collection will be searched, one of supervisor, sponsor, fund_center, profit_center, workset
Table Row (tr)
Table Cell (td)
classmethodParamType
Array
Table Cell (td)
classmethodParamName
Parm
Table Cell (td)
classmethodParamDesc
An associative array of key value pairs for search parameters
Table Row (tr)
Table Head (th)
classh
Return
Table Cell (td)
colspan2
classmethodReturnType
collectionResultType
Table Cell (td)
classmethodReturnDesc
Returns cost object details for all of the matching cost objects wrapped in a metadata header for the collection.
Table Row (tr)
Table Head (th)
rowspan2
classh
Errors
Table Cell (td)
colspan2
classmethodErrorType
NO_MATCH
Table Cell (td)
classmethodErrorDesc
No cost objects found
Table Row (tr)
Table Cell (td)
colspan2
classmethodErrorType
MAX_COUNT
Table Cell (td)
classmethodErrorDesc
Count of returned objects (including the collection header) exceeds 250 and cannot be displayed.
Table Row (tr)
Table Head (th)
classh
Capabilities
Table Cell (td)
colspan3
classcapabilityDesc

Table Row (tr)
Table Head (th)
classh
Use Cases
Table Cell (td)
colspan3
classusecaseDesc

Table Row (tr)
Table Head (th)
classh
Comments/Feedback
Table Cell (td)
colspan3
classcommentsDesc

Back to Operations

Anchor
getSearchLists
getSearchLists

HTML Table
classmethodTable
Table Row (tr)
Table Head (th)
classh
Method
Table Cell (td)
colspan3
classmethodName
getSearchLists
Table Row (tr)
Table Head (th)
classh
Description
Table Cell (td)
colspan3
classmethodDesc
Returns the default collection of selection items for each of the search lists.
Table Row (tr)
Table Head (th)
rowspan1
classh
Parameters
Table Cell (td)
classmethodParamType
Array
Table Cell (td)
classmethodParamName
Parm
Table Cell (td)
classmethodParamDesc
An associative array of key value pairs for search parameters
Table Row (tr)
Table Head (th)
classh
Return
Table Cell (td)
colspan2
classmethodReturnType
listSetResultType
Table Cell (td)
classmethodReturnDesc
Master structure for list data that includes supervisor, addressee, sponsor, prime_sponsor, workset. The set always returns a max of 150 entries. To extend beyond that requires the user to use the autocomplete methods.
Table Row (tr)
Table Head (th)
rowspan1
classh
Errors
Table Cell (td)
colspan2
classmethodErrorType

Table Cell (td)
classmethodErrorDesc

Table Row (tr)
Table Head (th)
classh
Capabilities
Table Cell (td)
colspan3
classcapabilityDesc

Table Row (tr)
Table Head (th)
classh
Use Cases
Table Cell (td)
colspan3
classusecaseDesc

Table Row (tr)
Table Head (th)
classh
Comments/Feedback
Table Cell (td)
colspan3
classcommentsDesc

Back to Operations

Anchor
listSupervisor
listSupervisor

HTML Table
classmethodTable
Table Row (tr)
Table Head (th)
classh
Method
Table Cell (td)
colspan3
classmethodName
listSupervisor
Table Row (tr)
Table Head (th)
classh
Description
Table Cell (td)
colspan3
classmethodDesc
Returns the list of supervisors accessible by the requesting user.
Table Row (tr)
Table Head (th)
rowspan1
classh
Parameters
Table Cell (td)
classmethodParamType
Integer
Table Cell (td)
classmethodParamName
Count
Table Cell (td)
classmethodParamDesc
The number of entries to return.
Table Row (tr)
Table Head (th)
classh
Return
Table Cell (td)
colspan2
classmethodReturnType
listResultType
Table Cell (td)
classmethodReturnDesc
Array list of key, value pairs
Table Row (tr)
Table Head (th)
rowspan1
classh
Errors
Table Cell (td)
colspan2
classmethodErrorType

Table Cell (td)
classmethodErrorDesc

Table Row (tr)
Table Head (th)
classh
Capabilities
Table Cell (td)
colspan3
classcapabilityDesc

Table Row (tr)
Table Head (th)
classh
Use Cases
Table Cell (td)
colspan3
classusecaseDesc

Table Row (tr)
Table Head (th)
classh
Comments/Feedback
Table Cell (td)
colspan3
classcommentsDesc

Back to Operations

Anchor
listAddressee
listAddressee

HTML Table
classmethodTable
Table Row (tr)
Table Head (th)
classh
Method
Table Cell (td)
colspan3
classmethodName
listAddressee
Table Row (tr)
Table Head (th)
classh
Description
Table Cell (td)
colspan3
classmethodDesc
Returns the list of adressees accessible by the requesting user.
Table Row (tr)
Table Head (th)
rowspan1
classh
Parameters
Table Cell (td)
classmethodParamType
Integer
Table Cell (td)
classmethodParamName
Count
Table Cell (td)
classmethodParamDesc
The number of entries to return.
Table Row (tr)
Table Head (th)
classh
Return
Table Cell (td)
colspan2
classmethodReturnType
listResultType
Table Cell (td)
classmethodReturnDesc
Array list of key, value pairs
Table Row (tr)
Table Head (th)
rowspan1
classh
Errors
Table Cell (td)
colspan2
classmethodErrorType

Table Cell (td)
classmethodErrorDesc

Table Row (tr)
Table Head (th)
classh
Capabilities
Table Cell (td)
colspan3
classcapabilityDesc

Table Row (tr)
Table Head (th)
classh
Use Cases
Table Cell (td)
colspan3
classusecaseDesc

Table Row (tr)
Table Head (th)
classh
Comments/Feedback
Table Cell (td)
colspan3
classcommentsDesc

Back to Operations

Anchor
listSponsor
listSponsor

HTML Table
classmethodTable
Table Row (tr)
Table Head (th)
classh
Method
Table Cell (td)
colspan3
classmethodName
listSponsor
Table Row (tr)
Table Head (th)
classh
Description
Table Cell (td)
colspan3
classmethodDesc
Returns the list of sponsors accessible by the requesting user.
Table Row (tr)
Table Head (th)
rowspan1
classh
Parameters
Table Cell (td)
classmethodParamType
Integer
Table Cell (td)
classmethodParamName
Count
Table Cell (td)
classmethodParamDesc
The number of entries to return.
Table Row (tr)
Table Head (th)
classh
Return
Table Cell (td)
colspan2
classmethodReturnType
listResultType
Table Cell (td)
classmethodReturnDesc
Array list of key, value pairs
Table Row (tr)
Table Head (th)
rowspan1
classh
Errors
Table Cell (td)
colspan2
classmethodErrorType

Table Cell (td)
classmethodErrorDesc

Table Row (tr)
Table Head (th)
classh
Capabilities
Table Cell (td)
colspan3
classcapabilityDesc

Table Row (tr)
Table Head (th)
classh
Use Cases
Table Cell (td)
colspan3
classusecaseDesc

Table Row (tr)
Table Head (th)
classh
Comments/Feedback
Table Cell (td)
colspan3
classcommentsDesc

Back to Operations

Anchor
listPrimeSponsor
listPrimeSponsor

HTML Table
classmethodTable
Table Row (tr)
Table Head (th)
classh
Method
Table Cell (td)
colspan3
classmethodName
listPrimeSponsor
Table Row (tr)
Table Head (th)
classh
Description
Table Cell (td)
colspan3
classmethodDesc
Returns the list of prime sponsors accessible by the requesting user.
Table Row (tr)
Table Head (th)
rowspan1
classh
Parameters
Table Cell (td)
classmethodParamType
Integer
Table Cell (td)
classmethodParamName
Count
Table Cell (td)
classmethodParamDesc
The number of entries to return.
Table Row (tr)
Table Head (th)
classh
Return
Table Cell (td)
colspan2
classmethodReturnType
listResultType
Table Cell (td)
classmethodReturnDesc
Array list of key, value pairs
Table Row (tr)
Table Head (th)
rowspan1
classh
Errors
Table Cell (td)
colspan2
classmethodErrorType

Table Cell (td)
classmethodErrorDesc

Table Row (tr)
Table Head (th)
classh
Capabilities
Table Cell (td)
colspan3
classcapabilityDesc

Table Row (tr)
Table Head (th)
classh
Use Cases
Table Cell (td)
colspan3
classusecaseDesc

Table Row (tr)
Table Head (th)
classh
Comments/Feedback
Table Cell (td)
colspan3
classcommentsDesc

Back to Operations

Anchor
listWorkset
listWorkset

HTML Table
classmethodTable
Table Row (tr)
Table Head (th)
classh
Method
Table Cell (td)
colspan3
classmethodName
listWorkset
Table Row (tr)
Table Head (th)
classh
Description
Table Cell (td)
colspan3
classmethodDesc
Returns the list of worksets accessible by the requesting user.
Table Row (tr)
Table Head (th)
rowspan1
classh
Parameters
Table Cell (td)
classmethodParamType
Integer
Table Cell (td)
classmethodParamName
Count
Table Cell (td)
classmethodParamDesc
The number of entries to return.
Table Row (tr)
Table Head (th)
classh
Return
Table Cell (td)
colspan2
classmethodReturnType
listResultType
Table Cell (td)
classmethodReturnDesc
Array list of key, value pairs
Table Row (tr)
Table Head (th)
rowspan1
classh
Errors
Table Cell (td)
colspan2
classmethodErrorType

Table Cell (td)
classmethodErrorDesc

Table Row (tr)
Table Head (th)
classh
Capabilities
Table Cell (td)
colspan3
classcapabilityDesc

Table Row (tr)
Table Head (th)
classh
Use Cases
Table Cell (td)
colspan3
classusecaseDesc

Table Row (tr)
Table Head (th)
classh
Comments/Feedback
Table Cell (td)
colspan3
classcommentsDesc

Back to Operations

Anchor
listId
listId

HTML Table
classmethodTable
Table Row (tr)
Table Head (th)
classh
Method
Table Cell (td)
colspan3
classmethodName
listId
Table Row (tr)
Table Head (th)
classh
Description
Table Cell (td)
colspan3
classmethodDesc
Returns the list of cost object ids and titles accessible by the requesting user.
Table Row (tr)
Table Head (th)
rowspan1
classh
Parameters
Table Cell (td)
classmethodParamType
Integer
Table Cell (td)
classmethodParamName
Count
Table Cell (td)
classmethodParamDesc
The number of entries to return.
Table Row (tr)
Table Head (th)
classh
Return
Table Cell (td)
colspan2
classmethodReturnType
listResultType
Table Cell (td)
classmethodReturnDesc
Array list of key, value pairs
Table Row (tr)
Table Head (th)
rowspan1
classh
Errors
Table Cell (td)
colspan2
classmethodErrorType

Table Cell (td)
classmethodErrorDesc

Table Row (tr)
Table Head (th)
classh
Capabilities
Table Cell (td)
colspan3
classcapabilityDesc

Table Row (tr)
Table Head (th)
classh
Use Cases
Table Cell (td)
colspan3
classusecaseDesc

Table Row (tr)
Table Head (th)
classh
Comments/Feedback
Table Cell (td)
colspan3
classcommentsDesc

Back to Operations

Anchor
listFlaggedCostObjects
listFlaggedCostObjects

HTML Table
classmethodTable
Table Row (tr)
Table Head (th)
classh
Method
Table Cell (td)
colspan3
classmethodName
listFlaggedCostObjects
Table Row (tr)
Table Head (th)
classh
Description
Table Cell (td)
colspan3
classmethodDesc
Returns the list of flagged cost objects flagged by the requesting user.
Table Row (tr)
Table Head (th)
rowspan1
classh
Parameters
Table Cell (td)
classmethodParamType
Integer
Table Cell (td)
classmethodParamName
Count
Table Cell (td)
classmethodParamDesc
The number of entries to return.
Table Row (tr)
Table Head (th)
classh
Return
Table Cell (td)
colspan2
classmethodReturnType
coResultType
Table Cell (td)
classmethodReturnDesc
Returns cost object details for all of the matching cost objects
Table Row (tr)
Table Head (th)
rowspan1
classh
Errors
Table Cell (td)
colspan2
classmethodErrorType

Table Cell (td)
classmethodErrorDesc

Table Row (tr)
Table Head (th)
classh
Capabilities
Table Cell (td)
colspan3
classcapabilityDesc

Table Row (tr)
Table Head (th)
classh
Use Cases
Table Cell (td)
colspan3
classusecaseDesc

Table Row (tr)
Table Head (th)
classh
Comments/Feedback
Table Cell (td)
colspan3
classcommentsDesc

Back to Operations

Comment

Anchor
addComment
addComment

HTML Table
classmethodTable
Table Row (tr)
Table Head (th)
classh
Method
Table Cell (td)
colspan3
classmethodName
addComment
Table Row (tr)
Table Head (th)
classh
Description
Table Cell (td)
colspan3
classmethodDesc
Adds a comment to the identified object
Table Row (tr)
Table Head (th)
rowspan3
classh
Parameters
Table Cell (td)
classmethodParamType
Comment_Type
Table Cell (td)
classmethodParamName
Comment_Type
Table Cell (td)
classmethodParamDesc
Denotes whether a particular comment is public or private.
Table Row (tr)
Table Cell (td)
classmethodParamType
Ref_Type
Table Cell (td)
classmethodParamName
Ref_Type
Table Cell (td)
classmethodParamDesc
Identifies what sort of speculation the reference is on (EXPENSE_RULE, APPT_RULE, APPT, CO, SCENARIO, WORKSET)
Table Row (tr)
Table Cell (td)
classmethodParamType
String
Table Cell (td)
classmethodParamName
REF_ID
Table Cell (td)
classmethodParamDesc
The object id for the associated item (cost_collector_key, etc.)
Table Row (tr)
Table Head (th)
classh
Return
Table Cell (td)
colspan2
classmethodReturnType
confirmResultType
Table Cell (td)
classmethodReturnDesc
Returns status information and object id for the action (in this case, the comment)
Table Row (tr)
Table Head (th)
rowspan4
classh
Errors
Table Cell (td)
colspan2
classmethodErrorType
EXISTS
Table Cell (td)
classmethodErrorDesc
Object already exists
Table Row (tr)
Table Cell (td)
colspan2
classmethodErrorType
NO_MATCH
Table Cell (td)
classmethodErrorDesc
Object identified by REF_ID does not exist
Table Cell (td)
colspan2
classmethodErrorType
EMPTY
Table Cell (td)
classmethodErrorDesc
Comment body is empty
Table Row (tr)
Table Cell (td)
colspan2
classmethodErrorType
NO_AUTH
Table Cell (td)
classmethodErrorDesc
User does not have comment authorizations here.
Table Row (tr)
Table Head (th)
classh
Capabilities
Table Cell (td)
colspan3
classcapabilityDesc

Table Row (tr)
Table Head (th)
classh
Use Cases
Table Cell (td)
colspan3
classusecaseDesc

Table Row (tr)
Table Head (th)
classh
Comments/Feedback
Table Cell (td)
colspan3
classcommentsDesc

Back to Operations

Anchor
deleteComment
deleteComment

HTML Table
classmethodTable
Table Row (tr)
Table Head (th)
classh
Method
Table Cell (td)
colspan3
classmethodName
deleteComment
Table Row (tr)
Table Head (th)
classh
Description
Table Cell (td)
colspan3
classmethodDesc
Sets the status for the identified comment to 'D', effectively removing the comment from display.
Table Row (tr)
Table Head (th)
rowspan1
classh
Parameters
Table Cell (td)
classmethodParamType
Array
Table Cell (td)
classmethodParamName
Parm
Table Cell (td)
classmethodParamDesc
An associative array of key value pairs for search parameters
Table Row (tr)
Table Head (th)
classh
Return
Table Cell (td)
colspan2
classmethodReturnType
confirmResultType
Table Cell (td)
classmethodReturnDesc
Returns the result status and objectId for the action.
Table Row (tr)
Table Head (th)
rowspan2
classh
Errors
Table Cell (td)
colspan2
classmethodErrorType
NO_MATCH
Table Cell (td)
classmethodErrorDesc
No comment match found
Table Row (tr)
Table Cell (td)
colspan2
classmethodErrorType
NO_AUTH
Table Cell (td)
classmethodErrorDesc
User cannot delete this authorization.
Table Row (tr)
Table Head (th)
classh
Capabilities
Table Cell (td)
colspan3
classcapabilityDesc

Table Row (tr)
Table Head (th)
classh
Use Cases
Table Cell (td)
colspan3
classusecaseDesc

Table Row (tr)
Table Head (th)
classh
Comments/Feedback
Table Cell (td)
colspan3
classcommentsDesc

Back to Operations

Anchor
getComment
getComment

HTML Table
classmethodTable
Table Row (tr)
Table Head (th)
classh
Method
Table Cell (td)
colspan3
classmethodName
getComment
Table Row (tr)
Table Head (th)
classh
Description
Table Cell (td)
colspan3
classmethodDesc
Requests the Comment from the system.
Table Row (tr)
Table Head (th)
rowspan1
classh
Parameters
Table Cell (td)
classmethodParamType
String
Table Cell (td)
classmethodParamName
Comment_Id
Table Cell (td)
classmethodParamDesc
The specific comment to retreive
Table Row (tr)
Table Head (th)
classh
Return
Table Cell (td)
colspan2
classmethodReturnType
commentResultType
Table Cell (td)
classmethodReturnDesc
Object containing the associated comments
Table Row (tr)
Table Head (th)
rowspan2
classh
Errors
Table Cell (td)
colspan2
classmethodErrorType
NO_MATCH
Table Cell (td)
classmethodErrorDesc
No comment found
Table Row (tr)
Table Cell (td)
colspan2
classmethodErrorType
NO_AUTH
Table Cell (td)
classmethodErrorDesc
User does not have access to this comment
Table Head (th)
classh
Capabilities
Table Cell (td)
colspan3
classcapabilityDesc

Table Row (tr)

Table Head (th)
classh
Use Cases
Table Cell (td)
colspan3
classusecaseDesc

Table Row (tr)

Table Head (th)
classh
Comments/Feedback
Table Cell (td)
colspan3
classcommentsDesc

Table Row (tr)

Back to Operations

Anchor
getCommentsforObject
getCommentsforObject

HTML Table
classmethodTable
Table Row (tr)
Table Head (th)
classh
Method
Table Cell (td)
colspan3
classmethodName
getCommentsforObject
Table Row (tr)
Table Head (th)
classh
Description
Table Cell (td)
colspan3
classmethodDesc
Returns all comments associated with the identified object
Table Row (tr)
Table Head (th)
rowspan2
classh
Parameters
Table Cell (td)
classmethodParamType
String
Table Cell (td)
classmethodParamName
REF_TYPE
Table Cell (td)
classmethodParamDesc
The type of object to look up comments for
Table Row (tr)
Table Cell (td)
classmethodParamType
String
Table Cell (td)
classmethodParamName
REF_ID
Table Cell (td)
classmethodParamDesc
The Id for the object to look up comments for (cost_collector_key, personell_key, etc.)
Table Row (tr)
Table Head (th)
classh
Return
Table Cell (td)
colspan2
classmethodReturnType
commentResultType
Table Cell (td)
classmethodReturnDesc
Object containing the associated comments. If there is no match than an empty structure is returned.
Table Row (tr)
Table Head (th)
rowspan2
classh
Errors
Table Cell (td)
colspan2
classmethodErrorType
NO_MATCH
Table Cell (td)
classmethodErrorDesc
No object found
Table Row (tr)
Table Cell (td)
colspan2
classmethodErrorType
NO_AUTH
Table Cell (td)
classmethodErrorDesc
User does not have access to look at comments on this object.
Table Row (tr)
Table Head (th)
classh
Capabilities
Table Cell (td)
colspan3
classcapabilityDesc

Table Row (tr)
Table Head (th)
classh
Use Cases
Table Cell (td)
colspan3
classusecaseDesc

Table Row (tr)
Table Head (th)
classh
Comments/Feedback
Table Cell (td)
colspan3
classcommentsDesc

Back to Operations

RAFT Authorizations

Anchor
addWorksetAuthorization
addWorksetAuthorization

HTML Table
classmethodTable
Table Row (tr)
Table Head (th)
classh
Method
Table Cell (td)
colspan3
classmethodName
addWorksetAuthorization
Table Row (tr)
Table Head (th)
classh
Description
Table Cell (td)
colspan4
classmethodDesc
Adds a particular authorization for a Workset to the system
Table Row (tr)
Table Head (th)
rowspan4
classh
Parameters
Table Cell (td)
classmethodParamType
REF_TYPE
Table Cell (td)
classmethodParamName
Object_Type
Table Cell (td)
classmethodParamDesc
The type of object to be authorized (currently always WORKSET). The Object's Qualifier_Type
Table Row (tr)
Table Cell (td)
classmethodParamType
REF_KEY
Table Cell (td)
classmethodParamName
Object_ID
Table Cell (td)
classmethodParamDesc
The id of the object to be authorized. The Object Qualifier.
Table Row (tr)
Table Cell (td)
classmethodParamType
AUTH_TYPE
Table Cell (td)
classmethodParamName
Authorization
Table Cell (td)
classmethodParamDesc
What type of authorization to set
Table Row (tr)
Table Cell (td)
classmethodParamType
String
Table Cell (td)
classmethodParamName
User
Table Cell (td)
classmethodParamDesc
The kerb_name for the associated user
Table Row (tr)
Table Head (th)
classh
Return
Table Cell (td)
colspan2
classmethodReturnType
confirmResultType
Table Cell (td)
classmethodReturnDesc
Returns status information and object id for the action (in this case, the comment)
Table Row (tr)
Table Head (th)
rowspan3
classh
Errors
Table Cell (td)
colspan2
classmethodErrorType
EXISTS
Table Cell (td)
classmethodErrorDesc
Authorization already exists
Table Row (tr)
Table Cell (td)
colspan2
classmethodErrorType
NO_MATCH
Table Cell (td)
classmethodErrorDesc
Object identified by REF_KEY does not exist
Table Row (tr)
Table Cell (td)
colspan2
classmethodErrorType
NO_AUTH
Table Cell (td)
classmethodErrorDesc
User does not have authorizations to peform this action here.
Table Row (tr)
Table Head (th)
classh
Capabilities
Table Cell (td)
colspan3
classcapabilityDesc

Table Row (tr)
Table Head (th)
classh
Use Cases
Table Cell (td)
colspan3
classusecaseDesc

Table Row (tr)
Table Head (th)
classh
Comments/Feedback
Table Cell (td)
colspan3
classcommentsDesc

Back to Operations

Anchor
dropWorksetAuthorization
dropWorksetAuthorization

HTML Table
classmethodTable
Table Row (tr)
Table Head (th)
classh
Method
Table Cell (td)
colspan4
classmethodName
dropWorksetAuthorization
Table Row (tr)
Table Head (th)
classh
Description
Table Cell (td)
colspan4
classmethodDesc
Removes a particular authorization for a Workset from the system
Table Row (tr)
Table Head (th)
rowspan1
classh
Parameters
Table Cell (td)
classmethodParamType
String
Table Cell (td)
classmethodParamName
Auth_Key
Table Cell (td)
classmethodParamDesc
The authorization key to be removed
Table Row (tr)
Table Head (th)
classh
Return
Table Cell (td)
colspan2
classmethodReturnType
confirmResultType
Table Cell (td)
classmethodReturnDesc
Returns status information and object id for the action
Table Row (tr)
Table Head (th)
rowspan3
classh
Errors
Table Cell (td)
colspan2
classmethodErrorType
NO_MATCH
Table Cell (td)
classmethodErrorDesc
Authorization identified by AUTH_Key does not exist
Table Row (tr)
Table Cell (td)
colspan2
classmethodErrorType
EMPTY
Table Cell (td)
classmethodErrorDesc
Comment body is empty
Table Row (tr)
Table Cell (td)
colspan2
classmethodErrorType
NO_AUTH
Table Cell (td)
classmethodErrorDesc
User does not have authorizations to perform this action.
Table Row (tr)
Table Head (th)
classh
Capabilities
Table Cell (td)
colspan3
classcapabilityDesc

Table Row (tr)
Table Head (th)
classh
Use Cases
Table Cell (td)
colspan3
classusecaseDesc

Table Row (tr)
Table Head (th)
classh
Comments/Feedback
Table Cell (td)
colspan3
classcommentsDesc

Back to Operations

Anchor
viewAuthorizationsforUser
viewAuthorizationsforUser

HTML Table
classmethodTable
Table Row (tr)
Table Head (th)
classh
Method
Table Cell (td)
colspan3
classmethodName
viewAuthorizationsforUser
Table Row (tr)
Table Head (th)
classh
Description
Table Cell (td)
colspan3
classmethodDesc
View the authorizations for this user
Table Row (tr)
Table Head (th)
rowspan1
classh
Parameters
Table Cell (td)
classmethodParamType
String
Table Cell (td)
classmethodParamName
User
Table Cell (td)
classmethodParamDesc
The user to view the authorizations for. The kerb_name.
Table Row (tr)
Table Head (th)
classh
Return
Table Cell (td)
colspan2
classmethodReturnType
authResultType
Table Cell (td)
classmethodReturnDesc
Returns all the authorizations for the user
Table Row (tr)
Table Head (th)
rowspan1
classh
Errors
Table Cell (td)
colspan2
classmethodErrorType
NO_MATCH
Table Cell (td)
classmethodErrorDesc
No user found
Table Row (tr)
Table Head (th)
classh
Capabilities
Table Cell (td)
colspan3
classcapabilityDesc

Table Row (tr)
Table Head (th)
classh
Use Cases
Table Cell (td)
colspan3
classusecaseDesc

Table Row (tr)
Table Head (th)
classh
Comments/Feedback
Table Cell (td)
colspan3
classcommentsDesc

Back to Operations

Anchor
viewAuthorizationsforObject
viewAuthorizationsforObject

HTML Table
classmethodTable
Table Row (tr)
Table Head (th)
classh
Method
Table Cell (td)
colspan3
classmethodName
viewAuthorizationsforObject
Table Row (tr)
Table Head (th)
classh
Description
Table Cell (td)
colspan3
classmethodDesc
Provide a breakdown of all of the authorizations for a particular object
Table Row (tr)
Table Head (th)
rowspan2
classh
Parameters
Table Cell (td)
classmethodParamType
Ref_Type
Table Cell (td)
classmethodParamName
Ref_Type
Table Cell (td)
classmethodParamDesc
The type of object. The qualifier_type
Table Row (tr)
Table Cell (td)
classmethodParamType
String
Table Cell (td)
classmethodParamName
REF_KEY
Table Cell (td)
classmethodParamDesc
The unique identifier for the object (cost_collector_key, personnel_key, etc.)
Table Row (tr)
Table Head (th)
classh
Return
Table Cell (td)
colspan2
classmethodReturnType
authResultType
Table Cell (td)
classmethodReturnDesc
Returns all authorizations for the associated object.
Table Row (tr)
Table Head (th)
rowspan2
classh
Errors
Table Cell (td)
colspan2
classmethodErrorType
NO_MATCH
Table Cell (td)
classmethodErrorDesc
No cost objects found
Table Row (tr)
Table Cell (td)
colspan2
classmethodErrorType
NO_AUTH
Table Cell (td)
classmethodErrorDesc
User cannot view the associated authorizations
Table Row (tr)
Table Head (th)
classh
Capabilities
Table Cell (td)
colspan3
classcapabilityDesc

Table Row (tr)
Table Head (th)
classh
Use Cases
Table Cell (td)
colspan3
classusecaseDesc

Table Row (tr)
Table Head (th)
classh
Comments/Feedback
Table Cell (td)
colspan3
classcommentsDesc

Back to Operations

Anchor
isAuthorized
isAuthorized

HTML Table
classmethodTable
Table Row (tr)
Table Head (th)
classh
Method
Table Cell (td)
colspan3
classmethodName
isAuthorized
Table Row (tr)
Table Head (th)
classh
Description
Table Cell (td)
colspan4
classmethodDesc
Can the given user perform the specified function
Table Row (tr)
Table Head (th)
rowspan4
classh
Parameters
Table Cell (td)
classmethodParamType
String
Table Cell (td)
classmethodParamName
User
Table Cell (td)
classmethodParamDesc
An associative array of key value pairs for search parameters
Table Row (tr)
Table Cell (td)
classmethodParamType
REF_Type
Table Cell (td)
classmethodParamName
REF_TYPE
Table Cell (td)
classmethodParamDesc
The type of object to perform the action on. The Qualifier_Type
Table Row (tr)
Table Cell (td)
classmethodParamType
REF_Key
Table Cell (td)
classmethodParamName
User
Table Cell (td)
classmethodParamDesc
The key of the associated object (Cost_Collector_key, Personell_Key, etc.)
Table Row (tr)
Table Cell (td)
classmethodParamType
AUTH_TYPE
Table Cell (td)
classmethodParamName
Action
Table Cell (td)
classmethodParamDesc
The function the user is attempting to perform.
Table Row (tr)
Table Head (th)
classh
Return
Table Cell (td)
colspan2
classmethodReturnType
boolean
Table Cell (td)
classmethodReturnDesc
Can the user perform the action identified by 'AUTH_TYPE' for the specified REF_TYPE/IDi (Y/N)
Table Row (tr)
Table Head (th)
rowspan1
classh
Errors
Table Cell (td)
colspan2
classmethodErrorType
NO_MATCH
Table Cell (td)
classmethodErrorDesc
Cannot find the object to be accessed.
Table Row (tr)
Table Head (th)
classh
Capabilities
Table Cell (td)
colspan3
classcapabilityDesc

Table Row (tr)
Table Head (th)
classh
Use Cases
Table Cell (td)
colspan3
classusecaseDesc

Table Row (tr)
Table Head (th)
classh
Comments/Feedback
Table Cell (td)
colspan3
classcommentsDesc

Back to Operations

CO Metadata

Anchor
listBudgets
listBudgets

HTML Table
classmethodTable
Table Row (tr)
Table Head (th)
classh
Method
Table Cell (td)
colspan3
classmethodName
listBudgets
Table Row (tr)
Table Head (th)
classh
Description
Table Cell (td)
colspan3
classmethodDesc
Returns the list of budgets available for the specified Cost Object.
Table Row (tr)
Table Head (th)
rowspan2
classh
Parameters
Table Cell (td)
classmethodParamType
String
Table Cell (td)
classmethodParamName
Cost_Collector_key
Table Cell (td)
classmethodParamDesc
The cost object to look up
Table Row (tr)
Table Cell (td)
classmethodParamType
Boolean
Table Cell (td)
classmethodParamName
with_children
Table Cell (td)
classmethodParamDesc
Include children accounts.
Table Row (tr)
Table Head (th)
classh
Return
Table Cell (td)
colspan2
classmethodReturnType
listResultType
Table Cell (td)
classmethodReturnDesc
Array list of key, value pairs. In this case, key = budget version code, value = Description
Table Row (tr)
Table Head (th)
rowspan1
classh
Errors
Table Cell (td)
colspan2
classmethodErrorType

Table Cell (td)
classmethodErrorDesc

Table Row (tr)
Table Head (th)
classh
Capabilities
Table Cell (td)
colspan3
classcapabilityDesc

Table Row (tr)
Table Head (th)
classh
Use Cases
Table Cell (td)
colspan3
classusecaseDesc

Table Row (tr)
Table Head (th)
classh
Comments/Feedback
Table Cell (td)
colspan3
classcommentsDesc

Back to Operations

Anchor
listWorksetScenarios
listWorksetScenarios

HTML Table
classmethodTable
Table Row (tr)
Table Head (th)
classh
Method
Table Cell (td)
colspan3
classmethodName
listWorksetScenarios
Table Row (tr)
Table Head (th)
classh
Description
Table Cell (td)
colspan3
classmethodDesc
Returns the list of Scenarios associated with this workset. This list is implicitly restricted to the scenarios that the accessing user has access to.
Table Row (tr)
Table Head (th)
rowspan1
classh
Parameters
Table Cell (td)
classmethodParamType
String
Table Cell (td)
classmethodParamName
Workset_Key
Table Cell (td)
classmethodParamDesc
The id for this workset
Table Row (tr)
Table Head (th)
classh
Return
Table Cell (td)
colspan2
classmethodReturnType
listResultType
Table Cell (td)
classmethodReturnDesc
Array list of key, value pairs. In this case, key = scenario ID, value = scenario name
Table Row (tr)
Table Head (th)
rowspan1
classh
Errors
Table Cell (td)
colspan2
classmethodErrorType

Table Cell (td)
classmethodErrorDesc

Table Row (tr)
Table Head (th)
classh
Capabilities
Table Cell (td)
colspan3
classcapabilityDesc

Table Row (tr)
Table Head (th)
classh
Use Cases
Table Cell (td)
colspan3
classusecaseDesc

Table Row (tr)
Table Head (th)
classh
Comments/Feedback
Table Cell (td)
colspan3
classcommentsDesc

Back to Operations

Anchor
listProjectPeriods
listProjectPeriods

HTML Table
classmethodTable
Table Row (tr)
Table Head (th)
classh
Method
Table Cell (td)
colspan3
classmethodName
listProjectPeriods
Table Row (tr)
Table Head (th)
classh
Description
Table Cell (td)
colspan3
classmethodDesc
Returns the list of Project Periods for this cost object
Table Row (tr)
Table Head (th)
rowspan1
classh
Parameters
Table Cell (td)
classmethodParamType
String
Table Cell (td)
classmethodParamName
Cost_collector_key
Table Cell (td)
classmethodParamDesc
The identifier for this cost object
Table Row (tr)
Table Head (th)
classh
Return
Table Cell (td)
colspan2
classmethodReturnType
projectYearResultType
Table Cell (td)
classmethodReturnDesc
Returns the project year date ranges associated with this cost object
Table Row (tr)
Table Head (th)
rowspan1
classh
Errors
Table Cell (td)
colspan2
classmethodErrorType

Table Cell (td)
classmethodErrorDesc

Table Row (tr)
Table Head (th)
classh
Capabilities
Table Cell (td)
colspan3
classcapabilityDesc

Table Row (tr)
Table Head (th)
classh
Use Cases
Table Cell (td)
colspan3
classusecaseDesc

Table Row (tr)
Table Head (th)
classh
Comments/Feedback
Table Cell (td)
colspan3
classcommentsDesc

Back to Operations

Anchor
updateProjectPeriod
updateProjectPeriod

HTML Table
classmethodTable
Table Row (tr)
Table Head (th)
classh
Method
Table Cell (td)
colspan3
classmethodName
updateProjectPeriod
Table Row (tr)
Table Head (th)
classh
Description
Table Cell (td)
colspan4
classmethodDesc
For the given project period, alter the start and end date.
Table Row (tr)
Table Head (th)
rowspan4
classh
Parameters
Table Cell (td)
classmethodParamType
String
Table Cell (td)
classmethodParamName
Cost_collector_key
Table Cell (td)
classmethodParamDesc
The identifier for this cost object
Table Row (tr)
Table Cell (td)
classmethodParamType
String
Table Cell (td)
classmethodParamName
Project_Period_Key
Table Cell (td)
classmethodParamDesc
The identifier for this project period
Table Row (tr)
Table Cell (td)
classmethodParamType
Date
Table Cell (td)
classmethodParamName
Start_Date
Table Cell (td)
classmethodParamDesc
The start date for this project period
Table Row (tr)
Table Cell (td)
classmethodParamType
Date
Table Cell (td)
classmethodParamName
End_Date
Table Cell (td)
classmethodParamDesc
The end date for this project period
Table Row (tr)
Table Head (th)
classh
Return
Table Cell (td)
colspan2
classmethodReturnType
confirmResultType
Table Cell (td)
classmethodReturnDesc
Returns the confirmation status along with the object reference.
Table Row (tr)
Table Head (th)
rowspan3
classh
Errors
Table Cell (td)
colspan2
classmethodErrorType
NO_MATCH
Table Cell (td)
classmethodErrorDesc
No match for this project period/cost object
Table Row (tr)
Table Cell (td)
colspan2
classmethodErrorType
OVERLAP
Table Cell (td)
classmethodErrorDesc
Warning: Project period now overlaps another project period defined for this cost object
Table Row (tr)
Table Cell (td)
colspan2
classmethodErrorType
INVALID
Table Cell (td)
classmethodErrorDesc
Project period defined outside of start/final expiration date range for this cost object
Table Row (tr)
Table Head (th)
classh
Capabilities
Table Cell (td)
colspan3
classcapabilityDesc

Table Row (tr)
Table Head (th)
classh
Use Cases
Table Cell (td)
colspan3
classusecaseDesc

Table Row (tr)
Table Head (th)
classh
Comments/Feedback
Table Cell (td)
colspan3
classcommentsDesc

Back to Operations

Anchor
addProjectPeriod
addProjectPeriod

HTML Table
classmethodTable
Table Row (tr)
Table Head (th)
classh
Method
Table Cell (td)
colspan3
classmethodName
addProjectPeriod
Table Row (tr)
Table Head (th)
classh
Description
Table Cell (td)
colspan4
classmethodDesc
Add project year to cost object
Table Row (tr)
Table Head (th)
rowspan4
classh
Parameters
Table Cell (td)
classmethodParamType
String
Table Cell (td)
classmethodParamName
Cost_collector_key
Table Cell (td)
classmethodParamDesc
The identifier for this cost object
Table Row (tr)
Table Cell (td)
classmethodParamType
String
Table Cell (td)
classmethodParamName
Project_Period_Key
Table Cell (td)
classmethodParamDesc
The identifier for this project period
Table Row (tr)
Table Cell (td)
classmethodParamType
Date
Table Cell (td)
classmethodParamName
Start_Date
Table Cell (td)
classmethodParamDesc
The start date for this project period
Table Row (tr)
Table Cell (td)
classmethodParamType
Date
Table Cell (td)
classmethodParamName
End_Date
Table Cell (td)
classmethodParamDesc
The end date for this project period
Table Row (tr)
Table Head (th)
classh
Return
Table Cell (td)
colspan2
classmethodReturnType
confirmResultType
Table Cell (td)
classmethodReturnDesc
Returns the confirmation status along with the object reference.
Table Row (tr)
Table Head (th)
rowspan3
classh
Errors
Table Cell (td)
colspan2
classmethodErrorType
NO_MATCH
Table Cell (td)
classmethodErrorDesc
No match for this cost object
Table Row (tr)
Table Cell (td)
colspan2
classmethodErrorType
OVERLAP
Table Cell (td)
classmethodErrorDesc
Warning: Project period now overlaps another project period defined for this cost object
Table Row (tr)
Table Cell (td)
colspan2
classmethodErrorType
INVALID
Table Cell (td)
classmethodErrorDesc
Project period defined outside of start/final expiration date range for this cost object
Table Row (tr)
Table Head (th)
classh
Capabilities
Table Cell (td)
colspan3
classcapabilityDesc

Table Row (tr)
Table Head (th)
classh
Use Cases
Table Cell (td)
colspan3
classusecaseDesc

Table Row (tr)
Table Head (th)
classh
Comments/Feedback
Table Cell (td)
colspan3
classcommentsDesc

Back to Operations

Anchor
dropProjectPeriod
dropProjectPeriod

HTML Table
classmethodTable
Table Row (tr)
Table Head (th)
classh
Method
Table Cell (td)
colspan3
classmethodName
dropProjectPeriod
Table Row (tr)
Table Head (th)
classh
Description
Table Cell (td)
colspan4
classmethodDesc
Delete project year from cost object
Table Row (tr)
Table Head (th)
rowspan2
classh
Parameters
Table Cell (td)
classmethodParamType
String
Table Cell (td)
classmethodParamName
Cost_collector_key
Table Cell (td)
classmethodParamDesc
The identifier for this cost object
Table Row (tr)
Table Cell (td)
classmethodParamType
String
Table Cell (td)
classmethodParamName
Project_Period_Key
Table Cell (td)
classmethodParamDesc
The identifier for this project period
Table Row (tr)
Table Head (th)
classh
Return
Table Cell (td)
colspan2
classmethodReturnType
confirmResultType
Table Cell (td)
classmethodReturnDesc
Returns the confirmation status along with the object reference.
Table Row (tr)
Table Head (th)
rowspan1
classh
Errors
Table Cell (td)
colspan2
classmethodErrorType
NO_MATCH
Table Cell (td)
classmethodErrorDesc
No match for this cost object
Table Row (tr)
Table Head (th)
classh
Capabilities
Table Cell (td)
colspan3
classcapabilityDesc

Table Row (tr)
Table Head (th)
classh
Use Cases
Table Cell (td)
colspan3
classusecaseDesc

Table Row (tr)
Table Head (th)
classh
Comments/Feedback
Table Cell (td)
colspan3
classcommentsDesc

Back to Operations

Anchor
validateProjectPeriods
validateProjectPeriods

HTML Table
classmethodTable
Table Row (tr)
Table Head (th)
classh
Method
Table Cell (td)
colspan3
classmethodName
validateProjectPeriods
Table Row (tr)
Table Head (th)
classh
Description
Table Cell (td)
colspan4
classmethodDesc
Validate that the project periods are contiguous and non overlapping, and that they begin at the start of the project and end at the end of the final expiration date
Table Row (tr)
Table Head (th)
rowspan1
classh
Parameters
Table Cell (td)
classmethodParamType
String
Table Cell (td)
classmethodParamName
Cost_collector_key
Table Cell (td)
classmethodParamDesc
The identifier for this cost object
Table Row (tr)
Table Head (th)
classh
Return
Table Cell (td)
colspan2
classmethodReturnType
validateResultType
Table Cell (td)
classmethodReturnDesc
Returns the validity status of the project periods on the cost object and identifies exceptions
Table Row (tr)
Table Head (th)
rowspan1
classh
Errors
Table Cell (td)
colspan2
classmethodErrorType
NO_MATCH
Table Cell (td)
classmethodErrorDesc
No match for this cost object
Table Row (tr)
Table Head (th)
classh
Capabilities
Table Cell (td)
colspan3
classcapabilityDesc

Table Row (tr)
Table Head (th)
classh
Use Cases
Table Cell (td)
colspan3
classusecaseDesc

Table Row (tr)
Table Head (th)
classh
Comments/Feedback
Table Cell (td)
colspan3
classcommentsDesc

Back to Operations

Anchor
normalizeProjectPeriods
normalizeProjectPeriods

HTML Table
classmethodTable
Table Row (tr)
Table Head (th)
classh
Method
Table Cell (td)
colspan3
classmethodName
normalizeProjectPeriods
Table Row (tr)
Table Head (th)
classh
Description
Table Cell (td)
colspan4
classmethodDesc
Starting from the first period, push out the start date of the subsequent project periods so that the full set of project periods are contiguous and non-overlapping
Table Row (tr)
Table Head (th)
rowspan1
classh
Parameters
Table Cell (td)
classmethodParamType
String
Table Cell (td)
classmethodParamName
Cost_collector_key
Table Cell (td)
classmethodParamDesc
The identifier for this cost object
Table Row (tr)
Table Head (th)
classh
Return
Table Cell (td)
colspan2
classmethodReturnType
validateResultType
Table Cell (td)
classmethodReturnDesc
Returns the validity status of the project periods on the cost object and identifies exceptions
Table Row (tr)
Table Head (th)
rowspan2
classh
Errors
Table Cell (td)
colspan2
classmethodErrorType
NO_MATCH
Table Cell (td)
classmethodErrorDesc
No match for this cost object
Table Row (tr)
Table Cell (td)
colspan2
classmethodErrorType
INCOMPLETE
Table Cell (td)
classmethodErrorDesc
Warning: Project Period schedule does not cover the full date range for this CO (from effective through final expiration date)
Table Row (tr)
Table Head (th)
classh
Capabilities
Table Cell (td)
colspan3
classcapabilityDesc

Table Row (tr)
Table Head (th)
classh
Use Cases
Table Cell (td)
colspan3
classusecaseDesc

Table Row (tr)
Table Head (th)
classh
Comments/Feedback
Table Cell (td)
colspan3
classcommentsDesc

Back to Operations

Reports

Reports

Anchor
listReports
listReports

HTML Table
classmethodTable
Table Row (tr)
Table Head (th)
classh
Method
Table Cell (td)
colspan3
classmethodName
listReports
Table Row (tr)
Table Head (th)
classh
Description
Table Cell (td)
colspan3
classmethodDesc
For a given context, list the available reports in that context
Table Row (tr)
Table Head (th)
rowspan2
classh
Parameters
Table Cell (td)
classmethodParamType
REF_TYPE
Table Cell (td)
classmethodParamName
REF_TYPE
Table Cell (td)
classmethodParamDesc
The context. Workset, Scenario, Person, Cost Object, Allocation
Table Row (tr)
Table Cell (td)
classmethodParamType
String
Table Cell (td)
classmethodParamName
REF_KEY
Table Cell (td)
classmethodParamDesc
(optional) A unique identifier for a particular object. For object specific reports
Table Row (tr)
Table Head (th)
classh
Return
Table Cell (td)
colspan2
classmethodReturnType
reportListResultType
Table Cell (td)
classmethodReturnDesc
Array list of reports. Returns the ID, Title, and Description for the report
Table Row (tr)
Table Head (th)
rowspan2
classh
Errors
Table Cell (td)
colspan2
classmethodErrorType
NO_MATCH
Table Cell (td)
classmethodErrorDesc
Warning: No reports for specific ref_key found. Returning report list for the general context.
Table Row (tr)
Table Cell (td)
colspan2
classmethodErrorType
INVALID
Table Cell (td)
classmethodErrorDesc
Invalid REF_TYPE identified
Table Row (tr)
Table Head (th)
classh
Capabilities
Table Cell (td)
colspan3
classcapabilityDesc

Table Row (tr)
Table Head (th)
classh
Use Cases
Table Cell (td)
colspan3
classusecaseDesc

Table Row (tr)
Table Head (th)
classh
Comments/Feedback
Table Cell (td)
colspan3
classcommentsDesc

Back to Operations

Anchor
executeReport
executeReport

HTML Table
classmethodTable
Table Row (tr)
Table Head (th)
classh
Method
Table Cell (td)
colspan3
classmethodName
executeReport
Table Row (tr)
Table Head (th)
classh
Description
Table Cell (td)
colspan3
classmethodDesc
Returns the result document for the report request
Table Row (tr)
Table Head (th)
rowspan3
classh
Parameters
Table Cell (td)
classmethodParamType
String
Table Cell (td)
classmethodParamName
Report_ID
Table Cell (td)
classmethodParamDesc
The id for this report
Table Row (tr)
Table Cell (td)
classmethodParamType
FORMAT_TYPE
Table Cell (td)
classmethodParamName
FORMAT_TYPE
Table Cell (td)
classmethodParamDesc
The format type, one of: XLS,CSV,PDF,HTML,(addional options depend on the backend)
Table Row (tr)
Table Cell (td)
classmethodParamType
@PARM
Table Cell (td)
classmethodParamName
PARM
Table Cell (td)
classmethodParamDesc
Associative array of parameters
Table Row (tr)
Table Head (th)
classh
Return
Table Cell (td)
colspan2
classmethodReturnType
reportResultType
Table Cell (td)
classmethodReturnDesc
Returns the resulting report object
Table Row (tr)
Table Head (th)
rowspan1
classh
Errors
Table Cell (td)
colspan2
classmethodErrorType
ERROR
Table Cell (td)
classmethodErrorDesc
Report processing error (Error passed in body)
Table Row (tr)
Table Head (th)
classh
Capabilities
Table Cell (td)
colspan3
classcapabilityDesc

Table Row (tr)
Table Head (th)
classh
Use Cases
Table Cell (td)
colspan3
classusecaseDesc

Table Row (tr)
Table Head (th)
classh
Comments/Feedback
Table Cell (td)
colspan3
classcommentsDesc

Back to Operations

Summary

Anchor
BvAQueryDay
BvAQueryDay

HTML Table
classmethodTable
Table Row (tr)
Table Head (th)
classh
Method
Table Cell (td)
colspan3
classmethodName
BvAQueryDay
Table Row (tr)
Table Head (th)
classh
Description
Table Cell (td)
colspan3
classmethodDesc
Summary by GL hierarchy of the budgets, actuals, and commitment information for an account. Expenses only.
Table Row (tr)
Table Head (th)
rowspan9
classh
Parameters
Table Cell (td)
classmethodParamType
String
Table Cell (td)
classmethodParamName
GL_Hierarchy
Table Cell (td)
classmethodParamDesc
The Hierarchy of GL categories and accounts to use.
Table Row (tr)
Table Cell (td)
classmethodParamType
String
Table Cell (td)
classmethodParamName
Budget_version
Table Cell (td)
classmethodParamDesc
Which budget to use
Table Row (tr)
Table Cell (td)
classmethodParamType
String
Table Cell (td)
classmethodParamName
Scenario_version
Table Cell (td)
classmethodParamDesc
Which scenario to use
Table Row (tr)
Table Cell (td)
classmethodParamType
Cost_collector_key
Table Cell (td)
classmethodParamName
Cost_collector_key
Table Cell (td)
classmethodParamDesc
The identifier for the cost object
Table Row (tr)
Table Cell (td)
classmethodParamType
Date
Table Cell (td)
classmethodParamName
Start_Date
Table Cell (td)
classmethodParamDesc
The start date for the query window
Table Row (tr)
Table Cell (td)
classmethodParamType
Date
Table Cell (td)
classmethodParamName
End_Date
Table Cell (td)
classmethodParamDesc
The end_date for the query window
Table Row (tr)
Table Cell (td)
classmethodParamType
Boolean
Table Cell (td)
classmethodParamName
with_children
Table Cell (td)
classmethodParamDesc
Consolidate the results to include all associated children with the parent
Table Row (tr)
Table Cell (td)
classmethodParamType
String
Table Cell (td)
classmethodParamName
Collection_type
Table Cell (td)
classmethodParamDesc
When including children, use the following collection for the aggregation
Table Row (tr)
Table Cell (td)
classmethodParamType
String
Table Cell (td)
classmethodParamName
Collection_key
Table Cell (td)
classmethodParamDesc
When including children, use this particular collection key as the root of the consolidation tree
Table Row (tr)
Table Head (th)
classh
Return
Table Cell (td)
colspan2
classmethodReturnType
coSummaryResultType
Table Cell (td)
classmethodReturnDesc
Flattened cube of summary financial information
Table Row (tr)
Table Head (th)
rowspan1
classh
Errors
Table Cell (td)
colspan2
classmethodErrorType
NO_MATCH
Table Cell (td)
classmethodErrorDesc
Either the Cost object or collection key does not exist in the system
Table Row (tr)
Table Head (th)
classh
Capabilities
Table Cell (td)
colspan3
classcapabilityDesc

Table Row (tr)
Table Head (th)
classh
Use Cases
Table Cell (td)
colspan3
classusecaseDesc

Table Row (tr)
Table Head (th)
classh
Comments/Feedback
Table Cell (td)
colspan3
classcommentsDesc

Back to Operations

Anchor
RvEQueryDay
RvEQueryDay

HTML Table
classmethodTable
Table Row (tr)
Table Head (th)
classh
Method
Table Cell (td)
colspan3
classmethodName
RvEQueryDay
Table Row (tr)
Table Head (th)
classh
Description
Table Cell (td)
colspan3
classmethodDesc
Summary by GL hierarchy of the budgets, actuals, and commitment information for an account. Revenue & Expenses.
Table Row (tr)
Table Head (th)
rowspan9
classh
Parameters
Table Cell (td)
classmethodParamType
String
Table Cell (td)
classmethodParamName
GL_Hierarchy
Table Cell (td)
classmethodParamDesc
The Hierarchy of GL categories and accounts to use.
Table Row (tr)
Table Cell (td)
classmethodParamType
String
Table Cell (td)
classmethodParamName
Budget_version
Table Cell (td)
classmethodParamDesc
Which budget to use
Table Row (tr)
Table Cell (td)
classmethodParamType
String
Table Cell (td)
classmethodParamName
Scenario_version
Table Cell (td)
classmethodParamDesc
Which scenario to use
Table Row (tr)
Table Cell (td)
classmethodParamType
Cost_collector_key
Table Cell (td)
classmethodParamName
Cost_collector_key
Table Cell (td)
classmethodParamDesc
The identifier for the cost object
Table Row (tr)
Table Cell (td)
classmethodParamType
Date
Table Cell (td)
classmethodParamName
Start_Date
Table Cell (td)
classmethodParamDesc
The start date for the query window
Table Row (tr)
Table Cell (td)
classmethodParamType
Date
Table Cell (td)
classmethodParamName
End_Date
Table Cell (td)
classmethodParamDesc
The end_date for the query window
Table Row (tr)
Table Cell (td)
classmethodParamType
Boolean
Table Cell (td)
classmethodParamName
with_children
Table Cell (td)
classmethodParamDesc
Consolidate the results to include all associated children with the parent
Table Row (tr)
Table Cell (td)
classmethodParamType
String
Table Cell (td)
classmethodParamName
Collection_type
Table Cell (td)
classmethodParamDesc
When including children, use the following collection for the aggregation
Table Row (tr)
Table Cell (td)
classmethodParamType
String
Table Cell (td)
classmethodParamName
Collection_key
Table Cell (td)
classmethodParamDesc
When including children, use this particular collection key as the root of the consolidation tree
Table Row (tr)
Table Head (th)
classh
Return
Table Cell (td)
colspan2
classmethodReturnType
coSummaryResultType
Table Cell (td)
classmethodReturnDesc
Flattened cube of summary financial information
Table Row (tr)
Table Head (th)
rowspan1
classh
Errors
Table Cell (td)
colspan2
classmethodErrorType
NO_MATCH
Table Cell (td)
classmethodErrorDesc
Either the Cost object or collection key does not exist in the system
Table Row (tr)
Table Head (th)
classh
Capabilities
Table Cell (td)
colspan3
classcapabilityDesc

Table Row (tr)
Table Head (th)
classh
Use Cases
Table Cell (td)
colspan3
classusecaseDesc

Table Row (tr)
Table Head (th)
classh
Comments/Feedback
Table Cell (td)
colspan3
classcommentsDesc

Back to Operations

Anchor
BvAQueryMonthly
BvAQueryMonthly

HTML Table
classmethodTable
Table Row (tr)
Table Head (th)
classh
Method
Table Cell (td)
colspan3
classmethodName
BvAQueryMonthly
Table Row (tr)
Table Head (th)
classh
Description
Table Cell (td)
colspan3
classmethodDesc
Summary by GL hierarchy of the budgets, actuals, and commitment information for an account. Expenses only. Monthly view
Table Row (tr)
Table Head (th)
rowspan9
classh
Parameters
Table Cell (td)
classmethodParamType
String
Table Cell (td)
classmethodParamName
GL_Hierarchy
Table Cell (td)
classmethodParamDesc
The Hierarchy of GL categories and accounts to use.
Table Row (tr)
Table Cell (td)
classmethodParamType
String
Table Cell (td)
classmethodParamName
Budget_version
Table Cell (td)
classmethodParamDesc
Which budget to use
Table Row (tr)
Table Cell (td)
classmethodParamType
String
Table Cell (td)
classmethodParamName
Scenario_version
Table Cell (td)
classmethodParamDesc
Which scenario to use
Table Row (tr)
Table Cell (td)
classmethodParamType
Cost_collector_key
Table Cell (td)
classmethodParamName
Cost_collector_key
Table Cell (td)
classmethodParamDesc
The identifier for the cost object
Table Row (tr)
Table Cell (td)
classmethodParamType
String
Table Cell (td)
classmethodParamName
Start_Period
Table Cell (td)
classmethodParamDesc
The start period for the query window - format = YYYYMM
Table Row (tr)
Table Cell (td)
classmethodParamType
String
Table Cell (td)
classmethodParamName
End_Period
Table Cell (td)
classmethodParamDesc
The end_date for the query window - format = YYYYMM
Table Row (tr)
Table Cell (td)
classmethodParamType
Boolean
Table Cell (td)
classmethodParamName
with_children
Table Cell (td)
classmethodParamDesc
Consolidate the results to include all associated children with the parent
Table Row (tr)
Table Cell (td)
classmethodParamType
String
Table Cell (td)
classmethodParamName
Collection_type
Table Cell (td)
classmethodParamDesc
When including children, use the following collection for the aggregation
Table Row (tr)
Table Cell (td)
classmethodParamType
String
Table Cell (td)
classmethodParamName
Collection_key
Table Cell (td)
classmethodParamDesc
When including children, use this particular collection key as the root of the consolidation tree
Table Row (tr)
Table Head (th)
classh
Return
Table Cell (td)
colspan2
classmethodReturnType
coSummaryResultType
Table Cell (td)
classmethodReturnDesc
Flattened cube of summary financial information
Table Row (tr)
Table Head (th)
rowspan1
classh
Errors
Table Cell (td)
colspan2
classmethodErrorType
NO_MATCH
Table Cell (td)
classmethodErrorDesc
Either the Cost object or collection key does not exist in the system
Table Row (tr)
Table Head (th)
classh
Capabilities
Table Cell (td)
colspan3
classcapabilityDesc

Table Row (tr)
Table Head (th)
classh
Use Cases
Table Cell (td)
colspan3
classusecaseDesc

Table Row (tr)
Table Head (th)
classh
Comments/Feedback
Table Cell (td)
colspan3
classcommentsDesc

Back to Operations

Anchor
RvEQueryMonth
RvEQueryMonth

HTML Table
classmethodTable
Table Row (tr)
Table Head (th)
classh
Method
Table Cell (td)
colspan3
classmethodName
RvEQueryMonth
Table Row (tr)
Table Head (th)
classh
Description
Table Cell (td)
colspan3
classmethodDesc
Summary by GL hierarchy of the budgets, actuals, and commitment information for an account. Revenue & Expenses. Monthly view
Table Row (tr)
Table Head (th)
rowspan9
classh
Parameters
Table Cell (td)
classmethodParamType
String
Table Cell (td)
classmethodParamName
GL_Hierarchy
Table Cell (td)
classmethodParamDesc
The Hierarchy of GL categories and accounts to use.
Table Row (tr)
Table Cell (td)
classmethodParamType
String
Table Cell (td)
classmethodParamName
Budget_version
Table Cell (td)
classmethodParamDesc
Which budget to use
Table Row (tr)
Table Cell (td)
classmethodParamType
String
Table Cell (td)
classmethodParamName
Scenario_version
Table Cell (td)
classmethodParamDesc
Which scenario to use
Table Row (tr)
Table Cell (td)
classmethodParamType
Cost_collector_key
Table Cell (td)
classmethodParamName
Cost_collector_key
Table Cell (td)
classmethodParamDesc
The identifier for the cost object
Table Row (tr)
Table Cell (td)
classmethodParamType
String
Table Cell (td)
classmethodParamName
Start_Period
Table Cell (td)
classmethodParamDesc
The start period for the query window - format = YYYYMM
Table Row (tr)
Table Cell (td)
classmethodParamType
String
Table Cell (td)
classmethodParamName
End_Period
Table Cell (td)
classmethodParamDesc
The end period for the query window - format = YYYYMM
Table Row (tr)
Table Cell (td)
classmethodParamType
Boolean
Table Cell (td)
classmethodParamName
with_children
Table Cell (td)
classmethodParamDesc
Consolidate the results to include all associated children with the parent
Table Row (tr)
Table Cell (td)
classmethodParamType
String
Table Cell (td)
classmethodParamName
Collection_type
Table Cell (td)
classmethodParamDesc
When including children, use the following collection for the aggregation
Table Row (tr)
Table Cell (td)
classmethodParamType
String
Table Cell (td)
classmethodParamName
Collection_key
Table Cell (td)
classmethodParamDesc
When including children, use this particular collection key as the root of the consolidation tree
Table Row (tr)
Table Head (th)
classh
Return
Table Cell (td)
colspan2
classmethodReturnType
coSummaryResultType
Table Cell (td)
classmethodReturnDesc
Flattened cube of summary financial information
Table Row (tr)
Table Head (th)
rowspan1
classh
Errors
Table Cell (td)
colspan2
classmethodErrorType
NO_MATCH
Table Cell (td)
classmethodErrorDesc
Either the Cost object or collection key does not exist in the system
Table Row (tr)
Table Head (th)
classh
Capabilities
Table Cell (td)
colspan3
classcapabilityDesc

Table Row (tr)
Table Head (th)
classh
Use Cases
Table Cell (td)
colspan3
classusecaseDesc

Table Row (tr)
Table Head (th)
classh
Comments/Feedback
Table Cell (td)
colspan3
classcommentsDesc

Back to Operations

Drill-down

Anchor
queryActualsSumm
queryActualsSumm

HTML Table
classmethodTable
Table Row (tr)
Table Head (th)
classh
Method
Table Cell (td)
colspan3
classmethodName
queryActualsSumm
Table Row (tr)
Table Head (th)
classh
Description
Table Cell (td)
colspan3
classmethodDesc
Returns a summary of the totals by GL/CO
Table Row (tr)
Table Head (th)
rowspan10
classh
Parameters
Table Cell (td)
classmethodParamType
String
Table Cell (td)
classmethodParamName
GL_HIER
Table Cell (td)
classmethodParamDesc
The gl_hierarchy to use
Table Row (tr)
Table Cell (td)
classmethodParamType
String
Table Cell (td)
classmethodParamName
GL_Level
Table Cell (td)
classmethodParamDesc
The GL Category or Account to show items from
Table Row (tr)
Table Cell (td)
classmethodParamType
String
Table Cell (td)
classmethodParamName
CoArray
Table Cell (td)
classmethodParamDesc
The cost_collector_key
Table Row (tr)
Table Cell (td)
classmethodParamType
Zend_Date
Table Cell (td)
classmethodParamName
Start_Date
Table Cell (td)
classmethodParamDesc
Start date for the query window
Table Row (tr)
Table Cell (td)
classmethodParamType
Zend_Date
Table Cell (td)
classmethodParamName
End_Date
Table Cell (td)
classmethodParamDesc
End_Date for the query window
Table Row (tr)
Table Cell (td)
classmethodParamType
Boolean
Table Cell (td)
classmethodParamName
with_children
Table Cell (td)
classmethodParamDesc
Include children?
Table Row (tr)
Table Cell (td)
classmethodParamType
Integer
Table Cell (td)
classmethodParamName
Start
Table Cell (td)
classmethodParamDesc
Start at record #
Table Row (tr)
Table Cell (td)
classmethodParamType
Integer
Table Cell (td)
classmethodParamName
End
Table Cell (td)
classmethodParamDesc
Return up to and including record #
Table Row (tr)
Table Cell (td)
classmethodParamType
String
Table Cell (td)
classmethodParamName
filter
Table Cell (td)
classmethodParamDesc
Return records with string in the body
Table Row (tr)
Table Cell (td)
classmethodParamType
Array
Table Cell (td)
classmethodParamName
ordercol
Table Cell (td)
classmethodParamDesc
The sorting for the structure
Table Row (tr)

Table Head (th)
classh
Return
Table Cell (td)
colspan2
classmethodReturnType
actSummResultType
Table Cell (td)
classmethodReturnDesc
Returns the matching collection of actuals records
Table Row (tr)

Table Head (th)
rowspan1
classh
Errors
Table Cell (td)
colspan2
classmethodErrorType
NO_RECORDS
Table Cell (td)
classmethodErrorDesc
No records found
Table Row (tr)

Table Head (th)
classh
Capabilities
Table Cell (td)
colspan3
classcapabilityDesc

Table Row (tr)

Table Head (th)
classh
Use Cases
Table Cell (td)
colspan3
classusecaseDesc

Table Row (tr)

Table Head (th)
classh
Comments/Feedback
Table Cell (td)
colspan3
classcommentsDesc

Table Row (tr)

Back to Operations

Anchor
queryActualsPODetail
queryActualsPODetail

HTML Table
classmethodTable
Table Row (tr)
Table Head (th)
classh
Method
Table Cell (td)
colspan3
classmethodName
queryActualsPODetail
Table Row (tr)
Table Head (th)
classh
Description
Table Cell (td)
colspan3
classmethodDesc
Returns matching actuals expense Records (rename?)
Table Row (tr)
Table Head (th)
rowspan10
classh
Parameters
Table Cell (td)
classmethodParamType
String
Table Cell (td)
classmethodParamName
GL_HIER
Table Cell (td)
classmethodParamDesc
The gl_hierarchy to use
Table Row (tr)
Table Cell (td)
classmethodParamType
String
Table Cell (td)
classmethodParamName
GL_Level
Table Cell (td)
classmethodParamDesc
The GL Category or Account to show items from
Table Row (tr)
Table Cell (td)
classmethodParamType
String
Table Cell (td)
classmethodParamName
CoArray
Table Cell (td)
classmethodParamDesc
The cost_collector_key
Table Row (tr)
Table Cell (td)
classmethodParamType
Zend_Date
Table Cell (td)
classmethodParamName
Start_Date
Table Cell (td)
classmethodParamDesc
Start date for the query window
Table Row (tr)
Table Cell (td)
classmethodParamType
Zend_Date
Table Cell (td)
classmethodParamName
End_Date
Table Cell (td)
classmethodParamDesc
End_Date for the query window
Table Row (tr)
Table Cell (td)
classmethodParamType
Boolean
Table Cell (td)
classmethodParamName
with_children
Table Cell (td)
classmethodParamDesc
Include children?
Table Row (tr)
Table Cell (td)
classmethodParamType
Integer
Table Cell (td)
classmethodParamName
Start
Table Cell (td)
classmethodParamDesc
Start at record #
Table Row (tr)
Table Cell (td)
classmethodParamType
Integer
Table Cell (td)
classmethodParamName
End
Table Cell (td)
classmethodParamDesc
Return up to and including record #
Table Row (tr)
Table Cell (td)
classmethodParamType
String
Table Cell (td)
classmethodParamName
filter
Table Cell (td)
classmethodParamDesc
Return records with string in the body
Table Row (tr)
Table Cell (td)
classmethodParamType
Array
Table Cell (td)
classmethodParamName
ordercol
Table Cell (td)
classmethodParamDesc
The sorting for the structure
Table Row (tr)

Table Head (th)
classh
Return
Table Cell (td)
colspan2
classmethodReturnType
actPOResultType
Table Cell (td)
classmethodReturnDesc
Returns the matching collection of actuals records
Table Row (tr)

Table Head (th)
rowspan1
classh
Errors
Table Cell (td)
colspan2
classmethodErrorType
NO_RECORDS
Table Cell (td)
classmethodErrorDesc
No records found
Table Row (tr)

Table Head (th)
classh
Capabilities
Table Cell (td)
colspan3
classcapabilityDesc

Table Row (tr)

Table Head (th)
classh
Use Cases
Table Cell (td)
colspan3
classusecaseDesc

Table Row (tr)

Table Head (th)
classh
Comments/Feedback
Table Cell (td)
colspan3
classcommentsDesc

Table Row (tr)

Back to Operations

Anchor
queryActualsPEDetail
queryActualsPEDetail

HTML Table
classmethodTable
Table Row (tr)
Table Head (th)
classh
Method
Table Cell (td)
colspan3
classmethodName
queryActualsPEDetail
Table Row (tr)
Table Head (th)
classh
Description
Table Cell (td)
colspan3
classmethodDesc
Returns matching actuals personnel Records (rename?)
Table Row (tr)
Table Head (th)
rowspan10
classh
Parameters
Table Cell (td)
classmethodParamType
String
Table Cell (td)
classmethodParamName
GL_HIER
Table Cell (td)
classmethodParamDesc
The gl_hierarchy to use
Table Row (tr)
Table Cell (td)
classmethodParamType
String
Table Cell (td)
classmethodParamName
GL_Level
Table Cell (td)
classmethodParamDesc
The GL Category or Account to show items from
Table Row (tr)
Table Cell (td)
classmethodParamType
String
Table Cell (td)
classmethodParamName
CoArray
Table Cell (td)
classmethodParamDesc
The cost_collector_key
Table Row (tr)
Table Cell (td)
classmethodParamType
Zend_Date
Table Cell (td)
classmethodParamName
Start_Date
Table Cell (td)
classmethodParamDesc
Start date for the query window
Table Row (tr)
Table Cell (td)
classmethodParamType
Zend_Date
Table Cell (td)
classmethodParamName
End_Date
Table Cell (td)
classmethodParamDesc
End_Date for the query window
Table Row (tr)
Table Cell (td)
classmethodParamType
Boolean
Table Cell (td)
classmethodParamName
with_children
Table Cell (td)
classmethodParamDesc
Include children?
Table Row (tr)
Table Cell (td)
classmethodParamType
Integer
Table Cell (td)
classmethodParamName
Start
Table Cell (td)
classmethodParamDesc
Start at record #
Table Row (tr)
Table Cell (td)
classmethodParamType
Integer
Table Cell (td)
classmethodParamName
End
Table Cell (td)
classmethodParamDesc
Return up to and including record #
Table Row (tr)
Table Cell (td)
classmethodParamType
String
Table Cell (td)
classmethodParamName
filter
Table Cell (td)
classmethodParamDesc
Return records with string in the body
Table Row (tr)
Table Cell (td)
classmethodParamType
Array
Table Cell (td)
classmethodParamName
ordercol
Table Cell (td)
classmethodParamDesc
The sorting for the structure
Table Row (tr)

Table Head (th)
classh
Return
Table Cell (td)
colspan2
classmethodReturnType
actPEResultType
Table Cell (td)
classmethodReturnDesc
Returns the matching collection of actuals records
Table Row (tr)

Table Head (th)
rowspan1
classh
Errors
Table Cell (td)
colspan2
classmethodErrorType
NO_RECORDS
Table Cell (td)
classmethodErrorDesc
No records found
Table Row (tr)

Table Head (th)
classh
Capabilities
Table Cell (td)
colspan3
classcapabilityDesc

Table Row (tr)

Table Head (th)
classh
Use Cases
Table Cell (td)
colspan3
classusecaseDesc

Table Row (tr)

Table Head (th)
classh
Comments/Feedback
Table Cell (td)
colspan3
classcommentsDesc

Table Row (tr)

Back to Operations

Anchor
queryBudgetDetail
queryBudgetDetail

HTML Table
classmethodTable
Table Row (tr)
Table Head (th)
classh
Method
Table Cell (td)
colspan3
classmethodName
queryBudgetDetail
Table Row (tr)
Table Head (th)
classh
Description
Table Cell (td)
colspan3
classmethodDesc
Returns matching budget records (SAP = GL Level, COEUS = line item level)
Table Row (tr)
Table Head (th)
rowspan11
classh
Parameters
Table Cell (td)
classmethodParamType
String
Table Cell (td)
classmethodParamName
GL_HIER
Table Cell (td)
classmethodParamDesc
The gl_hierarchy to use
Table Row (tr)
Table Cell (td)
classmethodParamType
String
Table Cell (td)
classmethodParamName
GL_Level
Table Cell (td)
classmethodParamDesc
The GL Category or Account to show items from
Table Row (tr)
Table Cell (td)
classmethodParamType
String
Table Cell (td)
classmethodParamName
CoArray
Table Cell (td)
classmethodParamDesc
The cost_collector_key
Table Row (tr)
Table Cell (td)
classmethodParamType
String
Table Cell (td)
classmethodParamName
Budget Version
Table Cell (td)
classmethodParamDesc
The plan version for the associated budget
Table Row (tr)
Table Cell (td)
classmethodParamType
Zend_Date
Table Cell (td)
classmethodParamName
Start_Date
Table Cell (td)
classmethodParamDesc
Start date for the query window
Table Row (tr)
Table Cell (td)
classmethodParamType
Zend_Date
Table Cell (td)
classmethodParamName
End_Date
Table Cell (td)
classmethodParamDesc
End_Date for the query window
Table Row (tr)
Table Cell (td)
classmethodParamType
Boolean
Table Cell (td)
classmethodParamName
with_children
Table Cell (td)
classmethodParamDesc
Include children?
Table Row (tr)
Table Cell (td)
classmethodParamType
Integer
Table Cell (td)
classmethodParamName
Start
Table Cell (td)
classmethodParamDesc
Start at record #
Table Row (tr)
Table Cell (td)
classmethodParamType
Integer
Table Cell (td)
classmethodParamName
End
Table Cell (td)
classmethodParamDesc
Return up to and including record #
Table Row (tr)
Table Cell (td)
classmethodParamType
String
Table Cell (td)
classmethodParamName
filter
Table Cell (td)
classmethodParamDesc
Return records with string in the body
Table Row (tr)
Table Cell (td)
classmethodParamType
Array
Table Cell (td)
classmethodParamName
ordercol
Table Cell (td)
classmethodParamDesc
The sorting for the structure
Table Row (tr)

Table Head (th)
classh
Return
Table Cell (td)
colspan2
classmethodReturnType
budResultType
Table Cell (td)
classmethodReturnDesc
Returns the matching collection of actuals records
Table Row (tr)

Table Head (th)
rowspan1
classh
Errors
Table Cell (td)
colspan2
classmethodErrorType
NO_RECORDS
Table Cell (td)
classmethodErrorDesc
No records found
Table Row (tr)

Table Head (th)
classh
Capabilities
Table Cell (td)
colspan3
classcapabilityDesc

Table Row (tr)

Table Head (th)
classh
Use Cases
Table Cell (td)
colspan3
classusecaseDesc

Table Row (tr)

Table Head (th)
classh
Comments/Feedback
Table Cell (td)
colspan3
classcommentsDesc

Table Row (tr)

Back to Operations

Anchor
queryCommitmentsSumm
queryCommitmentsSumm

HTML Table
classmethodTable
Table Row (tr)
Table Head (th)
classh
Method
Table Cell (td)
colspan3
classmethodName
queryCommitmentsSumm
Table Row (tr)
Table Head (th)
classh
Description
Table Cell (td)
colspan3
classmethodDesc
Returns a summary of the commitments information by gl
Table Row (tr)
Table Head (th)
rowspan10
classh
Parameters
Table Cell (td)
classmethodParamType
String
Table Cell (td)
classmethodParamName
GL_HIER
Table Cell (td)
classmethodParamDesc
The gl_hierarchy to use
Table Row (tr)
Table Cell (td)
classmethodParamType
String
Table Cell (td)
classmethodParamName
GL_Level
Table Cell (td)
classmethodParamDesc
The GL Category or Account to show items from
Table Row (tr)
Table Cell (td)
classmethodParamType
String
Table Cell (td)
classmethodParamName
CoArray
Table Cell (td)
classmethodParamDesc
The cost_collector_key
Table Row (tr)
Table Cell (td)
classmethodParamType
Zend_Date
Table Cell (td)
classmethodParamName
Start_Date
Table Cell (td)
classmethodParamDesc
Start date for the query window
Table Row (tr)
Table Cell (td)
classmethodParamType
Zend_Date
Table Cell (td)
classmethodParamName
End_Date
Table Cell (td)
classmethodParamDesc
End_Date for the query window
Table Row (tr)
Table Cell (td)
classmethodParamType
Boolean
Table Cell (td)
classmethodParamName
with_children
Table Cell (td)
classmethodParamDesc
Include children?
Table Row (tr)
Table Cell (td)
classmethodParamType
Integer
Table Cell (td)
classmethodParamName
Start
Table Cell (td)
classmethodParamDesc
Start at record #
Table Row (tr)
Table Cell (td)
classmethodParamType
Integer
Table Cell (td)
classmethodParamName
End
Table Cell (td)
classmethodParamDesc
Return up to and including record #
Table Row (tr)
Table Cell (td)
classmethodParamType
String
Table Cell (td)
classmethodParamName
filter
Table Cell (td)
classmethodParamDesc
Return records with string in the body
Table Row (tr)
Table Cell (td)
classmethodParamType
Array
Table Cell (td)
classmethodParamName
ordercol
Table Cell (td)
classmethodParamDesc
The sorting for the structure
Table Row (tr)

Table Head (th)
classh
Return
Table Cell (td)
colspan2
classmethodReturnType
commSummResultType
Table Cell (td)
classmethodReturnDesc
Returns the matching collection of actuals records
Table Row (tr)

Table Head (th)
rowspan1
classh
Errors
Table Cell (td)
colspan2
classmethodErrorType
NO_RECORDS
Table Cell (td)
classmethodErrorDesc
No records found
Table Row (tr)

Table Head (th)
classh
Capabilities
Table Cell (td)
colspan3
classcapabilityDesc

Table Row (tr)

Table Head (th)
classh
Use Cases
Table Cell (td)
colspan3
classusecaseDesc

Table Row (tr)

Table Head (th)
classh
Comments/Feedback
Table Cell (td)
colspan3
classcommentsDesc

Table Row (tr)

Back to Operations

Anchor
queryCommitmentsPODetail
queryCommitmentsPODetail

HTML Table
classmethodTable
Table Row (tr)
Table Head (th)
classh
Method
Table Cell (td)
colspan3
classmethodName
queryCommitmentsPODetail
Table Row (tr)
Table Head (th)
classh
Description
Table Cell (td)
colspan3
classmethodDesc
Returns matching commitments expense Records (rename?)
Table Row (tr)
Table Head (th)
rowspan10
classh
Parameters
Table Cell (td)
classmethodParamType
String
Table Cell (td)
classmethodParamName
GL_HIER
Table Cell (td)
classmethodParamDesc
The gl_hierarchy to use
Table Row (tr)
Table Cell (td)
classmethodParamType
String
Table Cell (td)
classmethodParamName
GL_Level
Table Cell (td)
classmethodParamDesc
The GL Category or Account to show items from
Table Row (tr)
Table Cell (td)
classmethodParamType
String
Table Cell (td)
classmethodParamName
CoArray
Table Cell (td)
classmethodParamDesc
The cost_collector_key
Table Row (tr)
Table Cell (td)
classmethodParamType
Zend_Date
Table Cell (td)
classmethodParamName
Start_Date
Table Cell (td)
classmethodParamDesc
Start date for the query window
Table Row (tr)
Table Cell (td)
classmethodParamType
Zend_Date
Table Cell (td)
classmethodParamName
End_Date
Table Cell (td)
classmethodParamDesc
End_Date for the query window
Table Row (tr)
Table Cell (td)
classmethodParamType
Boolean
Table Cell (td)
classmethodParamName
with_children
Table Cell (td)
classmethodParamDesc
Include children?
Table Row (tr)
Table Cell (td)
classmethodParamType
Integer
Table Cell (td)
classmethodParamName
Start
Table Cell (td)
classmethodParamDesc
Start at record #
Table Row (tr)
Table Cell (td)
classmethodParamType
Integer
Table Cell (td)
classmethodParamName
End
Table Cell (td)
classmethodParamDesc
Return up to and including record #
Table Row (tr)
Table Cell (td)
classmethodParamType
String
Table Cell (td)
classmethodParamName
filter
Table Cell (td)
classmethodParamDesc
Return records with string in the body
Table Row (tr)
Table Cell (td)
classmethodParamType
Array
Table Cell (td)
classmethodParamName
ordercol
Table Cell (td)
classmethodParamDesc
The sorting for the structure
Table Row (tr)

Table Head (th)
classh
Return
Table Cell (td)
colspan2
classmethodReturnType
commPOResultType
Table Cell (td)
classmethodReturnDesc
Returns the matching collection of actuals records
Table Row (tr)

Table Head (th)
rowspan1
classh
Errors
Table Cell (td)
colspan2
classmethodErrorType
NO_RECORDS
Table Cell (td)
classmethodErrorDesc
No records found
Table Row (tr)

Table Head (th)
classh
Capabilities
Table Cell (td)
colspan3
classcapabilityDesc

Table Row (tr)

Table Head (th)
classh
Use Cases
Table Cell (td)
colspan3
classusecaseDesc

Table Row (tr)

Table Head (th)
classh
Comments/Feedback
Table Cell (td)
colspan3
classcommentsDesc

Table Row (tr)

Back to Operations

Anchor
queryCommitmentsPEDetail
queryCommitmentsPEDetail

HTML Table
classmethodTable
Table Row (tr)
Table Head (th)
classh
Method
Table Cell (td)
colspan3
classmethodName
queryCommitmentsPEDetail
Table Row (tr)
Table Head (th)
classh
Description
Table Cell (td)
colspan3
classmethodDesc
Returns matching commitments personnel Records (rename?)
Table Row (tr)
Table Head (th)
rowspan10
classh
Parameters
Table Cell (td)
classmethodParamType
String
Table Cell (td)
classmethodParamName
GL_HIER
Table Cell (td)
classmethodParamDesc
The gl_hierarchy to use
Table Row (tr)
Table Cell (td)
classmethodParamType
String
Table Cell (td)
classmethodParamName
GL_Level
Table Cell (td)
classmethodParamDesc
The GL Category or Account to show items from
Table Row (tr)
Table Cell (td)
classmethodParamType
String
Table Cell (td)
classmethodParamName
CoArray
Table Cell (td)
classmethodParamDesc
The cost_collector_key
Table Row (tr)
Table Cell (td)
classmethodParamType
Zend_Date
Table Cell (td)
classmethodParamName
Start_Date
Table Cell (td)
classmethodParamDesc
Start date for the query window
Table Row (tr)
Table Cell (td)
classmethodParamType
Zend_Date
Table Cell (td)
classmethodParamName
End_Date
Table Cell (td)
classmethodParamDesc
End_Date for the query window
Table Row (tr)
Table Cell (td)
classmethodParamType
Boolean
Table Cell (td)
classmethodParamName
with_children
Table Cell (td)
classmethodParamDesc
Include children?
Table Row (tr)
Table Cell (td)
classmethodParamType
Integer
Table Cell (td)
classmethodParamName
Start
Table Cell (td)
classmethodParamDesc
Start at record #
Table Row (tr)
Table Cell (td)
classmethodParamType
Integer
Table Cell (td)
classmethodParamName
End
Table Cell (td)
classmethodParamDesc
Return up to and including record #
Table Row (tr)
Table Cell (td)
classmethodParamType
String
Table Cell (td)
classmethodParamName
filter
Table Cell (td)
classmethodParamDesc
Return records with string in the body
Table Row (tr)
Table Cell (td)
classmethodParamType
Array
Table Cell (td)
classmethodParamName
ordercol
Table Cell (td)
classmethodParamDesc
The sorting for the structure
Table Row (tr)

Table Head (th)
classh
Return
Table Cell (td)
colspan2
classmethodReturnType
commPEResultType
Table Cell (td)
classmethodReturnDesc
Returns the matching collection of actuals records
Table Row (tr)

Table Head (th)
rowspan1
classh
Errors
Table Cell (td)
colspan2
classmethodErrorType
NO_RECORDS
Table Cell (td)
classmethodErrorDesc
No records found
Table Row (tr)

Table Head (th)
classh
Capabilities
Table Cell (td)
colspan3
classcapabilityDesc

Table Row (tr)

Table Head (th)
classh
Use Cases
Table Cell (td)
colspan3
classusecaseDesc

Table Row (tr)

Table Head (th)
classh
Comments/Feedback
Table Cell (td)
colspan3
classcommentsDesc

Table Row (tr)

Back to Operations

Anchor
queryForecastSumm
queryForecastSumm

HTML Table
classmethodTable
Table Row (tr)
Table Head (th)
classh
Method
Table Cell (td)
colspan3
classmethodName
queryForecastSumm
Table Row (tr)
Table Head (th)
classh
Description
Table Cell (td)
colspan3
classmethodDesc
Returns a summary of the forecast(scenario) information by gl
Table Row (tr)
Table Head (th)
rowspan11
classh
Parameters
Table Cell (td)
classmethodParamType
String
Table Cell (td)
classmethodParamName
GL_HIER
Table Cell (td)
classmethodParamDesc
The gl_hierarchy to use
Table Row (tr)
Table Cell (td)
classmethodParamType
String
Table Cell (td)
classmethodParamName
GL_Level
Table Cell (td)
classmethodParamDesc
The GL Category or Account to show items from
Table Row (tr)
Table Cell (td)
classmethodParamType
String
Table Cell (td)
classmethodParamName
CoArray
Table Cell (td)
classmethodParamDesc
The cost_collector_key
Table Row (tr)
Table Cell (td)
classmethodParamType
String
Table Cell (td)
classmethodParamName
Scenario_key
Table Cell (td)
classmethodParamDesc
The scenario key. Defaults to the Common scenario key (COMMON)
Table Row (tr)
Table Cell (td)
classmethodParamType
Zend_Date
Table Cell (td)
classmethodParamName
Start_Date
Table Cell (td)
classmethodParamDesc
Start date for the query window
Table Row (tr)
Table Cell (td)
classmethodParamType
Zend_Date
Table Cell (td)
classmethodParamName
End_Date
Table Cell (td)
classmethodParamDesc
End_Date for the query window
Table Row (tr)
Table Cell (td)
classmethodParamType
Boolean
Table Cell (td)
classmethodParamName
with_children
Table Cell (td)
classmethodParamDesc
Include children?
Table Row (tr)
Table Cell (td)
classmethodParamType
Integer
Table Cell (td)
classmethodParamName
Start
Table Cell (td)
classmethodParamDesc
Start at record #
Table Row (tr)
Table Cell (td)
classmethodParamType
Integer
Table Cell (td)
classmethodParamName
End
Table Cell (td)
classmethodParamDesc
Return up to and including record #
Table Row (tr)
Table Cell (td)
classmethodParamType
String
Table Cell (td)
classmethodParamName
filter
Table Cell (td)
classmethodParamDesc
Return records with string in the body
Table Row (tr)
Table Cell (td)
classmethodParamType
Array
Table Cell (td)
classmethodParamName
ordercol
Table Cell (td)
classmethodParamDesc
The sorting for the structure
Table Row (tr)

Table Head (th)
classh
Return
Table Cell (td)
colspan2
classmethodReturnType
forSummResultType
Table Cell (td)
classmethodReturnDesc
Returns the matching collection of actuals records
Table Row (tr)

Table Head (th)
rowspan1
classh
Errors
Table Cell (td)
colspan2
classmethodErrorType
NO_RECORDS
Table Cell (td)
classmethodErrorDesc
No records found
Table Row (tr)

Table Head (th)
classh
Capabilities
Table Cell (td)
colspan3
classcapabilityDesc

Table Row (tr)

Table Head (th)
classh
Use Cases
Table Cell (td)
colspan3
classusecaseDesc

Table Row (tr)

Table Head (th)
classh
Comments/Feedback
Table Cell (td)
colspan3
classcommentsDesc

Table Row (tr)

Back to Operations

Anchor
queryForecastPODetail
queryForecastPODetail

HTML Table
classmethodTable
Table Row (tr)
Table Head (th)
classh
Method
Table Cell (td)
colspan3
classmethodName
queryForecastPODetail
Table Row (tr)
Table Head (th)
classh
Description
Table Cell (td)
colspan3
classmethodDesc
Returns matching forecast (scenario) expense Records (rename?)
Table Row (tr)
Table Head (th)
rowspan11
classh
Parameters
Table Cell (td)
classmethodParamType
String
Table Cell (td)
classmethodParamName
GL_HIER
Table Cell (td)
classmethodParamDesc
The gl_hierarchy to use
Table Row (tr)
Table Cell (td)
classmethodParamType
String
Table Cell (td)
classmethodParamName
GL_Level
Table Cell (td)
classmethodParamDesc
The GL Category or Account to show items from
Table Row (tr)
Table Cell (td)
classmethodParamType
String
Table Cell (td)
classmethodParamName
CoArray
Table Cell (td)
classmethodParamDesc
The cost_collector_key
Table Row (tr)
Table Cell (td)
classmethodParamType
String
Table Cell (td)
classmethodParamName
Scenario_key
Table Cell (td)
classmethodParamDesc
The scenario key. Defaults to the Common scenario key (COMMON)
Table Row (tr)
Table Cell (td)
classmethodParamType
Zend_Date
Table Cell (td)
classmethodParamName
Start_Date
Table Cell (td)
classmethodParamDesc
Start date for the query window
Table Row (tr)
Table Cell (td)
classmethodParamType
Zend_Date
Table Cell (td)
classmethodParamName
End_Date
Table Cell (td)
classmethodParamDesc
End_Date for the query window
Table Row (tr)
Table Cell (td)
classmethodParamType
Boolean
Table Cell (td)
classmethodParamName
with_children
Table Cell (td)
classmethodParamDesc
Include children?
Table Row (tr)
Table Cell (td)
classmethodParamType
Integer
Table Cell (td)
classmethodParamName
Start
Table Cell (td)
classmethodParamDesc
Start at record #
Table Row (tr)
Table Cell (td)
classmethodParamType
Integer
Table Cell (td)
classmethodParamName
End
Table Cell (td)
classmethodParamDesc
Return up to and including record #
Table Row (tr)
Table Cell (td)
classmethodParamType
String
Table Cell (td)
classmethodParamName
filter
Table Cell (td)
classmethodParamDesc
Return records with string in the body
Table Row (tr)
Table Cell (td)
classmethodParamType
Array
Table Cell (td)
classmethodParamName
ordercol
Table Cell (td)
classmethodParamDesc
The sorting for the structure
Table Row (tr)

Table Head (th)
classh
Return
Table Cell (td)
colspan2
classmethodReturnType
commPOResultType
Table Cell (td)
classmethodReturnDesc
Returns the matching collection of actuals records
Table Row (tr)

Table Head (th)
rowspan1
classh
Errors
Table Cell (td)
colspan2
classmethodErrorType
NO_RECORDS
Table Cell (td)
classmethodErrorDesc
No records found
Table Row (tr)

Table Head (th)
classh
Capabilities
Table Cell (td)
colspan3
classcapabilityDesc

Table Row (tr)

Table Head (th)
classh
Use Cases
Table Cell (td)
colspan3
classusecaseDesc

Table Row (tr)

Table Head (th)
classh
Comments/Feedback
Table Cell (td)
colspan3
classcommentsDesc

Table Row (tr)

Back to Operations

Anchor
queryForecastPEDetail
queryForecastPEDetail

HTML Table
classmethodTable
Table Row (tr)
Table Head (th)
classh
Method
Table Cell (td)
colspan3
classmethodName
queryForecastPEDetail
Table Row (tr)
Table Head (th)
classh
Description
Table Cell (td)
colspan3
classmethodDesc
Returns matching forecast (scenario) personnel Records (rename?)
Table Row (tr)
Table Head (th)
rowspan11
classh
Parameters
Table Cell (td)
classmethodParamType
String
Table Cell (td)
classmethodParamName
GL_HIER
Table Cell (td)
classmethodParamDesc
The gl_hierarchy to use
Table Row (tr)
Table Cell (td)
classmethodParamType
String
Table Cell (td)
classmethodParamName
GL_Level
Table Cell (td)
classmethodParamDesc
The GL Category or Account to show items from
Table Row (tr)
Table Cell (td)
classmethodParamType
String
Table Cell (td)
classmethodParamName
CoArray
Table Cell (td)
classmethodParamDesc
The cost_collector_key
Table Row (tr)
Table Cell (td)
classmethodParamType
String
Table Cell (td)
classmethodParamName
Scenario_key
Table Cell (td)
classmethodParamDesc
The scenario key. Defaults to the Common scenario key (COMMON)
Table Row (tr)
Table Cell (td)
classmethodParamType
Zend_Date
Table Cell (td)
classmethodParamName
Start_Date
Table Cell (td)
classmethodParamDesc
Start date for the query window
Table Row (tr)
Table Cell (td)
classmethodParamType
Zend_Date
Table Cell (td)
classmethodParamName
End_Date
Table Cell (td)
classmethodParamDesc
End_Date for the query window
Table Row (tr)
Table Cell (td)
classmethodParamType
Boolean
Table Cell (td)
classmethodParamName
with_children
Table Cell (td)
classmethodParamDesc
Include children?
Table Row (tr)
Table Cell (td)
classmethodParamType
Integer
Table Cell (td)
classmethodParamName
Start
Table Cell (td)
classmethodParamDesc
Start at record #
Table Row (tr)
Table Cell (td)
classmethodParamType
Integer
Table Cell (td)
classmethodParamName
End
Table Cell (td)
classmethodParamDesc
Return up to and including record #
Table Row (tr)
Table Cell (td)
classmethodParamType
String
Table Cell (td)
classmethodParamName
filter
Table Cell (td)
classmethodParamDesc
Return records with string in the body
Table Row (tr)
Table Cell (td)
classmethodParamType
Array
Table Cell (td)
classmethodParamName
ordercol
Table Cell (td)
classmethodParamDesc
The sorting for the structure
Table Row (tr)

Table Head (th)
classh
Return
Table Cell (td)
colspan2
classmethodReturnType
commPEResultType
Table Cell (td)
classmethodReturnDesc
Returns the matching collection of actuals records
Table Row (tr)

Table Head (th)
rowspan1
classh
Errors
Table Cell (td)
colspan2
classmethodErrorType
NO_RECORDS
Table Cell (td)
classmethodErrorDesc
No records found
Table Row (tr)

Table Head (th)
classh
Capabilities
Table Cell (td)
colspan3
classcapabilityDesc

Table Row (tr)

Table Head (th)
classh
Use Cases
Table Cell (td)
colspan3
classusecaseDesc

Table Row (tr)

Table Head (th)
classh
Comments/Feedback
Table Cell (td)
colspan3
classcommentsDesc

Table Row (tr)

Back to Operations

Workset Management