Netsutie PHP Toolkit
ResourceAllocationSearch.php
Go to the documentation of this file.
1 <?php
9 
18  public $basic;
19 
28  public $customerJoin;
29 
38  public $employeeJoin;
39 
48  public $jobJoin;
49 
59 
68  public $resourceJoin;
69 
78  public $userJoin;
79 
88  public $vendorJoin;
89 
99 
100 
101 
102  static $paramtypesmap = array(
103 
104  "basic" => "ResourceAllocationSearchBasic",
105 
106  "customerJoin" => "CustomerSearchBasic",
107 
108  "employeeJoin" => "EmployeeSearchBasic",
109 
110  "jobJoin" => "JobSearchBasic",
111 
112  "requestedByJoin" => "EntitySearchBasic",
113 
114  "resourceJoin" => "EntitySearchBasic",
115 
116  "userJoin" => "EmployeeSearchBasic",
117 
118  "vendorJoin" => "VendorSearchBasic",
119 
120  "customSearchJoin" => "CustomSearchJoin[]",
121 
122  );
123 
124 }