CRM-14885 - Import DAO's
authorTim Otten <totten@civicrm.org>
Wed, 27 Jul 2016 08:26:52 +0000 (01:26 -0700)
committerTim Otten <totten@civicrm.org>
Thu, 28 Jul 2016 00:20:16 +0000 (17:20 -0700)
commite501603bcc6d86d85326809a48ce758cacaaa793
tree36ffdc726a1f6bdbaa8e36be32badc831511cdb6
parentd18ee9748fe8ee012e799b26050f4e5e97e1a385
CRM-14885 - Import DAO's
153 files changed:
.gitignore
CRM/ACL/DAO/ACL.php [new file with mode: 0644]
CRM/ACL/DAO/Cache.php [new file with mode: 0644]
CRM/ACL/DAO/EntityRole.php [new file with mode: 0644]
CRM/Activity/DAO/Activity.php [new file with mode: 0644]
CRM/Activity/DAO/ActivityContact.php [new file with mode: 0644]
CRM/Batch/DAO/Batch.php [new file with mode: 0644]
CRM/Batch/DAO/EntityBatch.php [new file with mode: 0644]
CRM/Campaign/DAO/Campaign.php [new file with mode: 0644]
CRM/Campaign/DAO/CampaignGroup.php [new file with mode: 0644]
CRM/Campaign/DAO/Survey.php [new file with mode: 0644]
CRM/Case/DAO/Case.php [new file with mode: 0644]
CRM/Case/DAO/CaseActivity.php [new file with mode: 0644]
CRM/Case/DAO/CaseContact.php [new file with mode: 0644]
CRM/Case/DAO/CaseType.php [new file with mode: 0644]
CRM/Contact/DAO/ACLContactCache.php [new file with mode: 0644]
CRM/Contact/DAO/Contact.php [new file with mode: 0644]
CRM/Contact/DAO/ContactType.php [new file with mode: 0644]
CRM/Contact/DAO/DashboardContact.php [new file with mode: 0644]
CRM/Contact/DAO/Group.php [new file with mode: 0644]
CRM/Contact/DAO/GroupContact.php [new file with mode: 0644]
CRM/Contact/DAO/GroupContactCache.php [new file with mode: 0644]
CRM/Contact/DAO/GroupNesting.php [new file with mode: 0644]
CRM/Contact/DAO/GroupOrganization.php [new file with mode: 0644]
CRM/Contact/DAO/Relationship.php [new file with mode: 0644]
CRM/Contact/DAO/RelationshipType.php [new file with mode: 0644]
CRM/Contact/DAO/SavedSearch.php [new file with mode: 0644]
CRM/Contact/DAO/SubscriptionHistory.php [new file with mode: 0644]
CRM/Contribute/DAO/Contribution.php [new file with mode: 0644]
CRM/Contribute/DAO/ContributionPage.php [new file with mode: 0644]
CRM/Contribute/DAO/ContributionProduct.php [new file with mode: 0644]
CRM/Contribute/DAO/ContributionRecur.php [new file with mode: 0644]
CRM/Contribute/DAO/ContributionSoft.php [new file with mode: 0644]
CRM/Contribute/DAO/Premium.php [new file with mode: 0644]
CRM/Contribute/DAO/PremiumsProduct.php [new file with mode: 0644]
CRM/Contribute/DAO/Product.php [new file with mode: 0644]
CRM/Contribute/DAO/Widget.php [new file with mode: 0644]
CRM/Core/DAO/ActionLog.php [new file with mode: 0644]
CRM/Core/DAO/ActionMapping.php [new file with mode: 0644]
CRM/Core/DAO/ActionSchedule.php [new file with mode: 0644]
CRM/Core/DAO/Address.php [new file with mode: 0644]
CRM/Core/DAO/AddressFormat.php [new file with mode: 0644]
CRM/Core/DAO/Cache.php [new file with mode: 0644]
CRM/Core/DAO/Component.php [new file with mode: 0644]
CRM/Core/DAO/Country.php [new file with mode: 0644]
CRM/Core/DAO/County.php [new file with mode: 0644]
CRM/Core/DAO/CustomField.php [new file with mode: 0644]
CRM/Core/DAO/CustomGroup.php [new file with mode: 0644]
CRM/Core/DAO/Dashboard.php [new file with mode: 0644]
CRM/Core/DAO/Discount.php [new file with mode: 0644]
CRM/Core/DAO/Domain.php [new file with mode: 0644]
CRM/Core/DAO/Email.php [new file with mode: 0644]
CRM/Core/DAO/EntityFile.php [new file with mode: 0644]
CRM/Core/DAO/EntityTag.php [new file with mode: 0644]
CRM/Core/DAO/Extension.php [new file with mode: 0644]
CRM/Core/DAO/File.php [new file with mode: 0644]
CRM/Core/DAO/IM.php [new file with mode: 0644]
CRM/Core/DAO/Job.php [new file with mode: 0644]
CRM/Core/DAO/JobLog.php [new file with mode: 0644]
CRM/Core/DAO/LocBlock.php [new file with mode: 0644]
CRM/Core/DAO/LocationType.php [new file with mode: 0644]
CRM/Core/DAO/Log.php [new file with mode: 0644]
CRM/Core/DAO/MailSettings.php [new file with mode: 0644]
CRM/Core/DAO/Managed.php [new file with mode: 0644]
CRM/Core/DAO/Mapping.php [new file with mode: 0644]
CRM/Core/DAO/MappingField.php [new file with mode: 0644]
CRM/Core/DAO/Menu.php [new file with mode: 0644]
CRM/Core/DAO/MessageTemplate.php [new file with mode: 0644]
CRM/Core/DAO/Navigation.php [new file with mode: 0644]
CRM/Core/DAO/Note.php [new file with mode: 0644]
CRM/Core/DAO/OpenID.php [new file with mode: 0644]
CRM/Core/DAO/OptionGroup.php [new file with mode: 0644]
CRM/Core/DAO/OptionValue.php [new file with mode: 0644]
CRM/Core/DAO/Persistent.php [new file with mode: 0644]
CRM/Core/DAO/Phone.php [new file with mode: 0644]
CRM/Core/DAO/PreferencesDate.php [new file with mode: 0644]
CRM/Core/DAO/PrevNextCache.php [new file with mode: 0644]
CRM/Core/DAO/PrintLabel.php [new file with mode: 0644]
CRM/Core/DAO/RecurringEntity.php [new file with mode: 0644]
CRM/Core/DAO/Setting.php [new file with mode: 0644]
CRM/Core/DAO/StateProvince.php [new file with mode: 0644]
CRM/Core/DAO/StatusPreference.php [new file with mode: 0644]
CRM/Core/DAO/SystemLog.php [new file with mode: 0644]
CRM/Core/DAO/Tag.php [new file with mode: 0644]
CRM/Core/DAO/Timezone.php [new file with mode: 0644]
CRM/Core/DAO/UFField.php [new file with mode: 0644]
CRM/Core/DAO/UFGroup.php [new file with mode: 0644]
CRM/Core/DAO/UFJoin.php [new file with mode: 0644]
CRM/Core/DAO/UFMatch.php [new file with mode: 0644]
CRM/Core/DAO/Website.php [new file with mode: 0644]
CRM/Core/DAO/WordReplacement.php [new file with mode: 0644]
CRM/Core/DAO/Worldregion.php [new file with mode: 0644]
CRM/Cxn/DAO/Cxn.php [new file with mode: 0644]
CRM/Dedupe/DAO/Exception.php [new file with mode: 0644]
CRM/Dedupe/DAO/Rule.php [new file with mode: 0644]
CRM/Dedupe/DAO/RuleGroup.php [new file with mode: 0644]
CRM/Event/Cart/DAO/Cart.php [new file with mode: 0644]
CRM/Event/Cart/DAO/EventInCart.php [new file with mode: 0644]
CRM/Event/DAO/Event.php [new file with mode: 0644]
CRM/Event/DAO/Participant.php [new file with mode: 0644]
CRM/Event/DAO/ParticipantPayment.php [new file with mode: 0644]
CRM/Event/DAO/ParticipantStatusType.php [new file with mode: 0644]
CRM/Financial/DAO/Currency.php [new file with mode: 0644]
CRM/Financial/DAO/EntityFinancialAccount.php [new file with mode: 0644]
CRM/Financial/DAO/EntityFinancialTrxn.php [new file with mode: 0644]
CRM/Financial/DAO/FinancialAccount.php [new file with mode: 0644]
CRM/Financial/DAO/FinancialItem.php [new file with mode: 0644]
CRM/Financial/DAO/FinancialTrxn.php [new file with mode: 0644]
CRM/Financial/DAO/FinancialType.php [new file with mode: 0644]
CRM/Financial/DAO/PaymentProcessor.php [new file with mode: 0644]
CRM/Financial/DAO/PaymentProcessorType.php [new file with mode: 0644]
CRM/Financial/DAO/PaymentToken.php [new file with mode: 0644]
CRM/Friend/DAO/Friend.php [new file with mode: 0644]
CRM/Grant/DAO/Grant.php [new file with mode: 0644]
CRM/Mailing/DAO/BouncePattern.php [new file with mode: 0644]
CRM/Mailing/DAO/BounceType.php [new file with mode: 0644]
CRM/Mailing/DAO/Component.php [new file with mode: 0644]
CRM/Mailing/DAO/Mailing.php [new file with mode: 0644]
CRM/Mailing/DAO/MailingAB.php [new file with mode: 0644]
CRM/Mailing/DAO/MailingGroup.php [new file with mode: 0644]
CRM/Mailing/DAO/MailingJob.php [new file with mode: 0644]
CRM/Mailing/DAO/Recipients.php [new file with mode: 0644]
CRM/Mailing/DAO/Spool.php [new file with mode: 0644]
CRM/Mailing/DAO/TrackableURL.php [new file with mode: 0644]
CRM/Mailing/Event/DAO/Bounce.php [new file with mode: 0644]
CRM/Mailing/Event/DAO/Confirm.php [new file with mode: 0644]
CRM/Mailing/Event/DAO/Delivered.php [new file with mode: 0644]
CRM/Mailing/Event/DAO/Forward.php [new file with mode: 0644]
CRM/Mailing/Event/DAO/Opened.php [new file with mode: 0644]
CRM/Mailing/Event/DAO/Queue.php [new file with mode: 0644]
CRM/Mailing/Event/DAO/Reply.php [new file with mode: 0644]
CRM/Mailing/Event/DAO/Subscribe.php [new file with mode: 0644]
CRM/Mailing/Event/DAO/TrackableURLOpen.php [new file with mode: 0644]
CRM/Mailing/Event/DAO/Unsubscribe.php [new file with mode: 0644]
CRM/Member/DAO/Membership.php [new file with mode: 0644]
CRM/Member/DAO/MembershipBlock.php [new file with mode: 0644]
CRM/Member/DAO/MembershipLog.php [new file with mode: 0644]
CRM/Member/DAO/MembershipPayment.php [new file with mode: 0644]
CRM/Member/DAO/MembershipStatus.php [new file with mode: 0644]
CRM/Member/DAO/MembershipType.php [new file with mode: 0644]
CRM/PCP/DAO/PCP.php [new file with mode: 0644]
CRM/PCP/DAO/PCPBlock.php [new file with mode: 0644]
CRM/Pledge/DAO/Pledge.php [new file with mode: 0644]
CRM/Pledge/DAO/PledgeBlock.php [new file with mode: 0644]
CRM/Pledge/DAO/PledgePayment.php [new file with mode: 0644]
CRM/Price/DAO/LineItem.php [new file with mode: 0644]
CRM/Price/DAO/PriceField.php [new file with mode: 0644]
CRM/Price/DAO/PriceFieldValue.php [new file with mode: 0644]
CRM/Price/DAO/PriceSet.php [new file with mode: 0644]
CRM/Price/DAO/PriceSetEntity.php [new file with mode: 0644]
CRM/Queue/DAO/QueueItem.php [new file with mode: 0644]
CRM/Report/DAO/ReportInstance.php [new file with mode: 0644]
CRM/SMS/DAO/Provider.php [new file with mode: 0644]