Netsutie PHP Toolkit
TimeEntrySearchRowBasic.php
Go to the documentation of this file.
1 <?php
9 
19 
28  public $billingClass;
29 
39 
48  public $break;
49 
59 
68  public $class;
69 
79 
88  public $customer;
89 
98  public $date;
99 
108  public $dateCreated;
109 
118  public $department;
119 
129 
139 
148  public $employee;
149 
158  public $endTime;
159 
168  public $externalId;
169 
178  public $hours;
179 
188  public $internalId;
189 
198  public $isBillable;
199 
208  public $isExempt;
209 
219 
228  public $isUtilized;
229 
238  public $item;
239 
249 
258  public $location;
259 
269 
278  public $memo;
279 
289 
299 
308  public $payItem;
309 
318  public $payrollDate;
319 
328  public $rate;
329 
338  public $startTime;
339 
348  public $subsidiary;
349 
359 
368  public $timeSheet;
369 
378  public $type;
379 
389 
390 
391 
392  static $paramtypesmap = array(
393 
394  "approvalStatus" => "SearchColumnSelectField[]",
395 
396  "billingClass" => "SearchColumnSelectField[]",
397 
398  "billingStatus" => "SearchColumnStringField[]",
399 
400  "break" => "SearchColumnStringField[]",
401 
402  "caseTaskEvent" => "SearchColumnSelectField[]",
403 
404  "class" => "SearchColumnSelectField[]",
405 
406  "classNoHierarchy" => "SearchColumnSelectField[]",
407 
408  "customer" => "SearchColumnSelectField[]",
409 
410  "date" => "SearchColumnDateField[]",
411 
412  "dateCreated" => "SearchColumnDateField[]",
413 
414  "department" => "SearchColumnSelectField[]",
415 
416  "departmentNoHierarchy" => "SearchColumnSelectField[]",
417 
418  "durationDecimal" => "SearchColumnDoubleField[]",
419 
420  "employee" => "SearchColumnSelectField[]",
421 
422  "endTime" => "SearchColumnDateField[]",
423 
424  "externalId" => "SearchColumnStringField[]",
425 
426  "hours" => "SearchColumnStringField[]",
427 
428  "internalId" => "SearchColumnLongField[]",
429 
430  "isBillable" => "SearchColumnBooleanField[]",
431 
432  "isExempt" => "SearchColumnBooleanField[]",
433 
434  "isProductive" => "SearchColumnBooleanField[]",
435 
436  "isUtilized" => "SearchColumnBooleanField[]",
437 
438  "item" => "SearchColumnStringField[]",
439 
440  "lastModified" => "SearchColumnDateField[]",
441 
442  "location" => "SearchColumnSelectField[]",
443 
444  "locationNoHierarchy" => "SearchColumnSelectField[]",
445 
446  "memo" => "SearchColumnStringField[]",
447 
448  "nextApprover" => "SearchColumnSelectField[]",
449 
450  "paidExternally" => "SearchColumnBooleanField[]",
451 
452  "payItem" => "SearchColumnSelectField[]",
453 
454  "payrollDate" => "SearchColumnDateField[]",
455 
456  "rate" => "SearchColumnDoubleField[]",
457 
458  "startTime" => "SearchColumnDateField[]",
459 
460  "subsidiary" => "SearchColumnStringField[]",
461 
462  "subsidiaryNoHierarchy" => "SearchColumnStringField[]",
463 
464  "timeSheet" => "SearchColumnStringField[]",
465 
466  "type" => "SearchColumnEnumSelectField[]",
467 
468  "customFieldList" => "SearchColumnCustomFieldList",
469 
470  );
471 
472 }
$employee
$departmentNoHierarchy
$startTime
$type
$classNoHierarchy
$locationNoHierarchy
$timeSheet
$payItem
static $paramtypesmap
$date
$internalId
$payrollDate
$dateCreated
$paidExternally
$billingClass
$location
$break
$rate
$hours
$department
$isUtilized
$billingStatus
$endTime
$externalId
$customer
$nextApprover
$approvalStatus
$item
$subsidiaryNoHierarchy
$memo
$subsidiary
$customFieldList
$durationDecimal
$class
$isBillable
$caseTaskEvent
$lastModified
$isProductive
$isExempt