Author: nmalin
Date: Fri Jul 22 14:10:14 2016
New Revision: 1753795
URL: http://svn.apache.org/viewvc?rev=1753795&view=rev
Log:
Create demo PartyStatus data for existing parties for special purpose
component, thanks to Suraj Khurana for the submission through OFBIZ-7672
Modified:
ofbiz/trunk/specialpurpose/ebaystore/data/DemoEbayStoreData.xml
ofbiz/trunk/specialpurpose/ecommerce/data/DemoOrderPeopleData.xml
ofbiz/trunk/specialpurpose/projectmgr/data/ProjectMgrDemoData.xml
ofbiz/trunk/specialpurpose/scrum/data/scrumDemoData.xml
Modified: ofbiz/trunk/specialpurpose/ebaystore/data/DemoEbayStoreData.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ebaystore/data/DemoEbayStoreData.xml?rev=1753795&r1=1753794&r2=1753795&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ebaystore/data/DemoEbayStoreData.xml (original)
+++ ofbiz/trunk/specialpurpose/ebaystore/data/DemoEbayStoreData.xml Fri Jul 22
14:10:14 2016
@@ -22,11 +22,12 @@
<!-- ===================== -->
<!-- Ebay Store Demo1 Data -->
<!-- ===================== -->
- <Party partyId="DemoEbayAccount1" partyTypeId="PERSON"/>
+ <Party partyId="DemoEbayAccount1" partyTypeId="PERSON"
statusId="PARTY_ENABLED"/>
<Person partyId="DemoEbayAccount1" firstName="Demo1 ebay account"
lastName="AU"/>
<PartyRole partyId="DemoEbayAccount1" roleTypeId="EBAY_ACCOUNT"/>
<PartyRole partyId="DemoEbayAccount1" roleTypeId="VENDOR"/>
<PartyRole partyId="DemoEbayAccount1" roleTypeId="OWNER"/>
+ <PartyStatus partyId="DemoEbayAccount1" statusId="PARTY_ENABLED"
statusDate="2001-01-01 12:00:00.0"/>
<UserLogin userLoginId="testuser_ofbiz1" partyId="DemoEbayAccount1"
currentPassword="{SHA}bbf272ce445e1c48d94096afdba6a7888c1df1fe"/>
<ProductStore productStoreId="90101" storeName="OFBiz Ebay Store1-AU"
companyName="Apache Ofbiz" title="Test OFBiz store1"
subtitle="Part of the Apache OFBiz Family of Open Source Software"
payToPartyId="DemoEbayAccount1" daysToCancelNonPay="30" prorateShipping="Y"
prorateTaxes="Y"
@@ -102,11 +103,12 @@
<!-- ===================== -->
<!-- Ebay Store Demo2 Data -->
<!-- ===================== -->
- <Party partyId="DemoEbayAccount2" partyTypeId="PERSON"/>
+ <Party partyId="DemoEbayAccount2" partyTypeId="PERSON"
statusId="PARTY_ENABLED"/>
<Person partyId="DemoEbayAccount2" firstName="Demo2 ebay account"
lastName="AU"/>
<PartyRole partyId="DemoEbayAccount2" roleTypeId="EBAY_ACCOUNT"/>
<PartyRole partyId="DemoEbayAccount2" roleTypeId="VENDOR"/>
<PartyRole partyId="DemoEbayAccount2" roleTypeId="OWNER"/>
+ <PartyStatus partyId="DemoEbayAccount2" statusId="PARTY_ENABLED"
statusDate="2001-01-01 12:00:00.0"/>
<UserLogin userLoginId="testuser_ofbiz2" partyId="DemoEbayAccount2"
currentPassword="{SHA}bbf272ce445e1c48d94096afdba6a7888c1df1fe"/>
<ProductStore productStoreId="90102" storeName="OFBiz Ebay Store2-AU"
companyName="Apache Ofbiz" title="Test OFBiz store2"
subtitle="Part of the Apache OFBiz Family of Open Source Software"
payToPartyId="DemoEbayAccount2" daysToCancelNonPay="30" prorateShipping="Y"
prorateTaxes="Y"
Modified: ofbiz/trunk/specialpurpose/ecommerce/data/DemoOrderPeopleData.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/data/DemoOrderPeopleData.xml?rev=1753795&r1=1753794&r2=1753795&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ecommerce/data/DemoOrderPeopleData.xml (original)
+++ ofbiz/trunk/specialpurpose/ecommerce/data/DemoOrderPeopleData.xml Fri Jul
22 14:10:14 2016
@@ -20,23 +20,26 @@ under the License.
<entity-engine-xml>
<!-- this person can view any order but only place purchase orders -->
- <Party partyId="DemoBuyer" partyTypeId="PERSON"/>
+ <Party partyId="DemoBuyer" partyTypeId="PERSON" statusId="PARTY_ENABLED"/>
<Person partyId="DemoBuyer" firstName="Demo" lastName="Buyer"/>
<PartyRole partyId="DemoBuyer" roleTypeId="BUYER"/>
+ <PartyStatus partyId="DemoBuyer" statusId="PARTY_ENABLED"
statusDate="2001-01-01 12:00:00.0"/>
<UserLogin partyId="DemoBuyer" userLoginId="DemoBuyer"/>
<UserLoginSecurityGroup userLoginId="DemoBuyer" groupId="ORDERPURCH"
fromDate="2001-05-13 00:00:00"/>
<!-- this person can create sales orders for any store -->
- <Party partyId="DemoRepAll" partyTypeId="PERSON"/>
+ <Party partyId="DemoRepAll" partyTypeId="PERSON" statusId="PARTY_ENABLED"/>
<Person partyId="DemoRepAll" firstName="Demo" lastName="Sales Rep for All
Stores"/>
<PartyRole partyId="DemoRepAll" roleTypeId="SALES_REP"/>
+ <PartyStatus partyId="DemoRepAll" statusId="PARTY_ENABLED"
statusDate="2001-01-01 12:00:00.0"/>
<UserLogin partyId="DemoRepAll" userLoginId="DemoRepAll"/>
<UserLoginSecurityGroup userLoginId="DemoRepAll" groupId="ORDERENTRY_ALL"
fromDate="2001-05-13 00:00:00"/>
<!-- this person can only create sales orders for stores for which he is a
sales rep -->
- <Party partyId="DemoRepStore" partyTypeId="PERSON"/>
+ <Party partyId="DemoRepStore" partyTypeId="PERSON"
statusId="PARTY_ENABLED"/>
<Person partyId="DemoRepStore" firstName="Demo" lastName="Sales Rep for
Specified Stores Only"/>
<PartyRole partyId="DemoRepStore" roleTypeId="SALES_REP"/>
+ <PartyStatus partyId="DemoRepStore" statusId="PARTY_ENABLED"
statusDate="2001-01-01 12:00:00.0"/>
<UserLogin partyId="DemoRepStore" userLoginId="DemoRepStore"/>
<UserLoginSecurityGroup userLoginId="DemoRepStore" groupId="ORDERENTRY"
fromDate="2001-05-13 00:00:00"/>
<ProductStoreRole partyId="DemoRepStore" roleTypeId="SALES_REP"
productStoreId="9000" fromDate="2001-05-13 12:00:00.0"/>
@@ -53,12 +56,13 @@ under the License.
<!-- Some Demo Customers -->
<!-- DemoCustCompany -->
- <Party partyId="DemoCustCompany" partyTypeId="PARTY_GROUP"/>
+ <Party partyId="DemoCustCompany" partyTypeId="PARTY_GROUP"
statusId="PARTY_ENABLED"/>
<PartyGroup partyId="DemoCustCompany" groupName="Demo Customer Company"/>
<UserLogin partyId="DemoCustCompany" userLoginId="DemoCustCompany"/>
<PartyRole partyId="DemoCustCompany" roleTypeId="CUSTOMER"/>
<PartyRole partyId="DemoCustCompany" roleTypeId="BILL_TO_CUSTOMER"/>
<PartyRole partyId="DemoCustCompany" roleTypeId="_NA_"/>
+ <PartyStatus partyId="DemoCustCompany" statusId="PARTY_ENABLED"
statusDate="2001-01-01 12:00:00.0"/>
<ContactMech contactMechId="9010" contactMechTypeId="POSTAL_ADDRESS"/>
<PostalAddress contactMechId="9010" toName="Demo Customer Company"
address1="2004 Factory Blvd" city="Orem" stateProvinceGeoId="UT"
postalCode="84057" countryGeoId="USA" geoPointId="9000"/>
@@ -89,12 +93,13 @@ under the License.
<PartyTaxAuthInfo partyId="DemoCustCompany" taxAuthGeoId="CA"
taxAuthPartyId="CA_BOE" fromDate="2001-05-13 00:00:00.000"
partyTaxId="98-7654321" isExempt="N"/>
<!-- DemoCustAgent -->
- <Party partyId="DemoCustAgent" partyTypeId="PERSON"/>
+ <Party partyId="DemoCustAgent" partyTypeId="PERSON"
statusId="PARTY_ENABLED"/>
<Person partyId="DemoCustAgent" firstName="Demo" lastName="Agent"/>
<UserLogin partyId="DemoCustAgent" userLoginId="DemoCustAgent"/>
<PartyRole partyId="DemoCustAgent" roleTypeId="CUSTOMER"/>
<PartyRole partyId="DemoCustAgent" roleTypeId="AGENT"/>
<PartyRole partyId="DemoCustAgent" roleTypeId="_NA_"/>
+ <PartyStatus partyId="DemoCustAgent" statusId="PARTY_ENABLED"
statusDate="2001-01-01 12:00:00.0"/>
<ContactMech contactMechId="9011" contactMechTypeId="POSTAL_ADDRESS"/>
<PostalAddress contactMechId="9011" toName="Demo Customer Agent"
address1="2004 Factory Blvd" city="Orem" stateProvinceGeoId="UT"
postalCode="84057" countryGeoId="USA" geoPointId="9000"/>
<PartyContactMech partyId="DemoCustAgent" contactMechId="9011"
fromDate="2001-05-13 00:00:00.000" allowSolicitation="Y"/>
@@ -114,12 +119,13 @@ under the License.
fromDate="2001-05-13 00:00:00.000"
partyRelationshipTypeId="GROUP_ROLLUP" comments="Specifies the DemoCustAgent is
a member of the DemoCustCompany, for Price Rules, Promos, etc"/>
<!-- DemoCustomer -->
- <Party partyId="DemoCustomer" partyTypeId="PERSON"/>
+ <Party partyId="DemoCustomer" partyTypeId="PERSON"
statusId="PARTY_ENABLED"/>
<Person partyId="DemoCustomer" firstName="Demo" lastName="Customer"/>
<UserLogin partyId="DemoCustomer" userLoginId="DemoCustomer"/>
<PartyRole partyId="DemoCustomer" roleTypeId="CUSTOMER"/>
<PartyRole partyId="DemoCustomer" roleTypeId="CONTACT"/>
<PartyRole partyId="DemoCustomer" roleTypeId="BILL_TO_CUSTOMER"/>
+ <PartyStatus partyId="DemoCustomer" statusId="PARTY_ENABLED"
statusDate="2001-01-01 12:00:00.0"/>
<PartyGeoPoint partyId="DemoCustomer" geoPointId="9000"
fromDate="2009-01-09 00:00:00.000"/>
<PartyRelationship partyIdFrom="DemoCustCompany" roleTypeIdFrom="ACCOUNT"
partyIdTo="DemoCustomer" roleTypeIdTo="CONTACT" fromDate="2000-01-01
00:00:00.000" partyRelationshipTypeId="EMPLOYMENT"/>
<UserLoginSecurityGroup groupId="ECOMMERCE_CUSTOMER"
userLoginId="DemoCustomer" fromDate="2000-01-01 00:00:00.0"/>
@@ -153,6 +159,7 @@ under the License.
<UserLogin partyId="EuroCustomer" userLoginId="EuroCustomer"/>
<PartyRole partyId="EuroCustomer" roleTypeId="CUSTOMER"/>
<PartyRole partyId="EuroCustomer" roleTypeId="BILL_TO_CUSTOMER"/>
+ <PartyStatus partyId="EuroCustomer" statusId="PARTY_ENABLED"
statusDate="2001-01-01 12:00:00.0"/>
<PartyGeoPoint partyId="EuroCustomer" geoPointId="9001"
fromDate="2009-01-09 00:00:00.000"/>
<ContactMech contactMechId="EUROCUSTOMER"
contactMechTypeId="POSTAL_ADDRESS"/>
@@ -179,6 +186,7 @@ under the License.
<UserLogin partyId="FrenchCustomer" userLoginId="FrenchCustomer"/>
<PartyRole partyId="FrenchCustomer" roleTypeId="CUSTOMER"/>
<PartyRole partyId="FrenchCustomer" roleTypeId="BILL_TO_CUSTOMER"/>
+ <PartyStatus partyId="FrenchCustomer" statusId="PARTY_ENABLED"
statusDate="2001-01-01 12:00:00.0"/>
<PartyGeoPoint partyId="FrenchCustomer" geoPointId="9002"
fromDate="2009-01-09 00:00:00.000"/>
<ContactMech contactMechId="FRENCHCUSTOMER"
contactMechTypeId="POSTAL_ADDRESS"/>
Modified: ofbiz/trunk/specialpurpose/projectmgr/data/ProjectMgrDemoData.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/projectmgr/data/ProjectMgrDemoData.xml?rev=1753795&r1=1753794&r2=1753795&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/projectmgr/data/ProjectMgrDemoData.xml (original)
+++ ofbiz/trunk/specialpurpose/projectmgr/data/ProjectMgrDemoData.xml Fri Jul
22 14:10:14 2016
@@ -29,6 +29,7 @@ under the License.
<UserLogin userLoginId="DemoEmployee" partyId="DemoEmployee"/>
<PartyRole partyId="DemoEmployee" roleTypeId="EMPLOYEE"/>
<PartyRole partyId="DemoEmployee" roleTypeId="PROVIDER_ANALYST"/>
+ <PartyStatus partyId="DemoEmployee" statusId="PARTY_ENABLED"
statusDate="2001-01-01 12:00:00.0"/>
<PartyContactMech partyId="DemoEmployee" contactMechId="9020"
fromDate="2000-01-01 10:01:48.933" roleTypeId="EMPLOYEE"/>
<PartyContactMech partyId="DemoEmployee" contactMechId="9001"
fromDate="2000-01-01 10:01:48.933" roleTypeId="EMPLOYEE"/>
<PartyContactMech partyId="DemoEmployee" contactMechId="9023"
fromDate="2000-01-01 10:01:48.933" roleTypeId="EMPLOYEE"/>
@@ -41,6 +42,7 @@ under the License.
<UserLogin userLoginId="DemoEmployee1" partyId="DemoEmployee1"/>
<PartyRole partyId="DemoEmployee1" roleTypeId="EMPLOYEE"/>
<PartyRole partyId="DemoEmployee1" roleTypeId="PROVIDER_MANAGER"/>
+ <PartyStatus partyId="DemoEmployee1" statusId="PARTY_ENABLED"
statusDate="2001-01-01 12:00:00.0"/>
<PartyContactMech partyId="DemoEmployee1" contactMechId="9020"
fromDate="2000-01-01 10:01:48.933" roleTypeId="EMPLOYEE"/>
<PartyContactMech partyId="DemoEmployee1" contactMechId="9001"
fromDate="2000-01-01 10:01:48.933" roleTypeId="EMPLOYEE"/>
<PartyContactMech partyId="DemoEmployee1" contactMechId="9023"
fromDate="2000-01-01 10:01:48.933" roleTypeId="EMPLOYEE"/>
@@ -53,6 +55,7 @@ under the License.
<UserLogin userLoginId="DemoEmployee2" partyId="DemoEmployee2"/>
<PartyRole partyId="DemoEmployee2" roleTypeId="PROVIDER_ANALYST"/>
<PartyRole partyId="DemoEmployee2" roleTypeId="EMPLOYEE"/>
+ <PartyStatus partyId="DemoEmployee2" statusId="PARTY_ENABLED"
statusDate="2001-01-01 12:00:00.0"/>
<PartyContactMech partyId="DemoEmployee2" contactMechId="9020"
fromDate="2000-01-01 10:01:48.933" roleTypeId="EMPLOYEE"/>
<PartyContactMech partyId="DemoEmployee2" contactMechId="9001"
fromDate="2000-01-01 10:01:48.933" roleTypeId="EMPLOYEE"/>
<PartyContactMech partyId="DemoEmployee2" contactMechId="9023"
fromDate="2000-01-01 10:01:48.933" roleTypeId="EMPLOYEE"/>
@@ -65,6 +68,7 @@ under the License.
<UserLogin userLoginId="DemoEmployee3" partyId="DemoEmployee3"/>
<PartyRole partyId="DemoEmployee3" roleTypeId="PROVIDER_ANALYST"/>
<PartyRole partyId="DemoEmployee3" roleTypeId="EMPLOYEE"/>
+ <PartyStatus partyId="DemoEmployee3" statusId="PARTY_ENABLED"
statusDate="2001-01-01 12:00:00.0"/>
<PartyContactMech partyId="DemoEmployee3" contactMechId="9020"
fromDate="2000-01-01 10:01:48.933" roleTypeId="EMPLOYEE"/>
<PartyContactMech partyId="DemoEmployee3" contactMechId="9001"
fromDate="2000-01-01 10:01:48.933" roleTypeId="EMPLOYEE"/>
<PartyContactMech partyId="DemoEmployee3" contactMechId="9023"
fromDate="2000-01-01 10:01:48.933" roleTypeId="EMPLOYEE"/>
@@ -77,6 +81,7 @@ under the License.
<UserLogin userLoginId="DemoCustomer1" partyId="DemoCustomer1"/>
<PartyRole partyId="DemoCustomer1" roleTypeId="CUSTOMER"/>
<PartyRole partyId="DemoCustomer1" roleTypeId="CLIENT_MANAGER"/>
+ <PartyStatus partyId="DemoCustomer1" statusId="PARTY_ENABLED"
statusDate="2001-01-01 12:00:00.0"/>
<PartyContactMech partyId="DemoCustomer1" contactMechId="9020"
fromDate="2000-01-01 10:01:48.933" roleTypeId="CUSTOMER"/>
<PartyContactMech partyId="DemoCustomer1" contactMechId="9001"
fromDate="2000-01-01 10:01:48.933" roleTypeId="CUSTOMER"/>
<PartyContactMech partyId="DemoCustomer1" contactMechId="9023"
fromDate="2000-01-01 10:01:48.933" roleTypeId="CUSTOMER"/>
@@ -89,6 +94,7 @@ under the License.
<UserLogin userLoginId="DemoCustomer2" partyId="DemoCustomer2"/>
<PartyRole partyId="DemoCustomer2" roleTypeId="CUSTOMER"/>
<PartyRole partyId="DemoCustomer2" roleTypeId="CLIENT_MANAGER"/>
+ <PartyStatus partyId="DemoCustomer2" statusId="PARTY_ENABLED"
statusDate="2001-01-01 12:00:00.0"/>
<PartyContactMech partyId="DemoCustomer2" contactMechId="9020"
fromDate="2000-01-01 10:01:48.933" roleTypeId="CUSTOMER"/>
<PartyContactMech partyId="DemoCustomer2" contactMechId="9001"
fromDate="2000-01-01 10:01:48.933" roleTypeId="CUSTOMER"/>
<PartyContactMech partyId="DemoCustomer2" contactMechId="9023"
fromDate="2000-01-01 10:01:48.933" roleTypeId="CUSTOMER"/>
@@ -101,6 +107,7 @@ under the License.
<UserLogin userLoginId="DemoCustomer3" partyId="DemoCustomer3"/>
<PartyRole partyId="DemoCustomer3" roleTypeId="CUSTOMER"/>
<PartyRole partyId="DemoCustomer3" roleTypeId="CLIENT_BILLING"/>
+ <PartyStatus partyId="DemoCustomer3" statusId="PARTY_ENABLED"
statusDate="2001-01-01 12:00:00.0"/>
<PartyContactMech partyId="DemoCustomer3" contactMechId="9020"
fromDate="2000-01-01 10:01:48.933" roleTypeId="CUSTOMER"/>
<PartyContactMech partyId="DemoCustomer3" contactMechId="9001"
fromDate="2000-01-01 10:01:48.933" roleTypeId="CUSTOMER"/>
<PartyContactMech partyId="DemoCustomer3" contactMechId="9023"
fromDate="2000-01-01 10:01:48.933" roleTypeId="CUSTOMER"/>
Modified: ofbiz/trunk/specialpurpose/scrum/data/scrumDemoData.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/scrum/data/scrumDemoData.xml?rev=1753795&r1=1753794&r2=1753795&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/scrum/data/scrumDemoData.xml (original)
+++ ofbiz/trunk/specialpurpose/scrum/data/scrumDemoData.xml Fri Jul 22 14:10:14
2016
@@ -19,13 +19,10 @@ under the License.
-->
<entity-engine-xml>
- <Party partyId="admin" partyTypeId="PERSON"/>
+ <Party partyId="admin" partyTypeId="PERSON" statusId="PARTY_ENABLED"/>
<Person firstName="THE" lastName="ADMINISTRATOR" middleName="PRIVILEGED"
partyId="admin" personalTitle="Mr."/>
-
- <!-- demo SCRUM Team -->
- <Party partyId="admin"/>
<PartyRole partyId="admin" roleTypeId="SHAREHOLDER"/>
-
+
<Party partyId="DemoCustomer-1" partyTypeId="PERSON"
statusId="PARTY_ENABLED"/>
<Party partyId="SCRUMASTER" partyTypeId="PERSON" statusId="PARTY_ENABLED"/>
<Party partyId="SCRUMTEAM-1" partyTypeId="PERSON"
statusId="PARTY_ENABLED"/>
@@ -36,7 +33,19 @@ under the License.
<Party partyId="DemoCustomer-2" partyTypeId="PERSON"
statusId="PARTY_ENABLED"/>
<Party partyId="DemoStakeholder" partyTypeId="PERSON"
statusId="PARTY_ENABLED"/>
<Party partyId="SCRUMADMIN" partyTypeId="PERSON" statusId="PARTY_ENABLED"/>
-
+
+ <PartyStatus partyId="admin" statusId="PARTY_ENABLED"
statusDate="2001-01-01 12:00:00.0"/>
+ <PartyStatus partyId="DemoCustomer-1" statusId="PARTY_ENABLED"
statusDate="2001-01-01 12:00:00.0"/>
+ <PartyStatus partyId="SCRUMASTER" statusId="PARTY_ENABLED"
statusDate="2001-01-01 12:00:00.0"/>
+ <PartyStatus partyId="SCRUMTEAM-1" statusId="PARTY_ENABLED"
statusDate="2001-01-01 12:00:00.0"/>
+ <PartyStatus partyId="SCRUMTEAM-2" statusId="PARTY_ENABLED"
statusDate="2001-01-01 12:00:00.0"/>
+ <PartyStatus partyId="SCRUMTEAM-3" statusId="PARTY_ENABLED"
statusDate="2001-01-01 12:00:00.0"/>
+ <PartyStatus partyId="SCRUMTEAM-4" statusId="PARTY_ENABLED"
statusDate="2001-01-01 12:00:00.0"/>
+ <PartyStatus partyId="SCRUMTESTADMIN" statusId="PARTY_ENABLED"
statusDate="2001-01-01 12:00:00.0"/>
+ <PartyStatus partyId="DemoCustomer-2" statusId="PARTY_ENABLED"
statusDate="2001-01-01 12:00:00.0"/>
+ <PartyStatus partyId="DemoStakeholder" statusId="PARTY_ENABLED"
statusDate="2001-01-01 12:00:00.0"/>
+ <PartyStatus partyId="SCRUMADMIN" statusId="PARTY_ENABLED"
statusDate="2001-01-01 12:00:00.0"/>
+
<PartyRole partyId="DemoCustomer-1" roleTypeId="SCRUM_MEMBER"/>
<PartyRole partyId="SCRUMASTER" roleTypeId="SCRUM_MEMBER"/>
<PartyRole partyId="SCRUMTEAM-1" roleTypeId="SCRUM_MEMBER"/>
@@ -47,7 +56,7 @@ under the License.
<PartyRole partyId="DemoCustomer-2" roleTypeId="SCRUM_MEMBER"/>
<PartyRole partyId="DemoStakeholder" roleTypeId="SCRUM_MEMBER"/>
<PartyRole partyId="SCRUMADMIN" roleTypeId="SCRUM_MEMBER"/>
-
+
<PartyRole partyId="DemoCustomer-1" roleTypeId="PRODUCT_OWNER"/>
<PartyRole partyId="DemoCustomer-1" roleTypeId="SCRUM_TEAM"/>
<PartyRole partyId="SCRUMASTER" roleTypeId="SCRUM_MASTER"/>
@@ -120,11 +129,12 @@ under the License.
<!-- Company -->
<PartyRole partyId="Company" roleTypeId="ACCOUNT"/>
- <Party partyId="DemoScrumCompany"/>
+ <Party partyId="DemoScrumCompany" statusId="PARTY_ENABLED"/>
<PartyRole partyId="DemoScrumCompany" roleTypeId="ORGANIZATION_ROLE"/>
<PartyRole partyId="DemoScrumCompany" roleTypeId="ACCOUNT"/>
<PartyRole partyId="DemoCustomer-1" roleTypeId="CONTACT"/>
<PartyRole partyId="DemoScrumCompany" roleTypeId="PRODUCT_OWNER_COMP"
lastUpdatedStamp="2010-11-17 14:50:12.197" lastUpdatedTxStamp="2010-11-17
14:50:11.775" createdStamp="2010-11-17 14:50:12.197" createdTxStamp="2010-11-17
14:50:11.775"/>
+ <PartyStatus partyId="DemoScrumCompany" statusId="PARTY_ENABLED"
statusDate="2001-01-01 12:00:00.0"/>
<PartyGroup partyId="DemoScrumCompany" groupName="Demo Scrum Company"/>
<ContactMech contactMechId="SCRUM_CONTACT07"
contactMechTypeId="EMAIL_ADDRESS" infoString="[email protected]"/>
@@ -143,11 +153,12 @@ under the License.
<PartyRelationship partyIdFrom="Company" roleTypeIdFrom="ACCOUNT"
partyIdTo="SCRUMTEAM-1" roleTypeIdTo="CONTACT" fromDate="2010-07-23
00:00:00.000" partyRelationshipTypeId="EMPLOYMENT"/>
<!-- Company -->
- <Party partyId="DemoScrumCompany2"/>
+ <Party partyId="DemoScrumCompany2" statusId="PARTY_ENABLED"/>
<PartyRole partyId="DemoScrumCompany2" roleTypeId="ORGANIZATION_ROLE"/>
<PartyRole partyId="DemoScrumCompany2" roleTypeId="ACCOUNT"/>
<PartyRole partyId="DemoCustomer-2" roleTypeId="CONTACT"/>
<PartyRole partyId="DemoScrumCompany2" roleTypeId="PRODUCT_OWNER_COMP"
lastUpdatedStamp="2010-11-17 14:50:12.197" lastUpdatedTxStamp="2010-11-17
14:50:11.775" createdStamp="2010-11-17 14:50:12.197" createdTxStamp="2010-11-17
14:50:11.775"/>
+ <PartyStatus partyId="DemoScrumCompany2" statusId="PARTY_ENABLED"
statusDate="2001-01-01 12:00:00.0"/>
<PartyGroup partyId="DemoScrumCompany2" groupName="Demo Scrum Company 2"/>
<PartyRelationship partyIdFrom="DemoScrumCompany2"
roleTypeIdFrom="ACCOUNT" partyIdTo="DemoCustomer-2" roleTypeIdTo="CONTACT"
fromDate="2010-07-23 00:00:00.000" partyRelationshipTypeId="EMPLOYMENT"/>