/**
  * Get only the fields that are common across all records in the search criteria. Used for Mass Editing of records.
  * @param array $data filter data
  * @return array
  */
 function getCommonBreakPolicyData($data)
 {
     return Misc::arrayIntersectByRow($this->stripReturnHandler($this->getBreakPolicy($data, TRUE)));
 }
 /**
  * Get only the fields that are common across all records in the search criteria. Used for Mass Editing of records.
  * @param array $data filter data
  * @return array
  */
 function getCommonMessageControlData($data)
 {
     return Misc::arrayIntersectByRow($this->stripReturnHandler($this->getMessageControl($data, TRUE)));
 }
 /**
  * Get only the fields that are common across all records in the search criteria. Used for Mass Editing of records.
  * @param array $data filter data
  * @return array
  */
 function getCommonDepartmentData($data)
 {
     return Misc::arrayIntersectByRow($this->stripReturnHandler($this->getDepartment($data, TRUE)));
 }
 /**
  * Get only the fields that are common across all records in the search criteria. Used for Mass Editing of records.
  * @param array $data filter data
  * @return array
  */
 function getCommonOtherFieldData($data)
 {
     return Misc::arrayIntersectByRow($this->stripReturnHandler($this->getOtherField($data, TRUE)));
 }
 /**
  * Get only the fields that are common across all records in the search criteria. Used for Mass Editing of records.
  * @param array $data filter data
  * @return array
  */
 function getCommonRecurringScheduleTemplateControlData($data)
 {
     return Misc::arrayIntersectByRow($this->stripReturnHandler($this->getRecurringScheduleTemplateControl($data, TRUE)));
 }
 /**
  * Get only the fields that are common across all records in the search criteria. Used for Mass Editing of records.
  * @param array $data filter data
  * @return array
  */
 function getCommonAuthorizationData($data)
 {
     return Misc::arrayIntersectByRow($this->stripReturnHandler($this->getAuthorization($data, TRUE)));
 }
 /**
  * Get only the fields that are common across all records in the search criteria. Used for Mass Editing of records.
  * @param array $data filter data
  * @return array
  */
 function getCommonQualificationGroupData($data)
 {
     return Misc::arrayIntersectByRow($this->stripReturnHandler($this->getQualificationGroup($data, TRUE)));
 }
 /**
  * Get only the fields that are common across all records in the search criteria. Used for Mass Editing of records.
  * @param array $data filter data
  * @return array
  */
 function getCommonPolicyGroupData($data)
 {
     return Misc::arrayIntersectByRow($this->stripReturnHandler($this->getPolicyGroup($data, TRUE)));
 }
 /**
  * Get only the fields that are common across all records in the search criteria. Used for Mass Editing of records.
  * @param array $data filter data
  * @return array
  */
 function getCommonHierarchyLevelData($data)
 {
     return Misc::arrayIntersectByRow($this->stripReturnHandler($this->getHierarchyLevel($data, TRUE)));
 }
 /**
  * Get only the fields that are common across all records in the search criteria. Used for Mass Editing of records.
  * @param array $data filter data
  * @return array
  */
 function getCommonPayPeriodTimeSheetVerifyData($data)
 {
     return Misc::arrayIntersectByRow($this->stripReturnHandler($this->getPayPeriodTimeSheetVerify($data, TRUE)));
 }
 /**
  * Get only the fields that are common across all records in the search criteria. Used for Mass Editing of records.
  * @param array $data filter data
  * @return array
  */
 function getCommonReportScheduleData($data)
 {
     return Misc::arrayIntersectByRow($this->stripReturnHandler($this->getReportSchedule($data, TRUE)));
 }
 /**
  * Get only the fields that are common across all records in the search criteria. Used for Mass Editing of records.
  * @param array $data filter data
  * @return array
  */
 function getCommonCompanyGenericTagData($data)
 {
     return Misc::arrayIntersectByRow($this->stripReturnHandler($this->getCompanyGenericTag($data, TRUE)));
 }
 /**
  * Get only the fields that are common across all records in the search criteria. Used for Mass Editing of records.
  * @param array $data filter data
  * @return array
  */
 function getCommonExceptionPolicyControlData($data)
 {
     return Misc::arrayIntersectByRow($this->stripReturnHandler($this->getExceptionPolicyControl($data, TRUE)));
 }
 /**
  * Get only the fields that are common across all records in the search criteria. Used for Mass Editing of records.
  * @param array $data filter data
  * @return array
  */
 function getCommonAccrualPolicyMilestoneData($data)
 {
     return Misc::arrayIntersectByRow($this->stripReturnHandler($this->getAccrualPolicyMilestone($data, TRUE)));
 }
 /**
  * Get only the fields that are common across all records in the search criteria. Used for Mass Editing of records.
  * @param array $data filter data
  * @return array
  */
 function getCommonRecurringPayStubAmendmentData($data)
 {
     return Misc::arrayIntersectByRow($this->stripReturnHandler($this->getRecurringPayStubAmendment($data, TRUE)));
 }
 /**
  * Get only the fields that are common across all records in the search criteria. Used for Mass Editing of records.
  * @param array $data filter data
  * @return array
  */
 function getCommonPayStubEntryAccountData($data)
 {
     return Misc::arrayIntersectByRow($this->stripReturnHandler($this->getPayStubEntryAccount($data, TRUE)));
 }
Beispiel #17
0
 /**
  * Get only the fields that are common across all records in the search criteria. Used for Mass Editing of records.
  * @param array $data filter data
  * @return array
  */
 function getCommonUserData($data)
 {
     return Misc::arrayIntersectByRow($this->stripReturnHandler($this->getUser($data, TRUE)));
 }
 /**
  * Get only the fields that are common across all records in the search criteria. Used for Mass Editing of records.
  * @param array $data filter data
  * @return array
  */
 function getCommonRecurringHolidayData($data)
 {
     return Misc::arrayIntersectByRow($this->stripReturnHandler($this->getRecurringHoliday($data, TRUE)));
 }