示例#1
0
 public static function GetSoapObjectFromObject($objObject, $blnBindRelatedObjects)
 {
     if ($objObject->objSignupEntry) {
         $objObject->objSignupEntry = SignupEntry::GetSoapObjectFromObject($objObject->objSignupEntry, false);
     } else {
         if (!$blnBindRelatedObjects) {
             $objObject->intSignupEntryId = null;
         }
     }
     if ($objObject->objFormQuestion) {
         $objObject->objFormQuestion = FormQuestion::GetSoapObjectFromObject($objObject->objFormQuestion, false);
     } else {
         if (!$blnBindRelatedObjects) {
             $objObject->intFormQuestionId = null;
         }
     }
     if ($objObject->objAddress) {
         $objObject->objAddress = Address::GetSoapObjectFromObject($objObject->objAddress, false);
     } else {
         if (!$blnBindRelatedObjects) {
             $objObject->intAddressId = null;
         }
     }
     if ($objObject->objPhone) {
         $objObject->objPhone = Phone::GetSoapObjectFromObject($objObject->objPhone, false);
     } else {
         if (!$blnBindRelatedObjects) {
             $objObject->intPhoneId = null;
         }
     }
     if ($objObject->objEmail) {
         $objObject->objEmail = Email::GetSoapObjectFromObject($objObject->objEmail, false);
     } else {
         if (!$blnBindRelatedObjects) {
             $objObject->intEmailId = null;
         }
     }
     if ($objObject->dttDateValue) {
         $objObject->dttDateValue = $objObject->dttDateValue->__toString(QDateTime::FormatSoap);
     }
     return $objObject;
 }
示例#2
0
 public static function GetSoapObjectFromObject($objObject, $blnBindRelatedObjects)
 {
     if ($objObject->objTransaction) {
         $objObject->objTransaction = Transaction::GetSoapObjectFromObject($objObject->objTransaction, false);
     } else {
         if (!$blnBindRelatedObjects) {
             $objObject->intTransactionId = null;
         }
     }
     if ($objObject->objFromCompany) {
         $objObject->objFromCompany = Company::GetSoapObjectFromObject($objObject->objFromCompany, false);
     } else {
         if (!$blnBindRelatedObjects) {
             $objObject->intFromCompanyId = null;
         }
     }
     if ($objObject->objFromContact) {
         $objObject->objFromContact = Contact::GetSoapObjectFromObject($objObject->objFromContact, false);
     } else {
         if (!$blnBindRelatedObjects) {
             $objObject->intFromContactId = null;
         }
     }
     if ($objObject->objFromAddress) {
         $objObject->objFromAddress = Address::GetSoapObjectFromObject($objObject->objFromAddress, false);
     } else {
         if (!$blnBindRelatedObjects) {
             $objObject->intFromAddressId = null;
         }
     }
     if ($objObject->objToCompany) {
         $objObject->objToCompany = Company::GetSoapObjectFromObject($objObject->objToCompany, false);
     } else {
         if (!$blnBindRelatedObjects) {
             $objObject->intToCompanyId = null;
         }
     }
     if ($objObject->objToContact) {
         $objObject->objToContact = Contact::GetSoapObjectFromObject($objObject->objToContact, false);
     } else {
         if (!$blnBindRelatedObjects) {
             $objObject->intToContactId = null;
         }
     }
     if ($objObject->objToAddress) {
         $objObject->objToAddress = Address::GetSoapObjectFromObject($objObject->objToAddress, false);
     } else {
         if (!$blnBindRelatedObjects) {
             $objObject->intToAddressId = null;
         }
     }
     if ($objObject->objCourier) {
         $objObject->objCourier = Courier::GetSoapObjectFromObject($objObject->objCourier, false);
     } else {
         if (!$blnBindRelatedObjects) {
             $objObject->intCourierId = null;
         }
     }
     if ($objObject->dttShipDate) {
         $objObject->dttShipDate = $objObject->dttShipDate->__toString(QDateTime::FormatSoap);
     }
     if ($objObject->objCreatedByObject) {
         $objObject->objCreatedByObject = UserAccount::GetSoapObjectFromObject($objObject->objCreatedByObject, false);
     } else {
         if (!$blnBindRelatedObjects) {
             $objObject->intCreatedBy = null;
         }
     }
     if ($objObject->dttCreationDate) {
         $objObject->dttCreationDate = $objObject->dttCreationDate->__toString(QDateTime::FormatSoap);
     }
     if ($objObject->objModifiedByObject) {
         $objObject->objModifiedByObject = UserAccount::GetSoapObjectFromObject($objObject->objModifiedByObject, false);
     } else {
         if (!$blnBindRelatedObjects) {
             $objObject->intModifiedBy = null;
         }
     }
     return $objObject;
 }
