Netsutie PHP Toolkit
TimeSheetSearchBasic Class Reference
Inheritance diagram for TimeSheetSearchBasic:
SearchRecordBasic SearchRecord

Data Fields

 $approvalStatus
 
 $employee
 
 $externalId
 
 $externalIdString
 
 $id
 
 $internalId
 
 $internalIdNumber
 
 $timeSheetDate
 
 $totalHours
 
 $customFieldList
 

Static Public Attributes

static $paramtypesmap
 
- Static Public Attributes inherited from SearchRecordBasic
static $paramtypesmap
 
- Static Public Attributes inherited from SearchRecord
static $paramtypesmap
 

Detailed Description

TimeSheetSearchBasic

Definition at line 8 of file TimeSheetSearchBasic.php.

Field Documentation

$approvalStatus

Definition at line 18 of file TimeSheetSearchBasic.php.

$customFieldList

Definition at line 108 of file TimeSheetSearchBasic.php.

$employee

Definition at line 28 of file TimeSheetSearchBasic.php.

$externalId

Definition at line 38 of file TimeSheetSearchBasic.php.

$externalIdString

Definition at line 48 of file TimeSheetSearchBasic.php.

$id

Definition at line 58 of file TimeSheetSearchBasic.php.

$internalId

Definition at line 68 of file TimeSheetSearchBasic.php.

$internalIdNumber

Definition at line 78 of file TimeSheetSearchBasic.php.

$paramtypesmap
static
Initial value:
= array(
"approvalStatus" => "SearchMultiSelectField",
"employee" => "SearchMultiSelectField",
"externalId" => "SearchMultiSelectField",
"externalIdString" => "SearchStringField",
"id" => "SearchLongField",
"internalId" => "SearchMultiSelectField",
"internalIdNumber" => "SearchLongField",
"timeSheetDate" => "SearchDateField",
"totalHours" => "SearchDoubleField",
"customFieldList" => "SearchCustomFieldList",
)

Definition at line 112 of file TimeSheetSearchBasic.php.

$timeSheetDate

Definition at line 88 of file TimeSheetSearchBasic.php.

$totalHours

Definition at line 98 of file TimeSheetSearchBasic.php.


The documentation for this class was generated from the following file: