TimeSheetSearchCriteriaBean
TimeSheetSearchCriteriaBean holds the parameters which are used for searching time sheets.
Note: TimeSheetSearchCriteriaBean is used as the INPUT in searchTimeSheets.
Property |
Type |
Description |
Required |
Default |
---|---|---|---|---|
periodTypeId |
Long |
Numeric value of a Time Period Type ID. |
No |
N/A |
periodId |
Long |
Numeric value of a Time Period ID. Must correspond to the period type ID, if the period type ID exists. |
No |
N/A |
previousTimePeriodsCount |
Long |
Numeric value that defines how many previous time periods to include in the results. |
No |
0 |
resourceIdList |
List |
List of Long values of Resource IDs. |
No |
N/A |
descriptionKeywords |
String |
String value of keywords to search from time sheets descriptions. |
No |
N/A |
statusList |
List |
List of Long values of statuses. Must correspond to the statuses constants in the code field of TimeSheetStatus. |
No |
N/A |
managerIdList |
List |
List of Long values of User IDs of resource managers. |
No |
N/A |
orgUnitIdList |
List |
List of Long values of Org Unit IDs. |
No |
N/A |