blob: 73f712bdb3114c323b0d746450e117a6cf8df598 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8" ?>
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
<services xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/services.xsd">
<description>Product Services</description>
<vendor>OFBiz</vendor>
<service name="migrateFacilityRole" engine="simple"
location="component://product/script/org/ofbiz/product/UpgradeServices.xml" invoke="migrateFacilityRole">
<description>
Migrate data from OldFacilityRole to FacilityParty.
Since revision 698159 (2008-09-23) the entity FacilityRole has been deprecated.
This service can be used to upgrade existing data from the FacilityRole entity to the new
FacilityParty entity.
Before running this service, load the seed data for the RoleType entity from the file:
party/data/PartyTypeData.xml
</description>
</service>
<service name="migrateFacilitySquareFootage" engine="simple"
location="component://product/script/org/ofbiz/product/UpgradeServices.xml" invoke="migrateFacilitySquareFootage">
<description>
Migrate data from Facility.oldSquareFootage to Facility.facilitySize.
The field Facility.squareFootageSince has been deprecated since revision 929912 (2010-04-01)
</description>
</service>
<service name="migrateProductStoreEmailSetting" engine="simple"
location="component://product/script/org/ofbiz/product/UpgradeServices.xml" invoke="migrateProductStoreEmailSetting">
<description>
Migrate data from OldProductStoreEmailSetting to ProdStoreEmailTplSetting and EmailTemplateSetting
The entity ProductStoreEmailSetting has been deprecated since revision XXX (2011-XX-XX) (FIXME)
</description>
</service>
</services>