CRM-14241, adding entities generated from xml files
authorkurund <kurund@civicrm.org>
Fri, 21 Feb 2014 10:56:43 +0000 (16:26 +0530)
committerkurund <kurund@civicrm.org>
Fri, 21 Feb 2014 10:56:43 +0000 (16:26 +0530)
commit4be58f91e3bdc14825baa81c5712eadd80db80db
tree572ff211cd64a1d50902779661a12fdcb500cbcc
parent48d87ef1deca795ec453ffb0690976a27d30552c
CRM-14241, adding entities generated from xml files

----------------------------------------
* CRM-14241: setup new repo for doctrine integration work
  http://issues.civicrm.org/jira/browse/CRM-14241
148 files changed:
Civi/ACL/ACL.php [new file with mode: 0644]
Civi/ACL/Cache.php [new file with mode: 0644]
Civi/ACL/EntityRole.php [new file with mode: 0644]
Civi/Activity/Activity.php [new file with mode: 0644]
Civi/Activity/ActivityContact.php [new file with mode: 0644]
Civi/Batch/Batch.php [new file with mode: 0644]
Civi/Batch/EntityBatch.php [new file with mode: 0644]
Civi/CCase/CCase.php [new file with mode: 0644]
Civi/CCase/CaseActivity.php [new file with mode: 0644]
Civi/CCase/CaseContact.php [new file with mode: 0644]
Civi/Campaign/Campaign.php [new file with mode: 0644]
Civi/Campaign/CampaignGroup.php [new file with mode: 0644]
Civi/Campaign/Survey.php [new file with mode: 0644]
Civi/Case/Case.php [new file with mode: 0644]
Civi/Case/CaseActivity.php [new file with mode: 0644]
Civi/Case/CaseContact.php [new file with mode: 0644]
Civi/Contact/ACLContactCache.php [new file with mode: 0644]
Civi/Contact/Contact.php [new file with mode: 0644]
Civi/Contact/ContactType.php [new file with mode: 0644]
Civi/Contact/DashboardContact.php [new file with mode: 0644]
Civi/Contact/Group.php [new file with mode: 0644]
Civi/Contact/GroupContact.php [new file with mode: 0644]
Civi/Contact/GroupContactCache.php [new file with mode: 0644]
Civi/Contact/GroupNesting.php [new file with mode: 0644]
Civi/Contact/GroupOrganization.php [new file with mode: 0644]
Civi/Contact/Relationship.php [new file with mode: 0644]
Civi/Contact/RelationshipType.php [new file with mode: 0644]
Civi/Contact/SavedSearch.php [new file with mode: 0644]
Civi/Contact/SubscriptionHistory.php [new file with mode: 0644]
Civi/Contribute/Contribution.php [new file with mode: 0644]
Civi/Contribute/ContributionPage.php [new file with mode: 0644]
Civi/Contribute/ContributionProduct.php [new file with mode: 0644]
Civi/Contribute/ContributionRecur.php [new file with mode: 0644]
Civi/Contribute/ContributionSoft.php [new file with mode: 0644]
Civi/Contribute/Premium.php [new file with mode: 0644]
Civi/Contribute/PremiumsProduct.php [new file with mode: 0644]
Civi/Contribute/Product.php [new file with mode: 0644]
Civi/Contribute/Widget.php [new file with mode: 0644]
Civi/Core/ActionLog.php [new file with mode: 0644]
Civi/Core/ActionMapping.php [new file with mode: 0644]
Civi/Core/ActionSchedule.php [new file with mode: 0644]
Civi/Core/Address.php [new file with mode: 0644]
Civi/Core/AddressFormat.php [new file with mode: 0644]
Civi/Core/Cache.php [new file with mode: 0644]
Civi/Core/Component.php [new file with mode: 0644]
Civi/Core/Country.php [new file with mode: 0644]
Civi/Core/County.php [new file with mode: 0644]
Civi/Core/CustomField.php [new file with mode: 0644]
Civi/Core/CustomGroup.php [new file with mode: 0644]
Civi/Core/Dashboard.php [new file with mode: 0644]
Civi/Core/Discount.php [new file with mode: 0644]
Civi/Core/Domain.php [new file with mode: 0644]
Civi/Core/Email.php [new file with mode: 0644]
Civi/Core/EntityFile.php [new file with mode: 0644]
Civi/Core/EntityTag.php [new file with mode: 0644]
Civi/Core/Extension.php [new file with mode: 0644]
Civi/Core/File.php [new file with mode: 0644]
Civi/Core/IM.php [new file with mode: 0644]
Civi/Core/Job.php [new file with mode: 0644]
Civi/Core/JobLog.php [new file with mode: 0644]
Civi/Core/LocBlock.php [new file with mode: 0644]
Civi/Core/LocationType.php [new file with mode: 0644]
Civi/Core/Log.php [new file with mode: 0644]
Civi/Core/MailSettings.php [new file with mode: 0644]
Civi/Core/Managed.php [new file with mode: 0644]
Civi/Core/Mapping.php [new file with mode: 0644]
Civi/Core/MappingField.php [new file with mode: 0644]
Civi/Core/Menu.php [new file with mode: 0644]
Civi/Core/MessageTemplate.php [new file with mode: 0644]
Civi/Core/Navigation.php [new file with mode: 0644]
Civi/Core/Note.php [new file with mode: 0644]
Civi/Core/OpenID.php [new file with mode: 0644]
Civi/Core/OptionGroup.php [new file with mode: 0644]
Civi/Core/OptionValue.php [new file with mode: 0644]
Civi/Core/Persistent.php [new file with mode: 0644]
Civi/Core/Phone.php [new file with mode: 0644]
Civi/Core/PreferencesDate.php [new file with mode: 0644]
Civi/Core/PrevNextCache.php [new file with mode: 0644]
Civi/Core/PrintLabel.php [new file with mode: 0644]
Civi/Core/Setting.php [new file with mode: 0644]
Civi/Core/StateProvince.php [new file with mode: 0644]
Civi/Core/Tag.php [new file with mode: 0644]
Civi/Core/Timezone.php [new file with mode: 0644]
Civi/Core/UFField.php [new file with mode: 0644]
Civi/Core/UFGroup.php [new file with mode: 0644]
Civi/Core/UFJoin.php [new file with mode: 0644]
Civi/Core/UFMatch.php [new file with mode: 0644]
Civi/Core/Website.php [new file with mode: 0644]
Civi/Core/WordReplacement.php [new file with mode: 0644]
Civi/Core/Worldregion.php [new file with mode: 0644]
Civi/Dedupe/Exception.php [new file with mode: 0644]
Civi/Dedupe/Rule.php [new file with mode: 0644]
Civi/Dedupe/RuleGroup.php [new file with mode: 0644]
Civi/Event/Cart/Cart.php [new file with mode: 0644]
Civi/Event/Cart/EventInCart.php [new file with mode: 0644]
Civi/Event/Event.php [new file with mode: 0644]
Civi/Event/Participant.php [new file with mode: 0644]
Civi/Event/ParticipantPayment.php [new file with mode: 0644]
Civi/Event/ParticipantStatusType.php [new file with mode: 0644]
Civi/Financial/Currency.php [new file with mode: 0644]
Civi/Financial/EntityFinancialAccount.php [new file with mode: 0644]
Civi/Financial/EntityFinancialTrxn.php [new file with mode: 0644]
Civi/Financial/FinancialAccount.php [new file with mode: 0644]
Civi/Financial/FinancialItem.php [new file with mode: 0644]
Civi/Financial/FinancialTrxn.php [new file with mode: 0644]
Civi/Financial/FinancialType.php [new file with mode: 0644]
Civi/Financial/PaymentProcessor.php [new file with mode: 0644]
Civi/Financial/PaymentProcessorType.php [new file with mode: 0644]
Civi/Friend/Friend.php [new file with mode: 0644]
Civi/Grant/Grant.php [new file with mode: 0644]
Civi/Mailing/BouncePattern.php [new file with mode: 0644]
Civi/Mailing/BounceType.php [new file with mode: 0644]
Civi/Mailing/Component.php [new file with mode: 0644]
Civi/Mailing/Event/Bounce.php [new file with mode: 0644]
Civi/Mailing/Event/Confirm.php [new file with mode: 0644]
Civi/Mailing/Event/Delivered.php [new file with mode: 0644]
Civi/Mailing/Event/Forward.php [new file with mode: 0644]
Civi/Mailing/Event/Opened.php [new file with mode: 0644]
Civi/Mailing/Event/Queue.php [new file with mode: 0644]
Civi/Mailing/Event/Reply.php [new file with mode: 0644]
Civi/Mailing/Event/Subscribe.php [new file with mode: 0644]
Civi/Mailing/Event/TrackableURLOpen.php [new file with mode: 0644]
Civi/Mailing/Event/Unsubscribe.php [new file with mode: 0644]
Civi/Mailing/Mailing.php [new file with mode: 0644]
Civi/Mailing/MailingGroup.php [new file with mode: 0644]
Civi/Mailing/MailingJob.php [new file with mode: 0644]
Civi/Mailing/Recipients.php [new file with mode: 0644]
Civi/Mailing/Spool.php [new file with mode: 0644]
Civi/Mailing/TrackableURL.php [new file with mode: 0644]
Civi/Member/Membership.php [new file with mode: 0644]
Civi/Member/MembershipBlock.php [new file with mode: 0644]
Civi/Member/MembershipLog.php [new file with mode: 0644]
Civi/Member/MembershipPayment.php [new file with mode: 0644]
Civi/Member/MembershipStatus.php [new file with mode: 0644]
Civi/Member/MembershipType.php [new file with mode: 0644]
Civi/PCP/PCP.php [new file with mode: 0644]
Civi/PCP/PCPBlock.php [new file with mode: 0644]
Civi/Pledge/Pledge.php [new file with mode: 0644]
Civi/Pledge/PledgeBlock.php [new file with mode: 0644]
Civi/Pledge/PledgePayment.php [new file with mode: 0644]
Civi/Price/LineItem.php [new file with mode: 0644]
Civi/Price/PriceField.php [new file with mode: 0644]
Civi/Price/PriceFieldValue.php [new file with mode: 0644]
Civi/Price/PriceSet.php [new file with mode: 0644]
Civi/Price/PriceSetEntity.php [new file with mode: 0644]
Civi/Queue/QueueItem.php [new file with mode: 0644]
Civi/Report/ReportInstance.php [new file with mode: 0644]
Civi/SMS/Provider.php [new file with mode: 0644]