示例#3
0
 public static function GetSoapObjectFromObject($objObject, $blnBindRelatedObjects)
 {
     if ($objObject->objAddress) {
         $objObject->objAddress = Address::GetSoapObjectFromObject($objObject->objAddress, false);
     } else {
         if (!$blnBindRelatedObjects) {
             $objObject->intAddressId = null;
         }
     }
     if ($objObject->objCreatedByObject) {
         $objObject->objCreatedByObject = UserAccount::GetSoapObjectFromObject($objObject->objCreatedByObject, false);
     } else {
         if (!$blnBindRelatedObjects) {
             $objObject->intCreatedBy = null;
         }
     }
     if ($objObject->dttCreationDate) {
         $objObject->dttCreationDate = $objObject->dttCreationDate->__toString(QDateTime::FormatSoap);
     }
     if ($objObject->objModifiedByObject) {
         $objObject->objModifiedByObject = UserAccount::GetSoapObjectFromObject($objObject->objModifiedByObject, false);
     } else {
         if (!$blnBindRelatedObjects) {
             $objObject->intModifiedBy = null;
         }
     }
     return $objObject;
 }
示例#4
0
 public static function GetSoapArrayFromArray($objArray)
 {
     if (!$objArray) {
         return null;
     }
     $objArrayToReturn = array();
     foreach ($objArray as $objObject) {
         array_push($objArrayToReturn, Address::GetSoapObjectFromObject($objObject, true));
     }
     return unserialize(serialize($objArrayToReturn));
 }
示例#5
0
 public static function GetSoapObjectFromObject($objObject, $blnBindRelatedObjects)
 {
     if ($objObject->dttDateOfBirth) {
         $objObject->dttDateOfBirth = $objObject->dttDateOfBirth->__toString(QDateTime::FormatSoap);
     }
     if ($objObject->dttDateDeceased) {
         $objObject->dttDateDeceased = $objObject->dttDateDeceased->__toString(QDateTime::FormatSoap);
     }
     if ($objObject->objCurrentHeadShot) {
         $objObject->objCurrentHeadShot = HeadShot::GetSoapObjectFromObject($objObject->objCurrentHeadShot, false);
     } else {
         if (!$blnBindRelatedObjects) {
             $objObject->intCurrentHeadShotId = null;
         }
     }
     if ($objObject->objMailingAddress) {
         $objObject->objMailingAddress = Address::GetSoapObjectFromObject($objObject->objMailingAddress, false);
     } else {
         if (!$blnBindRelatedObjects) {
             $objObject->intMailingAddressId = null;
         }
     }
     if ($objObject->objStewardshipAddress) {
         $objObject->objStewardshipAddress = Address::GetSoapObjectFromObject($objObject->objStewardshipAddress, false);
     } else {
         if (!$blnBindRelatedObjects) {
             $objObject->intStewardshipAddressId = null;
         }
     }
     if ($objObject->objPrimaryPhone) {
         $objObject->objPrimaryPhone = Phone::GetSoapObjectFromObject($objObject->objPrimaryPhone, false);
     } else {
         if (!$blnBindRelatedObjects) {
             $objObject->intPrimaryPhoneId = null;
         }
     }
     if ($objObject->objPrimaryEmail) {
         $objObject->objPrimaryEmail = Email::GetSoapObjectFromObject($objObject->objPrimaryEmail, false);
     } else {
         if (!$blnBindRelatedObjects) {
             $objObject->intPrimaryEmailId = null;
         }
     }
     if ($objObject->objCoPrimaryObject) {
         $objObject->objCoPrimaryObject = Person::GetSoapObjectFromObject($objObject->objCoPrimaryObject, false);
     } else {
         if (!$blnBindRelatedObjects) {
             $objObject->intCoPrimary = null;
         }
     }
     return $objObject;
 }
示例#6
0
 public static function GetSoapObjectFromObject($objObject, $blnBindRelatedObjects)
 {
     if ($objObject->objAddress) {
         $objObject->objAddress = Address::GetSoapObjectFromObject($objObject->objAddress, false);
     } else {
         if (!$blnBindRelatedObjects) {
             $objObject->intAddressId = null;
         }
     }
     if ($objObject->objPerson) {
         $objObject->objPerson = Person::GetSoapObjectFromObject($objObject->objPerson, false);
     } else {
         if (!$blnBindRelatedObjects) {
             $objObject->intPersonId = null;
         }
     }
     if ($objObject->objMobileProvider) {
         $objObject->objMobileProvider = MobileProvider::GetSoapObjectFromObject($objObject->objMobileProvider, false);
     } else {
         if (!$blnBindRelatedObjects) {
             $objObject->intMobileProviderId = null;
         }
     }
     return $objObject;
 }
 public static function GetSoapObjectFromObject($objObject, $blnBindRelatedObjects)
 {
     if ($objObject->objAddress) {
         $objObject->objAddress = Address::GetSoapObjectFromObject($objObject->objAddress, false);
     } else {
         if (!$blnBindRelatedObjects) {
             $objObject->intAddressId = null;
         }
     }
     return $objObject;
 }