You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ad...@apache.org on 2009/10/05 02:08:39 UTC

svn commit: r821643 [1/15] - in /ofbiz/trunk: applications/accounting/script/org/ofbiz/accounting/test/ applications/accounting/src/org/ofbiz/accounting/ applications/accounting/src/org/ofbiz/accounting/agreement/ applications/accounting/src/org/ofbiz/...

Author: adrianc
Date: Mon Oct  5 00:08:27 2009
New Revision: 821643

URL: http://svn.apache.org/viewvc?rev=821643&view=rev
Log:
Converted GenericDelegator concrete class references to Delegator interface references.

This commit requires ant clean. Also, external libraries that reference GenericDelegator will need to be updated.


Modified:
    ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/test/AutoInvoiceTests.xml
    ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/GlEvents.java
    ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/agreement/AgreementServices.java
    ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/finaccount/FinAccountPaymentServices.java
    ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/finaccount/FinAccountProductServices.java
    ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/finaccount/FinAccountServices.java
    ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/invoice/InvoiceServices.java
    ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/invoice/InvoiceWorker.java
    ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/payment/BillingAccountWorker.java
    ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/payment/GiftCertificateServices.java
    ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/payment/PaymentGatewayServices.java
    ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/payment/PaymentMethodServices.java
    ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/payment/PaymentWorker.java
    ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/period/PeriodServices.java
    ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/tax/TaxAuthorityServices.java
    ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/thirdparty/authorizedotnet/AIMPaymentServices.java
    ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/thirdparty/cybersource/IcsPaymentServices.java
    ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/thirdparty/gosoftware/RitaServices.java
    ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/thirdparty/orbital/OrbitalPaymentServices.java
    ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/thirdparty/paypal/PayPalEvents.java
    ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/thirdparty/paypal/PayPalServices.java
    ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/thirdparty/valuelink/ValueLinkApi.java
    ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/thirdparty/valuelink/ValueLinkServices.java
    ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/thirdparty/verisign/PayflowPro.java
    ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/thirdparty/worldpay/WorldPayEvents.java
    ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/util/UtilAccounting.java
    ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/actions/reports/TransactionTotals.groovy
    ofbiz/trunk/applications/content/src/org/ofbiz/content/ContentManagementEvents.java
    ofbiz/trunk/applications/content/src/org/ofbiz/content/ContentManagementServices.java
    ofbiz/trunk/applications/content/src/org/ofbiz/content/ContentManagementWorker.java
    ofbiz/trunk/applications/content/src/org/ofbiz/content/ConvertTree.java
    ofbiz/trunk/applications/content/src/org/ofbiz/content/blog/BlogRssServices.java
    ofbiz/trunk/applications/content/src/org/ofbiz/content/cms/CmsEvents.java
    ofbiz/trunk/applications/content/src/org/ofbiz/content/compdoc/CompDocEvents.java
    ofbiz/trunk/applications/content/src/org/ofbiz/content/compdoc/CompDocServices.java
    ofbiz/trunk/applications/content/src/org/ofbiz/content/content/ContentMapFacade.java
    ofbiz/trunk/applications/content/src/org/ofbiz/content/content/ContentPermissionServices.java
    ofbiz/trunk/applications/content/src/org/ofbiz/content/content/ContentServices.java
    ofbiz/trunk/applications/content/src/org/ofbiz/content/content/ContentServicesComplex.java
    ofbiz/trunk/applications/content/src/org/ofbiz/content/content/ContentWorker.java
    ofbiz/trunk/applications/content/src/org/ofbiz/content/content/UploadContentAndImage.java
    ofbiz/trunk/applications/content/src/org/ofbiz/content/data/DataEvents.java
    ofbiz/trunk/applications/content/src/org/ofbiz/content/data/DataResourceWorker.java
    ofbiz/trunk/applications/content/src/org/ofbiz/content/data/DataServices.java
    ofbiz/trunk/applications/content/src/org/ofbiz/content/layout/LayoutEvents.java
    ofbiz/trunk/applications/content/src/org/ofbiz/content/openoffice/OpenOfficeServices.java
    ofbiz/trunk/applications/content/src/org/ofbiz/content/search/ContentDocument.java
    ofbiz/trunk/applications/content/src/org/ofbiz/content/search/DataResourceDocument.java
    ofbiz/trunk/applications/content/src/org/ofbiz/content/search/SearchServices.java
    ofbiz/trunk/applications/content/src/org/ofbiz/content/search/SearchWorker.java
    ofbiz/trunk/applications/content/src/org/ofbiz/content/survey/PdfSurveyServices.java
    ofbiz/trunk/applications/content/src/org/ofbiz/content/survey/SurveyWrapper.java
    ofbiz/trunk/applications/content/src/org/ofbiz/content/view/SimpleContentViewHandler.java
    ofbiz/trunk/applications/content/src/org/ofbiz/content/webapp/ftl/CheckPermissionTransform.java
    ofbiz/trunk/applications/content/src/org/ofbiz/content/webapp/ftl/EditRenderSubContentCacheTransform.java
    ofbiz/trunk/applications/content/src/org/ofbiz/content/webapp/ftl/EditRenderSubContentTransform.java
    ofbiz/trunk/applications/content/src/org/ofbiz/content/webapp/ftl/InjectNodeTrailCsvTransform.java
    ofbiz/trunk/applications/content/src/org/ofbiz/content/webapp/ftl/LimitedSubContentCacheTransform.java
    ofbiz/trunk/applications/content/src/org/ofbiz/content/webapp/ftl/LoopSubContentTransform.java
    ofbiz/trunk/applications/content/src/org/ofbiz/content/webapp/ftl/RenderContentAndSubContent.java
    ofbiz/trunk/applications/content/src/org/ofbiz/content/webapp/ftl/RenderContentAsText.java
    ofbiz/trunk/applications/content/src/org/ofbiz/content/webapp/ftl/RenderContentTransform.java
    ofbiz/trunk/applications/content/src/org/ofbiz/content/webapp/ftl/RenderSubContentAsText.java
    ofbiz/trunk/applications/content/src/org/ofbiz/content/webapp/ftl/RenderSubContentCacheTransform.java
    ofbiz/trunk/applications/content/src/org/ofbiz/content/webapp/ftl/RenderSubContentTransform.java
    ofbiz/trunk/applications/content/src/org/ofbiz/content/webapp/ftl/TraverseSubContentCacheTransform.java
    ofbiz/trunk/applications/content/src/org/ofbiz/content/webapp/ftl/TraverseSubContentTransform.java
    ofbiz/trunk/applications/content/src/org/ofbiz/content/webapp/ftl/WrapSubContentCacheTransform.java
    ofbiz/trunk/applications/manufacturing/src/org/ofbiz/manufacturing/bom/BOMHelper.java
    ofbiz/trunk/applications/manufacturing/src/org/ofbiz/manufacturing/bom/BOMNode.java
    ofbiz/trunk/applications/manufacturing/src/org/ofbiz/manufacturing/bom/BOMServices.java
    ofbiz/trunk/applications/manufacturing/src/org/ofbiz/manufacturing/bom/BOMTree.java
    ofbiz/trunk/applications/manufacturing/src/org/ofbiz/manufacturing/jobshopmgt/ProductionRun.java
    ofbiz/trunk/applications/manufacturing/src/org/ofbiz/manufacturing/jobshopmgt/ProductionRunEvents.java
    ofbiz/trunk/applications/manufacturing/src/org/ofbiz/manufacturing/jobshopmgt/ProductionRunHelper.java
    ofbiz/trunk/applications/manufacturing/src/org/ofbiz/manufacturing/jobshopmgt/ProductionRunServices.java
    ofbiz/trunk/applications/manufacturing/src/org/ofbiz/manufacturing/mrp/InventoryEventPlannedServices.java
    ofbiz/trunk/applications/manufacturing/src/org/ofbiz/manufacturing/mrp/MrpServices.java
    ofbiz/trunk/applications/manufacturing/src/org/ofbiz/manufacturing/mrp/ProposedOrder.java
    ofbiz/trunk/applications/manufacturing/src/org/ofbiz/manufacturing/routing/RoutingServices.java
    ofbiz/trunk/applications/manufacturing/src/org/ofbiz/manufacturing/techdata/TechDataServices.java
    ofbiz/trunk/applications/marketing/src/org/ofbiz/marketing/marketing/MarketingServices.java
    ofbiz/trunk/applications/marketing/src/org/ofbiz/marketing/tracking/TrackingCodeEvents.java
    ofbiz/trunk/applications/marketing/src/org/ofbiz/sfa/vcard/VCard.java
    ofbiz/trunk/applications/order/script/org/ofbiz/order/quote/QuoteServices.xml
    ofbiz/trunk/applications/order/src/org/ofbiz/order/OrderManagerEvents.java
    ofbiz/trunk/applications/order/src/org/ofbiz/order/finaccount/FinAccountHelper.java
    ofbiz/trunk/applications/order/src/org/ofbiz/order/order/OrderChangeHelper.java
    ofbiz/trunk/applications/order/src/org/ofbiz/order/order/OrderContentWrapper.java
    ofbiz/trunk/applications/order/src/org/ofbiz/order/order/OrderEvents.java
    ofbiz/trunk/applications/order/src/org/ofbiz/order/order/OrderLookupServices.java
    ofbiz/trunk/applications/order/src/org/ofbiz/order/order/OrderReadHelper.java
    ofbiz/trunk/applications/order/src/org/ofbiz/order/order/OrderReturnServices.java
    ofbiz/trunk/applications/order/src/org/ofbiz/order/order/OrderServices.java
    ofbiz/trunk/applications/order/src/org/ofbiz/order/quote/QuoteServices.java
    ofbiz/trunk/applications/order/src/org/ofbiz/order/requirement/RequirementServices.java
    ofbiz/trunk/applications/order/src/org/ofbiz/order/shoppingcart/CartEventListener.java
    ofbiz/trunk/applications/order/src/org/ofbiz/order/shoppingcart/CheckOutEvents.java
    ofbiz/trunk/applications/order/src/org/ofbiz/order/shoppingcart/CheckOutHelper.java
    ofbiz/trunk/applications/order/src/org/ofbiz/order/shoppingcart/ShoppingCart.java
    ofbiz/trunk/applications/order/src/org/ofbiz/order/shoppingcart/ShoppingCartEvents.java
    ofbiz/trunk/applications/order/src/org/ofbiz/order/shoppingcart/ShoppingCartHelper.java
    ofbiz/trunk/applications/order/src/org/ofbiz/order/shoppingcart/ShoppingCartItem.java
    ofbiz/trunk/applications/order/src/org/ofbiz/order/shoppingcart/ShoppingCartServices.java
    ofbiz/trunk/applications/order/src/org/ofbiz/order/shoppingcart/WebShoppingCart.java
    ofbiz/trunk/applications/order/src/org/ofbiz/order/shoppingcart/product/ProductDisplayWorker.java
    ofbiz/trunk/applications/order/src/org/ofbiz/order/shoppingcart/product/ProductPromoWorker.java
    ofbiz/trunk/applications/order/src/org/ofbiz/order/shoppingcart/product/ProductStoreCartAwareEvents.java
    ofbiz/trunk/applications/order/src/org/ofbiz/order/shoppingcart/shipping/ShippingEstimateWrapper.java
    ofbiz/trunk/applications/order/src/org/ofbiz/order/shoppingcart/shipping/ShippingEvents.java
    ofbiz/trunk/applications/order/src/org/ofbiz/order/shoppinglist/ShoppingListEvents.java
    ofbiz/trunk/applications/order/src/org/ofbiz/order/shoppinglist/ShoppingListServices.java
    ofbiz/trunk/applications/order/src/org/ofbiz/order/test/OrderTestServices.java
    ofbiz/trunk/applications/order/src/org/ofbiz/order/thirdparty/paypal/ExpressCheckoutEvents.java
    ofbiz/trunk/applications/order/src/org/ofbiz/order/thirdparty/taxware/TaxwareUTL.java
    ofbiz/trunk/applications/order/src/org/ofbiz/order/thirdparty/zipsales/ZipSalesServices.java
    ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/actions/order/SendConfirmationEmail.groovy
    ofbiz/trunk/applications/party/script/org/ofbiz/party/party/PartyServices.xml
    ofbiz/trunk/applications/party/script/org/ofbiz/party/test/PartyTestServices.xml
    ofbiz/trunk/applications/party/src/org/ofbiz/party/communication/CommunicationEventServices.java
    ofbiz/trunk/applications/party/src/org/ofbiz/party/contact/ContactMechServices.java
    ofbiz/trunk/applications/party/src/org/ofbiz/party/contact/ContactMechWorker.java
    ofbiz/trunk/applications/party/src/org/ofbiz/party/content/PartyContentWrapper.java
    ofbiz/trunk/applications/party/src/org/ofbiz/party/party/PartyHelper.java
    ofbiz/trunk/applications/party/src/org/ofbiz/party/party/PartyRelationshipServices.java
    ofbiz/trunk/applications/party/src/org/ofbiz/party/party/PartyServices.java
    ofbiz/trunk/applications/party/src/org/ofbiz/party/party/PartyWorker.java
    ofbiz/trunk/applications/product/script/org/ofbiz/product/product/ProductServices.xml
    ofbiz/trunk/applications/product/src/org/ofbiz/product/catalog/CatalogWorker.java
    ofbiz/trunk/applications/product/src/org/ofbiz/product/category/CatalogUrlServlet.java
    ofbiz/trunk/applications/product/src/org/ofbiz/product/category/CategoryContentWrapper.java
    ofbiz/trunk/applications/product/src/org/ofbiz/product/category/CategoryServices.java
    ofbiz/trunk/applications/product/src/org/ofbiz/product/category/CategoryWorker.java
    ofbiz/trunk/applications/product/src/org/ofbiz/product/config/ProductConfigItemContentWrapper.java
    ofbiz/trunk/applications/product/src/org/ofbiz/product/config/ProductConfigWorker.java
    ofbiz/trunk/applications/product/src/org/ofbiz/product/config/ProductConfigWrapper.java
    ofbiz/trunk/applications/product/src/org/ofbiz/product/feature/ParametricSearch.java
    ofbiz/trunk/applications/product/src/org/ofbiz/product/feature/ProductFeatureServices.java
    ofbiz/trunk/applications/product/src/org/ofbiz/product/inventory/InventoryServices.java
    ofbiz/trunk/applications/product/src/org/ofbiz/product/inventory/InventoryWorker.java
    ofbiz/trunk/applications/product/src/org/ofbiz/product/price/PriceServices.java
    ofbiz/trunk/applications/product/src/org/ofbiz/product/product/KeywordIndex.java
    ofbiz/trunk/applications/product/src/org/ofbiz/product/product/ProductContentWrapper.java
    ofbiz/trunk/applications/product/src/org/ofbiz/product/product/ProductEvents.java
    ofbiz/trunk/applications/product/src/org/ofbiz/product/product/ProductSearch.java
    ofbiz/trunk/applications/product/src/org/ofbiz/product/product/ProductSearchEvents.java
    ofbiz/trunk/applications/product/src/org/ofbiz/product/product/ProductSearchSession.java
    ofbiz/trunk/applications/product/src/org/ofbiz/product/product/ProductServices.java
    ofbiz/trunk/applications/product/src/org/ofbiz/product/product/ProductUtilServices.java
    ofbiz/trunk/applications/product/src/org/ofbiz/product/product/ProductWorker.java
    ofbiz/trunk/applications/product/src/org/ofbiz/product/product/VariantEvents.java
    ofbiz/trunk/applications/product/src/org/ofbiz/product/promo/PromoServices.java
    ofbiz/trunk/applications/product/src/org/ofbiz/product/spreadsheetimport/ImportProductHelper.java
    ofbiz/trunk/applications/product/src/org/ofbiz/product/spreadsheetimport/ImportProductServices.java
    ofbiz/trunk/applications/product/src/org/ofbiz/product/store/ProductStoreWorker.java
    ofbiz/trunk/applications/product/src/org/ofbiz/product/subscription/SubscriptionServices.java
    ofbiz/trunk/applications/product/src/org/ofbiz/product/supplier/SupplierProductServices.java
    ofbiz/trunk/applications/product/src/org/ofbiz/shipment/packing/PackingSession.java
    ofbiz/trunk/applications/product/src/org/ofbiz/shipment/packing/PackingSessionLine.java
    ofbiz/trunk/applications/product/src/org/ofbiz/shipment/picklist/PickListServices.java
    ofbiz/trunk/applications/product/src/org/ofbiz/shipment/shipment/ShipmentEvents.java
    ofbiz/trunk/applications/product/src/org/ofbiz/shipment/shipment/ShipmentServices.java
    ofbiz/trunk/applications/product/src/org/ofbiz/shipment/shipment/ShipmentWorker.java
    ofbiz/trunk/applications/product/src/org/ofbiz/shipment/thirdparty/dhl/DhlServices.java
    ofbiz/trunk/applications/product/src/org/ofbiz/shipment/thirdparty/fedex/FedexServices.java
    ofbiz/trunk/applications/product/src/org/ofbiz/shipment/thirdparty/ups/UpsServices.java
    ofbiz/trunk/applications/product/src/org/ofbiz/shipment/thirdparty/usps/UspsServices.java
    ofbiz/trunk/applications/product/src/org/ofbiz/shipment/thirdparty/usps/UspsServicesTests.java
    ofbiz/trunk/applications/product/src/org/ofbiz/shipment/verify/VerifyPickSession.java
    ofbiz/trunk/applications/product/src/org/ofbiz/shipment/verify/VerifyPickSessionRow.java
    ofbiz/trunk/applications/product/src/org/ofbiz/shipment/weightPackage/WeightPackageServices.java
    ofbiz/trunk/applications/product/src/org/ofbiz/shipment/weightPackage/WeightPackageSession.java
    ofbiz/trunk/applications/securityext/src/org/ofbiz/securityext/cert/CertificateServices.java
    ofbiz/trunk/applications/securityext/src/org/ofbiz/securityext/da/ServiceDaHandler.java
    ofbiz/trunk/applications/securityext/src/org/ofbiz/securityext/login/LoginEvents.java
    ofbiz/trunk/applications/workeffort/src/org/ofbiz/workeffort/content/WorkEffortContentWrapper.java
    ofbiz/trunk/applications/workeffort/src/org/ofbiz/workeffort/project/ProjectWorker.java
    ofbiz/trunk/applications/workeffort/src/org/ofbiz/workeffort/workeffort/ICalConverter.java
    ofbiz/trunk/applications/workeffort/src/org/ofbiz/workeffort/workeffort/ICalWorker.java
    ofbiz/trunk/applications/workeffort/src/org/ofbiz/workeffort/workeffort/WorkEffortKeywordIndex.java
    ofbiz/trunk/applications/workeffort/src/org/ofbiz/workeffort/workeffort/WorkEffortPartyAssignmentServices.java
    ofbiz/trunk/applications/workeffort/src/org/ofbiz/workeffort/workeffort/WorkEffortSearch.java
    ofbiz/trunk/applications/workeffort/src/org/ofbiz/workeffort/workeffort/WorkEffortSearchEvents.java
    ofbiz/trunk/applications/workeffort/src/org/ofbiz/workeffort/workeffort/WorkEffortSearchSession.java
    ofbiz/trunk/applications/workeffort/src/org/ofbiz/workeffort/workeffort/WorkEffortServices.java
    ofbiz/trunk/applications/workeffort/src/org/ofbiz/workeffort/workeffort/WorkEffortWorker.java
    ofbiz/trunk/framework/bi/src/org/ofbiz/bi/util/DimensionServices.java
    ofbiz/trunk/framework/bi/webapp/bi/WEB-INF/actions/reportbuilder/GetStarSchemaFields.groovy
    ofbiz/trunk/framework/bi/webapp/bi/WEB-INF/actions/reportbuilder/GetStarSchemas.groovy
    ofbiz/trunk/framework/catalina/src/org/ofbiz/catalina/container/CatalinaContainer.java
    ofbiz/trunk/framework/catalina/src/org/ofbiz/catalina/container/OfbizStore.java
    ofbiz/trunk/framework/common/src/org/ofbiz/common/CommonEvents.java
    ofbiz/trunk/framework/common/src/org/ofbiz/common/CommonServices.java
    ofbiz/trunk/framework/common/src/org/ofbiz/common/CommonWorkers.java
    ofbiz/trunk/framework/common/src/org/ofbiz/common/FindServices.java
    ofbiz/trunk/framework/common/src/org/ofbiz/common/KeywordSearchUtil.java
    ofbiz/trunk/framework/common/src/org/ofbiz/common/authentication/example/TestFailAuthenticator.java
    ofbiz/trunk/framework/common/src/org/ofbiz/common/email/NotificationServices.java
    ofbiz/trunk/framework/common/src/org/ofbiz/common/geo/GeoWorker.java
    ofbiz/trunk/framework/common/src/org/ofbiz/common/login/LdapAuthenticationServices.java
    ofbiz/trunk/framework/common/src/org/ofbiz/common/login/LoginServices.java
    ofbiz/trunk/framework/common/src/org/ofbiz/common/olap/CommonDimensionServices.java
    ofbiz/trunk/framework/common/src/org/ofbiz/common/preferences/PreferenceServices.java
    ofbiz/trunk/framework/common/src/org/ofbiz/common/status/StatusServices.java
    ofbiz/trunk/framework/common/src/org/ofbiz/common/status/StatusWorker.java
    ofbiz/trunk/framework/common/src/org/ofbiz/common/uom/UomWorker.java
    ofbiz/trunk/framework/entity/src/org/ofbiz/entity/GenericEntity.java
    ofbiz/trunk/framework/entity/src/org/ofbiz/entity/cache/AbstractCache.java
    ofbiz/trunk/framework/entity/src/org/ofbiz/entity/condition/EntityComparisonOperator.java
    ofbiz/trunk/framework/entity/src/org/ofbiz/entity/condition/EntityCondition.java
    ofbiz/trunk/framework/entity/src/org/ofbiz/entity/condition/EntityConditionFunction.java
    ofbiz/trunk/framework/entity/src/org/ofbiz/entity/condition/EntityConditionListBase.java
    ofbiz/trunk/framework/entity/src/org/ofbiz/entity/condition/EntityConditionSubSelect.java
    ofbiz/trunk/framework/entity/src/org/ofbiz/entity/condition/EntityConditionValue.java
    ofbiz/trunk/framework/entity/src/org/ofbiz/entity/condition/EntityDateFilterCondition.java
    ofbiz/trunk/framework/entity/src/org/ofbiz/entity/condition/EntityExpr.java
    ofbiz/trunk/framework/entity/src/org/ofbiz/entity/condition/EntityFieldValue.java
    ofbiz/trunk/framework/entity/src/org/ofbiz/entity/condition/EntityFunction.java
    ofbiz/trunk/framework/entity/src/org/ofbiz/entity/condition/EntityJoinOperator.java
    ofbiz/trunk/framework/entity/src/org/ofbiz/entity/condition/EntityOperator.java
    ofbiz/trunk/framework/entity/src/org/ofbiz/entity/condition/EntityWhereString.java
    ofbiz/trunk/framework/entity/src/org/ofbiz/entity/datasource/GenericDAO.java
    ofbiz/trunk/framework/entity/src/org/ofbiz/entity/eca/EntityEcaHandler.java
    ofbiz/trunk/framework/entity/src/org/ofbiz/entity/finder/Finder.java
    ofbiz/trunk/framework/entity/src/org/ofbiz/entity/finder/ListFinder.java
    ofbiz/trunk/framework/entity/src/org/ofbiz/entity/finder/PrimaryKeyFinder.java
    ofbiz/trunk/framework/entity/src/org/ofbiz/entity/model/DynamicViewEntity.java
    ofbiz/trunk/framework/entity/src/org/ofbiz/entity/model/ModelEntity.java
    ofbiz/trunk/framework/entity/src/org/ofbiz/entity/model/ModelEntityChecker.java
    ofbiz/trunk/framework/entity/src/org/ofbiz/entity/serialize/XmlSerializer.java
    ofbiz/trunk/framework/entity/src/org/ofbiz/entity/testtools/EntityTestCase.java
    ofbiz/trunk/framework/entity/src/org/ofbiz/entity/util/DistributedCacheClear.java
    ofbiz/trunk/framework/entity/src/org/ofbiz/entity/util/EntityCrypto.java
    ofbiz/trunk/framework/entity/src/org/ofbiz/entity/util/EntityDataAssert.java
    ofbiz/trunk/framework/entity/src/org/ofbiz/entity/util/EntityDataLoader.java
    ofbiz/trunk/framework/entity/src/org/ofbiz/entity/util/EntityListIterator.java
    ofbiz/trunk/framework/entity/src/org/ofbiz/entity/util/EntitySaxReader.java
    ofbiz/trunk/framework/entity/src/org/ofbiz/entity/util/EntityUtil.java
    ofbiz/trunk/framework/entityext/src/org/ofbiz/entityext/EntityGroupUtil.java
    ofbiz/trunk/framework/entityext/src/org/ofbiz/entityext/EntityServiceFactory.java
    ofbiz/trunk/framework/entityext/src/org/ofbiz/entityext/EntityWatchServices.java
    ofbiz/trunk/framework/entityext/src/org/ofbiz/entityext/cache/EntityCacheServices.java
    ofbiz/trunk/framework/entityext/src/org/ofbiz/entityext/data/EntityDataLoadContainer.java
    ofbiz/trunk/framework/entityext/src/org/ofbiz/entityext/data/EntityDataServices.java
    ofbiz/trunk/framework/entityext/src/org/ofbiz/entityext/eca/DelegatorEcaHandler.java
    ofbiz/trunk/framework/entityext/src/org/ofbiz/entityext/eca/EntityEcaUtil.java
    ofbiz/trunk/framework/entityext/src/org/ofbiz/entityext/permission/EntityPermissionChecker.java
    ofbiz/trunk/framework/entityext/src/org/ofbiz/entityext/synchronization/EntitySyncContext.java
    ofbiz/trunk/framework/entityext/src/org/ofbiz/entityext/synchronization/EntitySyncServices.java
    ofbiz/trunk/framework/guiapp/src/org/ofbiz/guiapp/xui/XuiContainer.java
    ofbiz/trunk/framework/guiapp/src/org/ofbiz/guiapp/xui/XuiSession.java
    ofbiz/trunk/framework/minilang/src/org/ofbiz/minilang/method/MethodContext.java
    ofbiz/trunk/framework/minilang/src/org/ofbiz/minilang/method/entityops/EntityAnd.java
    ofbiz/trunk/framework/minilang/src/org/ofbiz/minilang/method/entityops/EntityCondition.java
    ofbiz/trunk/framework/minilang/src/org/ofbiz/minilang/method/entityops/EntityCount.java
    ofbiz/trunk/framework/minilang/src/org/ofbiz/minilang/method/entityops/EntityData.java
    ofbiz/trunk/framework/minilang/src/org/ofbiz/minilang/method/entityops/EntityOne.java
    ofbiz/trunk/framework/minilang/src/org/ofbiz/minilang/method/entityops/FindByAnd.java
    ofbiz/trunk/framework/minilang/src/org/ofbiz/minilang/method/entityops/FindByPrimaryKey.java
    ofbiz/trunk/framework/security/src/org/ofbiz/security/OFBizSecurity.java
    ofbiz/trunk/framework/security/src/org/ofbiz/security/Security.java
    ofbiz/trunk/framework/security/src/org/ofbiz/security/SecurityFactory.java
    ofbiz/trunk/framework/security/src/org/ofbiz/security/authz/Authorization.java
    ofbiz/trunk/framework/security/src/org/ofbiz/security/authz/AuthorizationFactory.java
    ofbiz/trunk/framework/security/src/org/ofbiz/security/authz/EntityAuthorization.java
    ofbiz/trunk/framework/security/src/org/ofbiz/security/authz/da/DynamicAccess.java
    ofbiz/trunk/framework/security/src/org/ofbiz/security/authz/da/DynamicAccessFactory.java
    ofbiz/trunk/framework/security/src/org/ofbiz/security/authz/da/DynamicAccessHandler.java
    ofbiz/trunk/framework/security/src/org/ofbiz/security/authz/da/GroovyDaHandler.java
    ofbiz/trunk/framework/security/src/org/ofbiz/security/authz/da/ObjectDaHandler.java
    ofbiz/trunk/framework/service/src/org/ofbiz/service/DispatchContext.java
    ofbiz/trunk/framework/service/src/org/ofbiz/service/GenericAbstractDispatcher.java
    ofbiz/trunk/framework/service/src/org/ofbiz/service/GenericDispatcher.java
    ofbiz/trunk/framework/service/src/org/ofbiz/service/LocalDispatcher.java
    ofbiz/trunk/framework/service/src/org/ofbiz/service/ModelPermission.java
    ofbiz/trunk/framework/service/src/org/ofbiz/service/ModelServiceReader.java
    ofbiz/trunk/framework/service/src/org/ofbiz/service/ServiceDispatcher.java
    ofbiz/trunk/framework/service/src/org/ofbiz/service/ServiceUtil.java
    ofbiz/trunk/framework/service/src/org/ofbiz/service/calendar/ExpressionUiHelper.java
    ofbiz/trunk/framework/service/src/org/ofbiz/service/calendar/RecurrenceInfo.java
    ofbiz/trunk/framework/service/src/org/ofbiz/service/calendar/RecurrenceRule.java
    ofbiz/trunk/framework/service/src/org/ofbiz/service/calendar/TemporalExpressionWorker.java
    ofbiz/trunk/framework/service/src/org/ofbiz/service/engine/HttpEngine.java
    ofbiz/trunk/framework/service/src/org/ofbiz/service/job/JobManager.java
    ofbiz/trunk/framework/service/src/org/ofbiz/service/job/PersistedServiceJob.java
    ofbiz/trunk/framework/service/src/org/ofbiz/service/mail/JavaMailContainer.java
    ofbiz/trunk/framework/service/src/org/ofbiz/service/rmi/RmiServiceContainer.java
    ofbiz/trunk/framework/service/src/org/ofbiz/service/semaphore/ServiceSemaphore.java
    ofbiz/trunk/framework/service/src/org/ofbiz/service/test/ServiceEngineTestServices.java
    ofbiz/trunk/framework/testtools/src/org/ofbiz/testtools/EntityXmlAssertTest.java
    ofbiz/trunk/framework/testtools/src/org/ofbiz/testtools/ModelTestSuite.java
    ofbiz/trunk/framework/testtools/src/org/ofbiz/testtools/TestRunContainer.java
    ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/control/ContextFilter.java
    ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/control/ControlServlet.java
    ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/control/LoginWorker.java
    ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/control/ProtectViewWorker.java
    ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/control/RequestHandler.java
    ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/event/CoreEvents.java
    ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/event/ServiceStreamHandler.java
    ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/event/XmlRpcEventHandler.java
    ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/stats/ServerHitBin.java
    ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/stats/VisitHandler.java
    ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/view/DataVisionViewHandler.java
    ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/view/JasperReportsJXlsViewHandler.java
    ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/view/JasperReportsPdfViewHandler.java
    ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/view/JasperReportsPoiXlsViewHandler.java
    ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/view/JasperReportsXmlViewHandler.java
    ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/webdav/WebDavServlet.java
    ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/website/WebSiteWorker.java
    ofbiz/trunk/framework/webslinger/src/org/ofbiz/webslinger/EntityHttpUtil.java
    ofbiz/trunk/framework/webslinger/src/org/ofbiz/webslinger/StatsUpdater.java
    ofbiz/trunk/framework/webslinger/src/org/ofbiz/webslinger/WebslingerContextMapper.java
    ofbiz/trunk/framework/webslinger/src/org/ofbiz/webslinger/WebslingerServerEngine.java
    ofbiz/trunk/framework/webtools/src/org/ofbiz/webtools/GenericWebEvent.java
    ofbiz/trunk/framework/webtools/src/org/ofbiz/webtools/WebToolsServices.java
    ofbiz/trunk/framework/webtools/src/org/ofbiz/webtools/labelmanager/LabelReferences.java
    ofbiz/trunk/framework/webtools/webapp/webtools/WEB-INF/actions/artifactinfo/ArtifactInfo.groovy
    ofbiz/trunk/framework/webtools/webapp/webtools/WEB-INF/actions/entity/CheckDb.groovy
    ofbiz/trunk/framework/webtools/webapp/webtools/WEB-INF/actions/entity/EntityMaint.groovy
    ofbiz/trunk/framework/webtools/webapp/webtools/WEB-INF/actions/entity/EntityRefList.groovy
    ofbiz/trunk/framework/webtools/webapp/webtools/WEB-INF/actions/entity/FindGeneric.groovy
    ofbiz/trunk/framework/webtools/webapp/webtools/WEB-INF/actions/entity/ViewGeneric.groovy
    ofbiz/trunk/framework/webtools/webapp/webtools/WEB-INF/actions/entity/ViewRelations.groovy
    ofbiz/trunk/framework/webtools/webapp/webtools/WEB-INF/actions/labelmanager/LabelManager.groovy
    ofbiz/trunk/framework/webtools/webapp/webtools/WEB-INF/actions/labelmanager/UpdateManager.groovy
    ofbiz/trunk/framework/webtools/webapp/webtools/WEB-INF/actions/labelmanager/ViewReferences.groovy
    ofbiz/trunk/framework/widget/src/org/ofbiz/widget/ContentWorkerInterface.java
    ofbiz/trunk/framework/widget/src/org/ofbiz/widget/DataResourceWorkerInterface.java
    ofbiz/trunk/framework/widget/src/org/ofbiz/widget/form/FormFactory.java
    ofbiz/trunk/framework/widget/src/org/ofbiz/widget/form/ModelForm.java
    ofbiz/trunk/framework/widget/src/org/ofbiz/widget/form/ModelFormField.java
    ofbiz/trunk/framework/widget/src/org/ofbiz/widget/html/HtmlFormWrapper.java
    ofbiz/trunk/framework/widget/src/org/ofbiz/widget/html/HtmlMenuRenderer.java
    ofbiz/trunk/framework/widget/src/org/ofbiz/widget/html/HtmlMenuRendererImage.java
    ofbiz/trunk/framework/widget/src/org/ofbiz/widget/html/HtmlMenuWrapperImage.java
    ofbiz/trunk/framework/widget/src/org/ofbiz/widget/html/HtmlScreenRenderer.java
    ofbiz/trunk/framework/widget/src/org/ofbiz/widget/menu/MenuFactory.java
    ofbiz/trunk/framework/widget/src/org/ofbiz/widget/menu/MenuWrapTransform.java
    ofbiz/trunk/framework/widget/src/org/ofbiz/widget/menu/ModelMenu.java
    ofbiz/trunk/framework/widget/src/org/ofbiz/widget/menu/ModelMenuItem.java
    ofbiz/trunk/framework/widget/src/org/ofbiz/widget/screen/MacroScreenRenderer.java
    ofbiz/trunk/framework/widget/src/org/ofbiz/widget/screen/ModelScreen.java
    ofbiz/trunk/framework/widget/src/org/ofbiz/widget/screen/ModelScreenWidget.java
    ofbiz/trunk/framework/widget/src/org/ofbiz/widget/screen/ScreenRenderer.java
    ofbiz/trunk/framework/widget/src/org/ofbiz/widget/tree/ModelTree.java
    ofbiz/trunk/framework/widget/src/org/ofbiz/widget/tree/TreeFactory.java
    ofbiz/trunk/specialpurpose/assetmaint/src/org/ofbiz/assetmaint/FixedAssetMaintServices.java
    ofbiz/trunk/specialpurpose/crowd/src/org/ofbiz/crowd/CrowdAuthenticator.java
    ofbiz/trunk/specialpurpose/ebay/src/org/ofbiz/ebay/EbayHelper.java
    ofbiz/trunk/specialpurpose/ebay/src/org/ofbiz/ebay/EbayOrderServices.java
    ofbiz/trunk/specialpurpose/ebay/src/org/ofbiz/ebay/ImportOrdersFromEbay.java
    ofbiz/trunk/specialpurpose/ebay/src/org/ofbiz/ebay/ProductsExportToEbay.java
    ofbiz/trunk/specialpurpose/ecommerce/script/org/ofbiz/ecommerce/order/ProcessPaymentSettings.groovy
    ofbiz/trunk/specialpurpose/ecommerce/src/org/ofbiz/ecommerce/misc/ThirdPartyEvents.java
    ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/WEB-INF/actions/customer/CustomerSurvey.groovy
    ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/WEB-INF/actions/order/ShipmentStatus.groovy
    ofbiz/trunk/specialpurpose/googlebase/src/org/ofbiz/googlebase/ProductsExportToGoogle.java
    ofbiz/trunk/specialpurpose/googlecheckout/src/org/ofbiz/googlecheckout/GoogleCheckoutHelper.java
    ofbiz/trunk/specialpurpose/googlecheckout/src/org/ofbiz/googlecheckout/GoogleCheckoutResponseEvents.java
    ofbiz/trunk/specialpurpose/googlecheckout/src/org/ofbiz/googlecheckout/GoogleRequestServices.java
    ofbiz/trunk/specialpurpose/hhfacility/src/org/ofbiz/hhfacility/FacilityServices.java
    ofbiz/trunk/specialpurpose/ldap/src/org/ofbiz/ldap/commons/AbstractOFBizAuthenticationHandler.java
    ofbiz/trunk/specialpurpose/oagis/src/org/ofbiz/oagis/OagisInventoryServices.java
    ofbiz/trunk/specialpurpose/oagis/src/org/ofbiz/oagis/OagisServices.java
    ofbiz/trunk/specialpurpose/oagis/src/org/ofbiz/oagis/OagisShipmentServices.java
    ofbiz/trunk/specialpurpose/pos/src/org/ofbiz/pos/PosTransaction.java
    ofbiz/trunk/specialpurpose/pos/src/org/ofbiz/pos/event/ManagerEvents.java
    ofbiz/trunk/specialpurpose/projectmgr/src/org/ofbiz/project/Various.java
    ofbiz/trunk/specialpurpose/shark/src/org/ofbiz/shark/audit/AssignmentEventAudit.java
    ofbiz/trunk/specialpurpose/shark/src/org/ofbiz/shark/audit/AuditEntityObject.java
    ofbiz/trunk/specialpurpose/shark/src/org/ofbiz/shark/audit/CreateProcessEventAudit.java
    ofbiz/trunk/specialpurpose/shark/src/org/ofbiz/shark/audit/DataEventAudit.java
    ofbiz/trunk/specialpurpose/shark/src/org/ofbiz/shark/audit/EntityAuditMgr.java
    ofbiz/trunk/specialpurpose/shark/src/org/ofbiz/shark/audit/EventAudit.java
    ofbiz/trunk/specialpurpose/shark/src/org/ofbiz/shark/audit/StateEventAudit.java
    ofbiz/trunk/specialpurpose/shark/src/org/ofbiz/shark/auth/GenericAuthenticationMgr.java
    ofbiz/trunk/specialpurpose/shark/src/org/ofbiz/shark/auth/OfbizAuthenticationMgr.java
    ofbiz/trunk/specialpurpose/shark/src/org/ofbiz/shark/container/SharkContainer.java
    ofbiz/trunk/specialpurpose/shark/src/org/ofbiz/shark/expression/BaseEntityCondExprBldr.java
    ofbiz/trunk/specialpurpose/shark/src/org/ofbiz/shark/instance/Activity.java
    ofbiz/trunk/specialpurpose/shark/src/org/ofbiz/shark/instance/ActivityVariable.java
    ofbiz/trunk/specialpurpose/shark/src/org/ofbiz/shark/instance/AndJoinEntry.java
    ofbiz/trunk/specialpurpose/shark/src/org/ofbiz/shark/instance/Assignment.java
    ofbiz/trunk/specialpurpose/shark/src/org/ofbiz/shark/instance/Deadline.java
    ofbiz/trunk/specialpurpose/shark/src/org/ofbiz/shark/instance/EntityPersistentMgr.java
    ofbiz/trunk/specialpurpose/shark/src/org/ofbiz/shark/instance/InstanceEntityObject.java
    ofbiz/trunk/specialpurpose/shark/src/org/ofbiz/shark/instance/Process.java
    ofbiz/trunk/specialpurpose/shark/src/org/ofbiz/shark/instance/ProcessMgr.java
    ofbiz/trunk/specialpurpose/shark/src/org/ofbiz/shark/instance/ProcessVariable.java
    ofbiz/trunk/specialpurpose/shark/src/org/ofbiz/shark/instance/Resource.java
    ofbiz/trunk/specialpurpose/shark/src/org/ofbiz/shark/mapping/EntityApplicationMap.java
    ofbiz/trunk/specialpurpose/shark/src/org/ofbiz/shark/mapping/EntityApplicationMappingMgr.java
    ofbiz/trunk/specialpurpose/shark/src/org/ofbiz/shark/mapping/EntityParticipantMap.java
    ofbiz/trunk/specialpurpose/shark/src/org/ofbiz/shark/mapping/EntityParticipantMappingMgr.java
    ofbiz/trunk/specialpurpose/shark/src/org/ofbiz/shark/repository/EntityRepositoryMgr.java
    ofbiz/trunk/specialpurpose/shark/src/org/ofbiz/shark/requester/AbstractRequester.java
    ofbiz/trunk/specialpurpose/shark/src/org/ofbiz/shark/user/GenericUserGroupMgr.java
    ofbiz/trunk/specialpurpose/shark/src/org/ofbiz/shark/user/PartyUserGroupMgr.java
    ofbiz/trunk/specialpurpose/webpos/src/org/ofbiz/webpos/WebPosEvents.java
    ofbiz/trunk/specialpurpose/webpos/src/org/ofbiz/webpos/session/WebPosSession.java
    ofbiz/trunk/specialpurpose/webpos/src/org/ofbiz/webpos/transaction/WebPosTransaction.java
    ofbiz/trunk/specialpurpose/workflow/src/org/ofbiz/workflow/WfApplicationServices.java
    ofbiz/trunk/specialpurpose/workflow/src/org/ofbiz/workflow/WfExecutionObject.java
    ofbiz/trunk/specialpurpose/workflow/src/org/ofbiz/workflow/WfFactory.java
    ofbiz/trunk/specialpurpose/workflow/src/org/ofbiz/workflow/client/WorkflowClient.java
    ofbiz/trunk/specialpurpose/workflow/src/org/ofbiz/workflow/client/WorkflowServices.java
    ofbiz/trunk/specialpurpose/workflow/src/org/ofbiz/workflow/definition/XpdlReader.java
    ofbiz/trunk/specialpurpose/workflow/src/org/ofbiz/workflow/impl/WfActivityImpl.java
    ofbiz/trunk/specialpurpose/workflow/src/org/ofbiz/workflow/impl/WfExecutionObjectImpl.java
    ofbiz/trunk/specialpurpose/workflow/src/org/ofbiz/workflow/impl/WfProcessImpl.java
    ofbiz/trunk/specialpurpose/workflow/src/org/ofbiz/workflow/impl/WfProcessMgrImpl.java
    ofbiz/trunk/specialpurpose/workflow/src/org/ofbiz/workflow/impl/WfResourceImpl.java

Modified: ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/test/AutoInvoiceTests.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/test/AutoInvoiceTests.xml?rev=821643&r1=821642&r2=821643&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/test/AutoInvoiceTests.xml (original)
+++ ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/test/AutoInvoiceTests.xml Mon Oct  5 00:08:27 2009
@@ -59,7 +59,7 @@
         <check-errors/>
         <iterate list="invoicesCreated" entry="invoice">
             <call-class-method method-name="getInvoiceTotal" ret-field="amountTotal" class-name="org.ofbiz.accounting.invoice.InvoiceWorker">
-                <field field="delegator" type="org.ofbiz.entity.GenericDelegator"/>
+                <field field="delegator" type="org.ofbiz.entity.Delegator"/>
                 <field field="invoice" type="String"/> 
             </call-class-method>
             <assert>

Modified: ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/GlEvents.java
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/GlEvents.java?rev=821643&r1=821642&r2=821643&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/GlEvents.java (original)
+++ ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/GlEvents.java Mon Oct  5 00:08:27 2009
@@ -30,7 +30,7 @@
 import org.ofbiz.base.util.UtilHttp;
 import org.ofbiz.base.util.UtilMisc;
 import org.ofbiz.base.util.UtilValidate;
-import org.ofbiz.entity.GenericDelegator;
+import org.ofbiz.entity.Delegator;
 import org.ofbiz.entity.GenericEntityException;
 import org.ofbiz.entity.GenericValue;
 import org.ofbiz.service.GenericServiceException;
@@ -42,7 +42,7 @@
 public static final String module = GlEvents.class.getName();
 public static String createReconcileAccount(HttpServletRequest request, HttpServletResponse response) {
     LocalDispatcher dispatcher = (LocalDispatcher) request.getAttribute("dispatcher");
-    final GenericDelegator delegator = (GenericDelegator)request.getAttribute("delegator");
+    final Delegator delegator = (Delegator)request.getAttribute("delegator");
     GenericValue userLogin = (GenericValue) request.getSession().getAttribute("userLogin");
     Map<String, Object> ctx = UtilHttp.getParameterMap(request);
     String acctgTransId;

Modified: ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/agreement/AgreementServices.java
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/agreement/AgreementServices.java?rev=821643&r1=821642&r2=821643&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/agreement/AgreementServices.java (original)
+++ ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/agreement/AgreementServices.java Mon Oct  5 00:08:27 2009
@@ -30,7 +30,7 @@
 import org.ofbiz.base.util.UtilMisc;
 import org.ofbiz.base.util.UtilNumber;
 import org.ofbiz.base.util.UtilProperties;
-import org.ofbiz.entity.GenericDelegator;
+import org.ofbiz.entity.Delegator;
 import org.ofbiz.entity.GenericEntity;
 import org.ofbiz.entity.GenericEntityException;
 import org.ofbiz.entity.GenericValue;
@@ -77,7 +77,7 @@
      *              productId       String  Product Id
      */
     public static Map<String, Object> getCommissionForProduct(DispatchContext ctx, Map<String, Object> context) {
-        GenericDelegator delegator = ctx.getDelegator();
+        Delegator delegator = ctx.getDelegator();
         Locale locale = (Locale) context.get("locale");
         String errMsg = null;
         List<Map<String, Object>> commissions = FastList.newInstance();

Modified: ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/finaccount/FinAccountPaymentServices.java
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/finaccount/FinAccountPaymentServices.java?rev=821643&r1=821642&r2=821643&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/finaccount/FinAccountPaymentServices.java (original)
+++ ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/finaccount/FinAccountPaymentServices.java Mon Oct  5 00:08:27 2009
@@ -34,7 +34,7 @@
 import org.ofbiz.base.util.UtilMisc;
 import org.ofbiz.base.util.UtilProperties;
 import org.ofbiz.base.util.UtilValidate;
-import org.ofbiz.entity.GenericDelegator;
+import org.ofbiz.entity.Delegator;
 import org.ofbiz.entity.GenericEntityException;
 import org.ofbiz.entity.GenericValue;
 import org.ofbiz.entity.condition.EntityCondition;
@@ -60,7 +60,7 @@
     // base payment integration services
     public static Map<String, Object> finAccountPreAuth(DispatchContext dctx, Map<String, Object> context) {
         LocalDispatcher dispatcher = dctx.getDispatcher();
-        GenericDelegator delegator = dctx.getDelegator();
+        Delegator delegator = dctx.getDelegator();
         GenericValue userLogin = (GenericValue) context.get("userLogin");
 
         GenericValue paymentPref = (GenericValue) context.get("orderPaymentPreference");
@@ -305,7 +305,7 @@
 
     public static Map<String, Object> finAccountCapture(DispatchContext dctx, Map<String, Object> context) {
         LocalDispatcher dispatcher = dctx.getDispatcher();
-        GenericDelegator delegator = dctx.getDelegator();
+        Delegator delegator = dctx.getDelegator();
 
         GenericValue orderPaymentPreference = (GenericValue) context.get("orderPaymentPreference");
         GenericValue userLogin = (GenericValue) context.get("userLogin");
@@ -423,7 +423,7 @@
 
     public static Map<String, Object> finAccountRefund(DispatchContext dctx, Map<String, Object> context) {
         LocalDispatcher dispatcher = dctx.getDispatcher();
-        GenericDelegator delegator = dctx.getDelegator();
+        Delegator delegator = dctx.getDelegator();
 
         GenericValue orderPaymentPreference = (GenericValue) context.get("orderPaymentPreference");
         GenericValue userLogin = (GenericValue) context.get("userLogin");
@@ -495,7 +495,7 @@
     // base account transaction services
     public static Map<String, Object> finAccountWithdraw(DispatchContext dctx, Map<String, Object> context) {
         LocalDispatcher dispatcher = dctx.getDispatcher();
-        GenericDelegator delegator = dctx.getDelegator();
+        Delegator delegator = dctx.getDelegator();
 
         GenericValue userLogin = (GenericValue) context.get("userLogin");
         String productStoreId = (String) context.get("productStoreId");
@@ -584,7 +584,7 @@
     // base deposit service
     public static Map<String, Object> finAccountDeposit(DispatchContext dctx, Map<String, Object> context) {
         LocalDispatcher dispatcher = dctx.getDispatcher();
-        GenericDelegator delegator = dctx.getDelegator();
+        Delegator delegator = dctx.getDelegator();
 
         GenericValue userLogin = (GenericValue) context.get("userLogin");
         String productStoreId = (String) context.get("productStoreId");
@@ -672,7 +672,7 @@
     // auto-replenish service (deposit)
     public static Map<String, Object> finAccountReplenish(DispatchContext dctx, Map<String, Object> context) {
         LocalDispatcher dispatcher = dctx.getDispatcher();
-        GenericDelegator delegator = dctx.getDelegator();
+        Delegator delegator = dctx.getDelegator();
 
         GenericValue userLogin = (GenericValue) context.get("userLogin");
         String productStoreId = (String) context.get("productStoreId");
@@ -861,7 +861,7 @@
         return ServiceUtil.returnSuccess();
     }
 
-    private static String getLastProductStoreId(GenericDelegator delegator, String finAccountId) {
+    private static String getLastProductStoreId(Delegator delegator, String finAccountId) {
         EntityFindOptions opts = new EntityFindOptions();
         opts.setMaxRows(1);
         opts.setFetchSize(1);
@@ -898,7 +898,7 @@
         return null;
     }
 
-    private static String createFinAcctPaymentTransaction(GenericDelegator delegator, LocalDispatcher dispatcher, GenericValue userLogin, BigDecimal amount,
+    private static String createFinAcctPaymentTransaction(Delegator delegator, LocalDispatcher dispatcher, GenericValue userLogin, BigDecimal amount,
             String productStoreId, String partyId, String orderId, String orderItemSeqId, String currencyUom, String txType, String finAccountId, String reasonEnumId) throws GeneralException {
 
         final String coParty = ProductStoreWorker.getProductStorePayToPartyId(productStoreId, delegator);

Modified: ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/finaccount/FinAccountProductServices.java
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/finaccount/FinAccountProductServices.java?rev=821643&r1=821642&r2=821643&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/finaccount/FinAccountProductServices.java (original)
+++ ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/finaccount/FinAccountProductServices.java Mon Oct  5 00:08:27 2009
@@ -23,7 +23,7 @@
 import org.ofbiz.service.LocalDispatcher;
 import org.ofbiz.service.ServiceUtil;
 import org.ofbiz.service.GenericServiceException;
-import org.ofbiz.entity.GenericDelegator;
+import org.ofbiz.entity.Delegator;
 import org.ofbiz.entity.GenericValue;
 import org.ofbiz.entity.GenericEntityException;
 import org.ofbiz.entity.util.EntityUtil;
@@ -47,7 +47,7 @@
     public static Map<String, Object> createPartyFinAccountFromPurchase(DispatchContext dctx, Map<String, Object> context) {
         // this service should always be called via FULFILLMENT_EXTASYNC
         LocalDispatcher dispatcher = dctx.getDispatcher();
-        GenericDelegator delegator = dctx.getDelegator();
+        Delegator delegator = dctx.getDelegator();
 
         GenericValue orderItem = (GenericValue) context.get("orderItem");
         GenericValue userLogin = (GenericValue) context.get("userLogin");

Modified: ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/finaccount/FinAccountServices.java
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/finaccount/FinAccountServices.java?rev=821643&r1=821642&r2=821643&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/finaccount/FinAccountServices.java (original)
+++ ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/finaccount/FinAccountServices.java Mon Oct  5 00:08:27 2009
@@ -31,7 +31,7 @@
 import org.ofbiz.base.util.UtilDateTime;
 import org.ofbiz.base.util.UtilMisc;
 import org.ofbiz.base.util.UtilValidate;
-import org.ofbiz.entity.GenericDelegator;
+import org.ofbiz.entity.Delegator;
 import org.ofbiz.entity.GenericEntityException;
 import org.ofbiz.entity.GenericValue;
 import org.ofbiz.entity.condition.EntityCondition;
@@ -52,7 +52,7 @@
     public static final String module = FinAccountServices.class.getName();
 
     public static Map<String, Object> createAccountAndCredit(DispatchContext dctx, Map<String, Object> context) {
-        GenericDelegator delegator = dctx.getDelegator();
+        Delegator delegator = dctx.getDelegator();
         LocalDispatcher dispatcher = dctx.getDispatcher();
         String finAccountTypeId = (String) context.get("finAccountTypeId");
         String accountName = (String) context.get("accountName");
@@ -174,7 +174,7 @@
     }
 
     public static Map<String, Object> createFinAccountForStore(DispatchContext dctx, Map<String, Object> context) {
-        GenericDelegator delegator = dctx.getDelegator();
+        Delegator delegator = dctx.getDelegator();
         LocalDispatcher dispatcher = dctx.getDispatcher();
         GenericValue userLogin = (GenericValue) context.get("userLogin");
         String productStoreId = (String) context.get("productStoreId");
@@ -233,7 +233,7 @@
     }
 
     public static Map<String, Object> checkFinAccountBalance(DispatchContext dctx, Map<String, Object> context) {
-        GenericDelegator delegator = dctx.getDelegator();
+        Delegator delegator = dctx.getDelegator();
         String finAccountId = (String) context.get("finAccountId");
         String finAccountCode = (String) context.get("finAccountCode");
 
@@ -278,7 +278,7 @@
     }
 
     public static Map<String, Object> checkFinAccountStatus(DispatchContext dctx, Map<String, Object> context) {
-        GenericDelegator delegator = dctx.getDelegator();
+        Delegator delegator = dctx.getDelegator();
         String finAccountId = (String) context.get("finAccountId");
 
         if (finAccountId == null) {
@@ -322,7 +322,7 @@
 
     public static Map<String, Object> refundFinAccount(DispatchContext dctx, Map<String, Object> context) {
         LocalDispatcher dispatcher = dctx.getDispatcher();
-        GenericDelegator delegator = dctx.getDelegator();
+        Delegator delegator = dctx.getDelegator();
 
         GenericValue userLogin = (GenericValue) context.get("userLogin");
         String finAccountId = (String) context.get("finAccountId");

Modified: ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/invoice/InvoiceServices.java
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/invoice/InvoiceServices.java?rev=821643&r1=821642&r2=821643&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/invoice/InvoiceServices.java (original)
+++ ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/invoice/InvoiceServices.java Mon Oct  5 00:08:27 2009
@@ -42,7 +42,7 @@
 import org.ofbiz.base.util.UtilNumber;
 import org.ofbiz.base.util.UtilProperties;
 import org.ofbiz.base.util.UtilValidate;
-import org.ofbiz.entity.GenericDelegator;
+import org.ofbiz.entity.Delegator;
 import org.ofbiz.entity.GenericEntityException;
 import org.ofbiz.entity.GenericValue;
 import org.ofbiz.entity.condition.EntityCondition;
@@ -111,7 +111,7 @@
 
     // service to create an invoice for a complete order by the system userid
     public static Map<String, Object> createInvoiceForOrderAllItems(DispatchContext dctx, Map<String, Object> context) {
-        GenericDelegator delegator = dctx.getDelegator();
+        Delegator delegator = dctx.getDelegator();
         LocalDispatcher dispatcher = dctx.getDispatcher();
         try {
             List<GenericValue> orderItems = delegator.findByAnd("OrderItem", UtilMisc.toMap("orderId", (String) context.get("orderId")));
@@ -139,7 +139,7 @@
 
     /* Service to create an invoice for an order */
     public static Map<String, Object> createInvoiceForOrder(DispatchContext dctx, Map<String, Object> context) {
-        GenericDelegator delegator = dctx.getDelegator();
+        Delegator delegator = dctx.getDelegator();
         LocalDispatcher dispatcher = dctx.getDispatcher();
         GenericValue userLogin = (GenericValue) context.get("userLogin");
         Locale locale = (Locale) context.get("locale");
@@ -804,7 +804,7 @@
 
     // Service for creating commission invoices
     public static Map<String, Object> createCommissionInvoices(DispatchContext dctx, Map<String, Object> context) {
-        GenericDelegator delegator = dctx.getDelegator();
+        Delegator delegator = dctx.getDelegator();
         LocalDispatcher dispatcher = dctx.getDispatcher();
         GenericValue userLogin = (GenericValue) context.get("userLogin");
         Locale locale = (Locale) context.get("locale");
@@ -1051,7 +1051,7 @@
     }
 
     public static Map<String, Object> createInvoicesFromShipment(DispatchContext dctx, Map<String, Object> context) {
-        //GenericDelegator delegator = dctx.getDelegator();
+        //Delegator delegator = dctx.getDelegator();
         LocalDispatcher dispatcher = dctx.getDispatcher();
         String shipmentId = (String) context.get("shipmentId");
         Locale locale = (Locale) context.get("locale");
@@ -1071,7 +1071,7 @@
     }
 
     public static Map<String, Object> setInvoicesToReadyFromShipment(DispatchContext dctx, Map<String, Object> context) {
-        GenericDelegator delegator = dctx.getDelegator();
+        Delegator delegator = dctx.getDelegator();
         LocalDispatcher dispatcher = dctx.getDispatcher();
         String shipmentId = (String) context.get("shipmentId");
         Locale locale = (Locale) context.get("locale");
@@ -1181,7 +1181,7 @@
     }
 
     public static Map<String, Object> createInvoicesFromShipments(DispatchContext dctx, Map context) {
-        GenericDelegator delegator = dctx.getDelegator();
+        Delegator delegator = dctx.getDelegator();
         LocalDispatcher dispatcher = dctx.getDispatcher();
         List<String> shipmentIds = UtilGenerics.checkList(context.get("shipmentIds"));
         Locale locale = (Locale) context.get("locale");
@@ -1671,7 +1671,7 @@
         return response;
     }
 
-    private static String getInvoiceItemType(GenericDelegator delegator, String key1, String key2, String invoiceTypeId, String defaultValue) {
+    private static String getInvoiceItemType(Delegator delegator, String key1, String key2, String invoiceTypeId, String defaultValue) {
         GenericValue itemMap = null;
         try {
             if (UtilValidate.isNotEmpty(key1)) {
@@ -1692,7 +1692,7 @@
     }
 
     public static Map<String, Object> createInvoicesFromReturnShipment(DispatchContext dctx, Map<String, Object> context) {
-        GenericDelegator delegator = dctx.getDelegator();
+        Delegator delegator = dctx.getDelegator();
         LocalDispatcher dispatcher = dctx.getDispatcher();
         Locale locale = (Locale) context.get("locale");
 
@@ -1794,7 +1794,7 @@
     }
 
     public static Map<String, Object> createInvoiceFromReturn(DispatchContext dctx, Map<String, Object> context) {
-        GenericDelegator delegator = dctx.getDelegator();
+        Delegator delegator = dctx.getDelegator();
         LocalDispatcher dispatcher = dctx.getDispatcher();
         GenericValue userLogin = (GenericValue) context.get("userLogin");
         Locale locale = (Locale) context.get("locale");
@@ -2056,7 +2056,7 @@
     }
 
     public static Map<String, Object> checkInvoicePaymentApplications(DispatchContext ctx, Map<String, Object> context) {
-        GenericDelegator delegator = ctx.getDelegator();
+        Delegator delegator = ctx.getDelegator();
         LocalDispatcher dispatcher = ctx.getDispatcher();
         GenericValue userLogin = (GenericValue) context.get("userLogin");
         Locale locale = (Locale) context.get("locale");
@@ -2149,7 +2149,7 @@
         return ServiceUtil.returnSuccess();
     }
 
-    private static BigDecimal calcHeaderAdj(GenericDelegator delegator, GenericValue adj, String invoiceTypeId, String invoiceId, String invoiceItemSeqId,
+    private static BigDecimal calcHeaderAdj(Delegator delegator, GenericValue adj, String invoiceTypeId, String invoiceId, String invoiceItemSeqId,
             BigDecimal divisor, BigDecimal multiplier, BigDecimal baseAmount, int decimals, int rounding, GenericValue userLogin, LocalDispatcher dispatcher, Locale locale) {
         BigDecimal adjAmount = ZERO;
         if (adj.get("amount") != null) {
@@ -2275,7 +2275,7 @@
     }
 
     /* Creates InvoiceTerm entries for a list of terms, which can be BillingAccountTerms, OrderTerms, etc. */
-    private static void createInvoiceTerms(GenericDelegator delegator, LocalDispatcher dispatcher, String invoiceId, List<GenericValue> terms, GenericValue userLogin, Locale locale) {
+    private static void createInvoiceTerms(Delegator delegator, LocalDispatcher dispatcher, String invoiceId, List<GenericValue> terms, GenericValue userLogin, Locale locale) {
         if (terms != null) {
             for (GenericValue term : terms) {
 
@@ -2344,7 +2344,7 @@
     }
 
     public static Map<String, Object> updatePaymentApplicationDefBd(DispatchContext dctx, Map<String, Object> context) {
-        GenericDelegator delegator = dctx.getDelegator();
+        Delegator delegator = dctx.getDelegator();
         LocalDispatcher dispatcher = dctx.getDispatcher();
         Locale locale = (Locale) context.get("locale");
         GenericValue userLogin = (GenericValue) context.get("userLogin");
@@ -3050,7 +3050,7 @@
     }
 
     public static Map<String, Object> calculateInvoicedAdjustmentTotal(DispatchContext dctx, Map<String, Object> context) {
-        GenericDelegator delegator = dctx.getDelegator();
+        Delegator delegator = dctx.getDelegator();
         Locale locale = (Locale) context.get("locale");
         GenericValue orderAdjustment = (GenericValue) context.get("orderAdjustment");
         Map<String, Object> result = ServiceUtil.returnSuccess();
@@ -3079,7 +3079,7 @@
      * @param paymentApplication
      * @return map results
      */
-    private static Map<String, Object> storePaymentApplication(GenericDelegator delegator, GenericValue paymentApplication,Locale locale) {
+    private static Map<String, Object> storePaymentApplication(Delegator delegator, GenericValue paymentApplication,Locale locale) {
         Map<String, Object> results = ServiceUtil.returnSuccess(UtilProperties.getMessage(resource, "AccountingSuccessFull",locale));
         boolean debug = true;
         if (debug) Debug.logInfo("Start updating the paymentApplication table ", module);
@@ -3169,7 +3169,7 @@
     }
 
     public static Map<String, Object> checkPaymentInvoices(DispatchContext dctx, Map<String, Object> context) {
-        GenericDelegator delegator = dctx.getDelegator();
+        Delegator delegator = dctx.getDelegator();
         LocalDispatcher dispatcher = dctx.getDispatcher();
         GenericValue userLogin = (GenericValue) context.get("userLogin");
 

Modified: ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/invoice/InvoiceWorker.java
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/invoice/InvoiceWorker.java?rev=821643&r1=821642&r2=821643&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/invoice/InvoiceWorker.java (original)
+++ ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/invoice/InvoiceWorker.java Mon Oct  5 00:08:27 2009
@@ -34,7 +34,7 @@
 import org.ofbiz.base.util.UtilNumber;
 import org.ofbiz.base.util.UtilProperties;
 import org.ofbiz.base.util.UtilValidate;
-import org.ofbiz.entity.GenericDelegator;
+import org.ofbiz.entity.Delegator;
 import org.ofbiz.entity.GenericEntityException;
 import org.ofbiz.entity.GenericValue;
 import org.ofbiz.entity.condition.EntityCondition;
@@ -61,11 +61,11 @@
      * @param invoice GenericValue object of the Invoice
      * @return the invoice total as BigDecimal
      */
-    public static BigDecimal getInvoiceTotal(GenericDelegator delegator, String invoiceId) {
+    public static BigDecimal getInvoiceTotal(Delegator delegator, String invoiceId) {
         return getInvoiceTotal(delegator, invoiceId, Boolean.TRUE);
     }
 
-    public static BigDecimal getInvoiceTotal(GenericDelegator delegator, String invoiceId, Boolean actualCurrency) {
+    public static BigDecimal getInvoiceTotal(Delegator delegator, String invoiceId, Boolean actualCurrency) {
         if (delegator == null) {
             throw new IllegalArgumentException("Null delegator is not allowed in this method");
         }
@@ -98,7 +98,7 @@
     }
 
     /** Method to get the taxable invoice item types as a List of invoiceItemTypeIds.  These are identified in Enumeration with enumTypeId TAXABLE_INV_ITM_TY. */
-    public static List getTaxableInvoiceItemTypeIds(GenericDelegator delegator) throws GenericEntityException {
+    public static List getTaxableInvoiceItemTypeIds(Delegator delegator) throws GenericEntityException {
         List typeIds = FastList.newInstance();
         List invoiceItemTaxTypes = delegator.findByAndCache("Enumeration", UtilMisc.toMap("enumTypeId", "TAXABLE_INV_ITM_TY"));
         for (Iterator iter = invoiceItemTaxTypes.iterator(); iter.hasNext();) {
@@ -116,7 +116,7 @@
            throw new IllegalArgumentException("The invoiceId passed does not match an existing invoice");
         List invoiceTaxItems = null;
         try {
-            GenericDelegator delegator = invoice.getDelegator();
+            Delegator delegator = invoice.getDelegator();
             EntityConditionList condition = EntityCondition.makeCondition(UtilMisc.toList(
                     EntityCondition.makeCondition("invoiceId", invoice.get("invoiceId")),
                     EntityCondition.makeCondition("invoiceItemTypeId", EntityOperator.IN, getTaxableInvoiceItemTypeIds(delegator))),
@@ -291,7 +291,7 @@
     }
 
     public static GenericValue getInvoiceAddressByType(GenericValue invoice, String contactMechPurposeTypeId) {
-        GenericDelegator delegator = invoice.getDelegator();
+        Delegator delegator = invoice.getDelegator();
         List<GenericValue> locations = null;
         // first try InvoiceContactMech to see if we can find the address needed
         try {
@@ -384,10 +384,10 @@
      * @param invoice GenericValue object of the Invoice
      * @return the invoice total as BigDecimal
      */
-    public static BigDecimal getInvoiceNotApplied(GenericDelegator delegator, String invoiceId, Boolean actualCurrency) {
+    public static BigDecimal getInvoiceNotApplied(Delegator delegator, String invoiceId, Boolean actualCurrency) {
         return InvoiceWorker.getInvoiceTotal(delegator, invoiceId, actualCurrency).subtract(getInvoiceApplied(delegator, invoiceId,  UtilDateTime.nowTimestamp(), actualCurrency));
     }
-    public static BigDecimal getInvoiceNotApplied(GenericDelegator delegator, String invoiceId) {
+    public static BigDecimal getInvoiceNotApplied(Delegator delegator, String invoiceId) {
         return InvoiceWorker.getInvoiceTotal(delegator, invoiceId).subtract(getInvoiceApplied(delegator, invoiceId));
     }
     public static BigDecimal getInvoiceNotApplied(GenericValue invoice) {
@@ -413,7 +413,7 @@
      * @param invoice GenericValue object of the Invoice
      * @return the invoice total as BigDecimal
      */
-    public static BigDecimal getInvoiceApplied(GenericDelegator delegator, String invoiceId) {
+    public static BigDecimal getInvoiceApplied(Delegator delegator, String invoiceId) {
         return getInvoiceApplied(delegator, invoiceId, UtilDateTime.nowTimestamp(), Boolean.TRUE);
     }
 
@@ -425,7 +425,7 @@
      * @param asOfDateTime - a Timestamp
      * @return
      */
-    public static BigDecimal getInvoiceApplied(GenericDelegator delegator, String invoiceId, Timestamp asOfDateTime, Boolean actualCurrency) {
+    public static BigDecimal getInvoiceApplied(Delegator delegator, String invoiceId, Timestamp asOfDateTime, Boolean actualCurrency) {
         if (delegator == null) {
             throw new IllegalArgumentException("Null delegator is not allowed in this method");
         }
@@ -485,7 +485,7 @@
      * @param invoice GenericValue object of the Invoice
      * @return the invoice total as BigDecimal
      */
-    public static BigDecimal getInvoiceItemApplied(GenericDelegator delegator, String invoiceId, String invoiceItemSeqId) {
+    public static BigDecimal getInvoiceItemApplied(Delegator delegator, String invoiceId, String invoiceItemSeqId) {
         if (delegator == null) {
             throw new IllegalArgumentException("Null delegator is not allowed in this method");
         }
@@ -528,7 +528,7 @@
     }
     public static BigDecimal getInvoiceCurrencyConversionRate(GenericValue invoice) {
         BigDecimal conversionRate = null;
-        GenericDelegator delegator = invoice.getDelegator();
+        Delegator delegator = invoice.getDelegator();
         String otherCurrencyUomId = null;
         // find the organization party currencyUomId which different from the invoice currency
         try {
@@ -591,7 +591,7 @@
         return(conversionRate);
     }
 
-    public static BigDecimal getInvoiceCurrencyConversionRate(GenericDelegator delegator, String invoiceId) {
+    public static BigDecimal getInvoiceCurrencyConversionRate(Delegator delegator, String invoiceId) {
         if (delegator == null) {
             throw new IllegalArgumentException("Null delegator is not allowed in this method");
         }

Modified: ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/payment/BillingAccountWorker.java
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/payment/BillingAccountWorker.java?rev=821643&r1=821642&r2=821643&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/payment/BillingAccountWorker.java (original)
+++ ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/payment/BillingAccountWorker.java Mon Oct  5 00:08:27 2009
@@ -35,7 +35,7 @@
 import org.ofbiz.base.util.UtilMisc;
 import org.ofbiz.base.util.UtilNumber;
 import org.ofbiz.base.util.UtilValidate;
-import org.ofbiz.entity.GenericDelegator;
+import org.ofbiz.entity.Delegator;
 import org.ofbiz.entity.GenericEntityException;
 import org.ofbiz.entity.GenericValue;
 import org.ofbiz.entity.condition.EntityCondition;
@@ -66,7 +66,7 @@
         if (decimals != -1) ZERO = ZERO.setScale(decimals);
     }
 
-    public static List makePartyBillingAccountList(GenericValue userLogin, String currencyUomId, String partyId, GenericDelegator delegator, LocalDispatcher dispatcher) throws GeneralException {
+    public static List makePartyBillingAccountList(GenericValue userLogin, String currencyUomId, String partyId, Delegator delegator, LocalDispatcher dispatcher) throws GeneralException {
         List billingAccountList = FastList.newInstance();
 
         Map agentResult = dispatcher.runSync("getRelatedParties", UtilMisc.<String, Object>toMap("userLogin", userLogin, "partyIdFrom", partyId,
@@ -133,14 +133,14 @@
      * @return
      * @throws GenericEntityException
      */
-    public static BigDecimal getBillingAccountBalance(GenericDelegator delegator, String billingAccountId) throws GenericEntityException {
+    public static BigDecimal getBillingAccountBalance(Delegator delegator, String billingAccountId) throws GenericEntityException {
         GenericValue billingAccount = delegator.findByPrimaryKey("BillingAccount", UtilMisc.toMap("billingAccountId", billingAccountId));
         return getBillingAccountBalance(billingAccount);
     }
 
     public static BigDecimal getBillingAccountBalance(GenericValue billingAccount) throws GenericEntityException {
 
-        GenericDelegator delegator = billingAccount.getDelegator();
+        Delegator delegator = billingAccount.getDelegator();
         String billingAccountId = billingAccount.getString("billingAccountId");
 
         BigDecimal balance = ZERO;
@@ -174,7 +174,7 @@
         balance = balance.setScale(decimals, rounding);
         return balance;
         /*
-        GenericDelegator delegator = billingAccount.getDelegator();
+        Delegator delegator = billingAccount.getDelegator();
         String billingAccountId = billingAccount.getString("billingAccountId");
 
         // first get the net balance of invoices - payments
@@ -208,7 +208,7 @@
     /**
      * Returns list of orders which are currently open against a billing account
      */
-    public static List getBillingAccountOpenOrders(GenericDelegator delegator, String billingAccountId) throws GenericEntityException {
+    public static List getBillingAccountOpenOrders(Delegator delegator, String billingAccountId) throws GenericEntityException {
         EntityConditionList<EntityExpr> ecl = EntityCondition.makeCondition(UtilMisc.toList(
                 EntityCondition.makeCondition("billingAccountId", EntityOperator.EQUALS, billingAccountId),
                 EntityCondition.makeCondition("statusId", EntityOperator.NOT_EQUAL, "ORDER_REJECTED"),
@@ -236,7 +236,7 @@
         }
     }
 
-    public static BigDecimal getBillingAccountAvailableBalance(GenericDelegator delegator, String billingAccountId) throws GenericEntityException {
+    public static BigDecimal getBillingAccountAvailableBalance(Delegator delegator, String billingAccountId) throws GenericEntityException {
         GenericValue billingAccount = delegator.findByPrimaryKey("BillingAccount", UtilMisc.toMap("billingAccountId", billingAccountId));
         return getBillingAccountAvailableBalance(billingAccount);
     }
@@ -249,7 +249,7 @@
      * @return
      * @throws GenericEntityException
      */
-    public static BigDecimal getBillingAccountNetBalance(GenericDelegator delegator, String billingAccountId) throws GenericEntityException {
+    public static BigDecimal getBillingAccountNetBalance(Delegator delegator, String billingAccountId) throws GenericEntityException {
         BigDecimal balance = ZERO;
 
         // search through all PaymentApplications and add the amount that was applied to invoice and subtract the amount applied from payments
@@ -286,7 +286,7 @@
     }
 
     public static Map calcBillingAccountBalance(DispatchContext dctx, Map context) {
-        GenericDelegator delegator = dctx.getDelegator();
+        Delegator delegator = dctx.getDelegator();
         String billingAccountId = (String) context.get("billingAccountId");
         Map result = ServiceUtil.returnSuccess();
 

Modified: ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/payment/GiftCertificateServices.java
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/payment/GiftCertificateServices.java?rev=821643&r1=821642&r2=821643&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/payment/GiftCertificateServices.java (original)
+++ ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/payment/GiftCertificateServices.java Mon Oct  5 00:08:27 2009
@@ -34,7 +34,7 @@
 import org.ofbiz.base.util.UtilProperties;
 import org.ofbiz.base.util.UtilValidate;
 import org.ofbiz.base.util.collections.ResourceBundleMapWrapper;
-import org.ofbiz.entity.GenericDelegator;
+import org.ofbiz.entity.Delegator;
 import org.ofbiz.entity.GenericEntityException;
 import org.ofbiz.entity.GenericValue;
 import org.ofbiz.entity.util.EntityUtil;
@@ -59,7 +59,7 @@
     // Base Gift Certificate Services
     public static Map createGiftCertificate(DispatchContext dctx, Map context) {
         LocalDispatcher dispatcher = dctx.getDispatcher();
-        GenericDelegator delegator = dctx.getDelegator();
+        Delegator delegator = dctx.getDelegator();
 
         GenericValue userLogin = (GenericValue) context.get("userLogin");
         String productStoreId = (String) context.get("productStoreId");
@@ -154,7 +154,7 @@
 
     public static Map addFundsToGiftCertificate(DispatchContext dctx, Map context) {
         LocalDispatcher dispatcher = dctx.getDispatcher();
-        GenericDelegator delegator = dctx.getDelegator();
+        Delegator delegator = dctx.getDelegator();
         final String deposit = "DEPOSIT";
 
         GenericValue userLogin = (GenericValue) context.get("userLogin");
@@ -236,7 +236,7 @@
 
     public static Map redeemGiftCertificate(DispatchContext dctx, Map context) {
         LocalDispatcher dispatcher = dctx.getDispatcher();
-        GenericDelegator delegator = dctx.getDelegator();
+        Delegator delegator = dctx.getDelegator();
         final String withdrawl = "WITHDRAWAL";
 
         GenericValue userLogin = (GenericValue) context.get("userLogin");
@@ -312,7 +312,7 @@
     }
 
     public static Map checkGiftCertificateBalance(DispatchContext dctx, Map context) {
-        GenericDelegator delegator = dctx.getDelegator();
+        Delegator delegator = dctx.getDelegator();
         String cardNumber = (String) context.get("cardNumber");
         String pinNumber = (String) context.get("pinNumber");
 
@@ -342,7 +342,7 @@
     // Fullfilment Services
     public static Map giftCertificateProcessor(DispatchContext dctx, Map context) {
         LocalDispatcher dispatcher = dctx.getDispatcher();
-        GenericDelegator delegator = dctx.getDelegator();
+        Delegator delegator = dctx.getDelegator();
         GenericValue userLogin = (GenericValue) context.get("userLogin");
 
         BigDecimal amount = (BigDecimal) context.get("processAmount");
@@ -427,7 +427,7 @@
 
     public static Map giftCertificateAuthorize(DispatchContext dctx, Map context) {
         LocalDispatcher dispatcher = dctx.getDispatcher();
-        GenericDelegator delegator = dctx.getDelegator();
+        Delegator delegator = dctx.getDelegator();
         GenericValue userLogin = (GenericValue) context.get("userLogin");
 
         GenericValue giftCard = (GenericValue) context.get("giftCard");
@@ -565,7 +565,7 @@
 
     private static Map giftCertificateRestore(DispatchContext dctx, GenericValue userLogin, GenericValue paymentPref, BigDecimal amount, String currency, String resultPrefix) {
         LocalDispatcher dispatcher = dctx.getDispatcher();
-        GenericDelegator delegator = dctx.getDelegator();
+        Delegator delegator = dctx.getDelegator();
 
         // get the orderId for tracking
         String orderId = paymentPref.getString("orderId");
@@ -634,7 +634,7 @@
     public static Map giftCertificatePurchase(DispatchContext dctx, Map context) {
         // this service should always be called via FULFILLMENT_EXTASYNC
         LocalDispatcher dispatcher = dctx.getDispatcher();
-        GenericDelegator delegator = dctx.getDelegator();
+        Delegator delegator = dctx.getDelegator();
         GenericValue userLogin = (GenericValue) context.get("userLogin");
         GenericValue orderItem = (GenericValue) context.get("orderItem");
         Locale locale = (Locale) context.get("locale");
@@ -871,7 +871,7 @@
     public static Map giftCertificateReload(DispatchContext dctx, Map context) {
         // this service should always be called via FULFILLMENT_EXTSYNC
         LocalDispatcher dispatcher = dctx.getDispatcher();
-        GenericDelegator delegator = dctx.getDelegator();
+        Delegator delegator = dctx.getDelegator();
         GenericValue userLogin = (GenericValue) context.get("userLogin");
         GenericValue orderItem = (GenericValue) context.get("orderItem");
         Locale locale = (Locale) context.get("locale");
@@ -1092,7 +1092,7 @@
 
     // Tracking Service
     public static Map createFulfillmentRecord(DispatchContext dctx, Map context) {
-        GenericDelegator delegator = dctx.getDelegator();
+        Delegator delegator = dctx.getDelegator();
 
         // create the fulfillment record
         GenericValue gcFulFill = delegator.makeValue("GiftCardFulfillment");
@@ -1122,7 +1122,7 @@
     // Refund Service
     public static Map refundGcPurchase(DispatchContext dctx, Map context) {
         LocalDispatcher dispatcher = dctx.getDispatcher();
-        GenericDelegator delegator = dctx.getDelegator();
+        Delegator delegator = dctx.getDelegator();
         GenericValue userLogin = (GenericValue) context.get("userLogin");
         GenericValue orderItem = (GenericValue) context.get("orderItem");
         String partyId = (String) context.get("partyId");
@@ -1248,7 +1248,7 @@
     }
 
     // Private worker methods
-    private static boolean validatePin(GenericDelegator delegator, String cardNumber, String pinNumber) {
+    private static boolean validatePin(Delegator delegator, String cardNumber, String pinNumber) {
         GenericValue finAccount = null;
         try {
             finAccount = delegator.findByPrimaryKey("FinAccount", UtilMisc.toMap("finAccountId", cardNumber));
@@ -1267,7 +1267,7 @@
         return false;
     }
 
-    private static String createTransaction(GenericDelegator delegator, LocalDispatcher dispatcher, GenericValue userLogin, BigDecimal amount,
+    private static String createTransaction(Delegator delegator, LocalDispatcher dispatcher, GenericValue userLogin, BigDecimal amount,
             String productStoreId, String partyId, String currencyUom, String txType, String finAccountId) throws GeneralException {
         final String coParty = getPayToPartyId(delegator, productStoreId);
         final String paymentMethodType = "GIFT_CERTIFICATE";
@@ -1348,7 +1348,7 @@
         return txId;
     }
 
-    private static String generateNumber(GenericDelegator delegator, int length, boolean isId) throws GenericEntityException {
+    private static String generateNumber(Delegator delegator, int length, boolean isId) throws GenericEntityException {
         if (length > 19) {
             length = 19;
         }
@@ -1379,7 +1379,7 @@
         return number;
     }
 
-    private static boolean checkNumberInDatabase(GenericDelegator delegator, String number) throws GenericEntityException {
+    private static boolean checkNumberInDatabase(Delegator delegator, String number) throws GenericEntityException {
         GenericValue finAccount = delegator.findByPrimaryKey("FinAccount", UtilMisc.toMap("finAccountId", number));
         if (finAccount == null) {
             return true;
@@ -1392,7 +1392,7 @@
         return UtilValidate.sumIsMod10(UtilValidate.getLuhnSum(number));
     }
 
-    private static String getPayToPartyId(GenericDelegator delegator, String productStoreId) {
+    private static String getPayToPartyId(Delegator delegator, String productStoreId) {
         String payToPartyId = "Company"; // default value
         GenericValue productStore = null;
         try {



Re: svn commit: r821643 [1/15] - in /ofbiz/trunk: applications/accounting/script/org/ofbiz/accounting/test/ applications/accounting/src/org/ofbiz/accounting/ applications/accounting/src/org/ofbiz/accounting/agreement/ applications/accounting/src/org/ofbiz/...

Posted by David E Jones <de...@me.com>.
Why do this now? What about the circular dependency problems if we  
have an ExecutionContext that uses the Delegator interface? In other  
words, how will the ExecutionContext refer to the Entity Engine, the  
Service Engine, the Widgets, user information, security information,  
etc and along with it allow the Entity Engine, Service Engine, etc,  
etc refer to the ExecutionContext?

In other words, this is a lot of files to change to just have to  
change them again later, and also require external references to be  
changed again too...

-David


On Oct 4, 2009, at 6:08 PM, adrianc@apache.org wrote:

> Author: adrianc
> Date: Mon Oct  5 00:08:27 2009
> New Revision: 821643
>
> URL: http://svn.apache.org/viewvc?rev=821643&view=rev
> Log:
> Converted GenericDelegator concrete class references to Delegator  
> interface references.
>
> This commit requires ant clean. Also, external libraries that  
> reference GenericDelegator will need to be updated.
>
>
> Modified:
>    ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/ 
> test/AutoInvoiceTests.xml
>    ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/ 
> GlEvents.java
>    ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/ 
> agreement/AgreementServices.java
>    ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/ 
> finaccount/FinAccountPaymentServices.java
>    ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/ 
> finaccount/FinAccountProductServices.java
>    ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/ 
> finaccount/FinAccountServices.java
>    ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/ 
> invoice/InvoiceServices.java
>    ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/ 
> invoice/InvoiceWorker.java
>    ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/ 
> payment/BillingAccountWorker.java
>    ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/ 
> payment/GiftCertificateServices.java
>    ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/ 
> payment/PaymentGatewayServices.java
>    ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/ 
> payment/PaymentMethodServices.java
>    ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/ 
> payment/PaymentWorker.java
>    ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/ 
> period/PeriodServices.java
>    ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/tax/ 
> TaxAuthorityServices.java
>    ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/ 
> thirdparty/authorizedotnet/AIMPaymentServices.java
>    ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/ 
> thirdparty/cybersource/IcsPaymentServices.java
>    ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/ 
> thirdparty/gosoftware/RitaServices.java
>    ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/ 
> thirdparty/orbital/OrbitalPaymentServices.java
>    ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/ 
> thirdparty/paypal/PayPalEvents.java
>    ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/ 
> thirdparty/paypal/PayPalServices.java
>    ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/ 
> thirdparty/valuelink/ValueLinkApi.java
>    ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/ 
> thirdparty/valuelink/ValueLinkServices.java
>    ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/ 
> thirdparty/verisign/PayflowPro.java
>    ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/ 
> thirdparty/worldpay/WorldPayEvents.java
>    ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/util/ 
> UtilAccounting.java
>    ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/ 
> actions/reports/TransactionTotals.groovy
>    ofbiz/trunk/applications/content/src/org/ofbiz/content/ 
> ContentManagementEvents.java
>    ofbiz/trunk/applications/content/src/org/ofbiz/content/ 
> ContentManagementServices.java
>    ofbiz/trunk/applications/content/src/org/ofbiz/content/ 
> ContentManagementWorker.java
>    ofbiz/trunk/applications/content/src/org/ofbiz/content/ 
> ConvertTree.java
>    ofbiz/trunk/applications/content/src/org/ofbiz/content/blog/ 
> BlogRssServices.java
>    ofbiz/trunk/applications/content/src/org/ofbiz/content/cms/ 
> CmsEvents.java
>    ofbiz/trunk/applications/content/src/org/ofbiz/content/compdoc/ 
> CompDocEvents.java
>    ofbiz/trunk/applications/content/src/org/ofbiz/content/compdoc/ 
> CompDocServices.java
>    ofbiz/trunk/applications/content/src/org/ofbiz/content/content/ 
> ContentMapFacade.java
>    ofbiz/trunk/applications/content/src/org/ofbiz/content/content/ 
> ContentPermissionServices.java
>    ofbiz/trunk/applications/content/src/org/ofbiz/content/content/ 
> ContentServices.java
>    ofbiz/trunk/applications/content/src/org/ofbiz/content/content/ 
> ContentServicesComplex.java
>    ofbiz/trunk/applications/content/src/org/ofbiz/content/content/ 
> ContentWorker.java
>    ofbiz/trunk/applications/content/src/org/ofbiz/content/content/ 
> UploadContentAndImage.java
>    ofbiz/trunk/applications/content/src/org/ofbiz/content/data/ 
> DataEvents.java
>    ofbiz/trunk/applications/content/src/org/ofbiz/content/data/ 
> DataResourceWorker.java
>    ofbiz/trunk/applications/content/src/org/ofbiz/content/data/ 
> DataServices.java
>    ofbiz/trunk/applications/content/src/org/ofbiz/content/layout/ 
> LayoutEvents.java
>    ofbiz/trunk/applications/content/src/org/ofbiz/content/openoffice/ 
> OpenOfficeServices.java
>    ofbiz/trunk/applications/content/src/org/ofbiz/content/search/ 
> ContentDocument.java
>    ofbiz/trunk/applications/content/src/org/ofbiz/content/search/ 
> DataResourceDocument.java
>    ofbiz/trunk/applications/content/src/org/ofbiz/content/search/ 
> SearchServices.java
>    ofbiz/trunk/applications/content/src/org/ofbiz/content/search/ 
> SearchWorker.java
>    ofbiz/trunk/applications/content/src/org/ofbiz/content/survey/ 
> PdfSurveyServices.java
>    ofbiz/trunk/applications/content/src/org/ofbiz/content/survey/ 
> SurveyWrapper.java
>    ofbiz/trunk/applications/content/src/org/ofbiz/content/view/ 
> SimpleContentViewHandler.java
>    ofbiz/trunk/applications/content/src/org/ofbiz/content/webapp/ftl/ 
> CheckPermissionTransform.java
>    ofbiz/trunk/applications/content/src/org/ofbiz/content/webapp/ftl/ 
> EditRenderSubContentCacheTransform.java
>    ofbiz/trunk/applications/content/src/org/ofbiz/content/webapp/ftl/ 
> EditRenderSubContentTransform.java
>    ofbiz/trunk/applications/content/src/org/ofbiz/content/webapp/ftl/ 
> InjectNodeTrailCsvTransform.java
>    ofbiz/trunk/applications/content/src/org/ofbiz/content/webapp/ftl/ 
> LimitedSubContentCacheTransform.java
>    ofbiz/trunk/applications/content/src/org/ofbiz/content/webapp/ftl/ 
> LoopSubContentTransform.java
>    ofbiz/trunk/applications/content/src/org/ofbiz/content/webapp/ftl/ 
> RenderContentAndSubContent.java
>    ofbiz/trunk/applications/content/src/org/ofbiz/content/webapp/ftl/ 
> RenderContentAsText.java
>    ofbiz/trunk/applications/content/src/org/ofbiz/content/webapp/ftl/ 
> RenderContentTransform.java
>    ofbiz/trunk/applications/content/src/org/ofbiz/content/webapp/ftl/ 
> RenderSubContentAsText.java
>    ofbiz/trunk/applications/content/src/org/ofbiz/content/webapp/ftl/ 
> RenderSubContentCacheTransform.java
>    ofbiz/trunk/applications/content/src/org/ofbiz/content/webapp/ftl/ 
> RenderSubContentTransform.java
>    ofbiz/trunk/applications/content/src/org/ofbiz/content/webapp/ftl/ 
> TraverseSubContentCacheTransform.java
>    ofbiz/trunk/applications/content/src/org/ofbiz/content/webapp/ftl/ 
> TraverseSubContentTransform.java
>    ofbiz/trunk/applications/content/src/org/ofbiz/content/webapp/ftl/ 
> WrapSubContentCacheTransform.java
>    ofbiz/trunk/applications/manufacturing/src/org/ofbiz/ 
> manufacturing/bom/BOMHelper.java
>    ofbiz/trunk/applications/manufacturing/src/org/ofbiz/ 
> manufacturing/bom/BOMNode.java
>    ofbiz/trunk/applications/manufacturing/src/org/ofbiz/ 
> manufacturing/bom/BOMServices.java
>    ofbiz/trunk/applications/manufacturing/src/org/ofbiz/ 
> manufacturing/bom/BOMTree.java
>    ofbiz/trunk/applications/manufacturing/src/org/ofbiz/ 
> manufacturing/jobshopmgt/ProductionRun.java
>    ofbiz/trunk/applications/manufacturing/src/org/ofbiz/ 
> manufacturing/jobshopmgt/ProductionRunEvents.java
>    ofbiz/trunk/applications/manufacturing/src/org/ofbiz/ 
> manufacturing/jobshopmgt/ProductionRunHelper.java
>    ofbiz/trunk/applications/manufacturing/src/org/ofbiz/ 
> manufacturing/jobshopmgt/ProductionRunServices.java
>    ofbiz/trunk/applications/manufacturing/src/org/ofbiz/ 
> manufacturing/mrp/InventoryEventPlannedServices.java
>    ofbiz/trunk/applications/manufacturing/src/org/ofbiz/ 
> manufacturing/mrp/MrpServices.java
>    ofbiz/trunk/applications/manufacturing/src/org/ofbiz/ 
> manufacturing/mrp/ProposedOrder.java
>    ofbiz/trunk/applications/manufacturing/src/org/ofbiz/ 
> manufacturing/routing/RoutingServices.java
>    ofbiz/trunk/applications/manufacturing/src/org/ofbiz/ 
> manufacturing/techdata/TechDataServices.java
>    ofbiz/trunk/applications/marketing/src/org/ofbiz/marketing/ 
> marketing/MarketingServices.java
>    ofbiz/trunk/applications/marketing/src/org/ofbiz/marketing/ 
> tracking/TrackingCodeEvents.java
>    ofbiz/trunk/applications/marketing/src/org/ofbiz/sfa/vcard/ 
> VCard.java
>    ofbiz/trunk/applications/order/script/org/ofbiz/order/quote/ 
> QuoteServices.xml
>    ofbiz/trunk/applications/order/src/org/ofbiz/order/ 
> OrderManagerEvents.java
>    ofbiz/trunk/applications/order/src/org/ofbiz/order/finaccount/ 
> FinAccountHelper.java
>    ofbiz/trunk/applications/order/src/org/ofbiz/order/order/ 
> OrderChangeHelper.java
>    ofbiz/trunk/applications/order/src/org/ofbiz/order/order/ 
> OrderContentWrapper.java
>    ofbiz/trunk/applications/order/src/org/ofbiz/order/order/ 
> OrderEvents.java
>    ofbiz/trunk/applications/order/src/org/ofbiz/order/order/ 
> OrderLookupServices.java
>    ofbiz/trunk/applications/order/src/org/ofbiz/order/order/ 
> OrderReadHelper.java
>    ofbiz/trunk/applications/order/src/org/ofbiz/order/order/ 
> OrderReturnServices.java
>    ofbiz/trunk/applications/order/src/org/ofbiz/order/order/ 
> OrderServices.java
>    ofbiz/trunk/applications/order/src/org/ofbiz/order/quote/ 
> QuoteServices.java
>    ofbiz/trunk/applications/order/src/org/ofbiz/order/requirement/ 
> RequirementServices.java
>    ofbiz/trunk/applications/order/src/org/ofbiz/order/shoppingcart/ 
> CartEventListener.java
>    ofbiz/trunk/applications/order/src/org/ofbiz/order/shoppingcart/ 
> CheckOutEvents.java
>    ofbiz/trunk/applications/order/src/org/ofbiz/order/shoppingcart/ 
> CheckOutHelper.java
>    ofbiz/trunk/applications/order/src/org/ofbiz/order/shoppingcart/ 
> ShoppingCart.java
>    ofbiz/trunk/applications/order/src/org/ofbiz/order/shoppingcart/ 
> ShoppingCartEvents.java
>    ofbiz/trunk/applications/order/src/org/ofbiz/order/shoppingcart/ 
> ShoppingCartHelper.java
>    ofbiz/trunk/applications/order/src/org/ofbiz/order/shoppingcart/ 
> ShoppingCartItem.java
>    ofbiz/trunk/applications/order/src/org/ofbiz/order/shoppingcart/ 
> ShoppingCartServices.java
>    ofbiz/trunk/applications/order/src/org/ofbiz/order/shoppingcart/ 
> WebShoppingCart.java
>    ofbiz/trunk/applications/order/src/org/ofbiz/order/shoppingcart/ 
> product/ProductDisplayWorker.java
>    ofbiz/trunk/applications/order/src/org/ofbiz/order/shoppingcart/ 
> product/ProductPromoWorker.java
>    ofbiz/trunk/applications/order/src/org/ofbiz/order/shoppingcart/ 
> product/ProductStoreCartAwareEvents.java
>    ofbiz/trunk/applications/order/src/org/ofbiz/order/shoppingcart/ 
> shipping/ShippingEstimateWrapper.java
>    ofbiz/trunk/applications/order/src/org/ofbiz/order/shoppingcart/ 
> shipping/ShippingEvents.java
>    ofbiz/trunk/applications/order/src/org/ofbiz/order/shoppinglist/ 
> ShoppingListEvents.java
>    ofbiz/trunk/applications/order/src/org/ofbiz/order/shoppinglist/ 
> ShoppingListServices.java
>    ofbiz/trunk/applications/order/src/org/ofbiz/order/test/ 
> OrderTestServices.java
>    ofbiz/trunk/applications/order/src/org/ofbiz/order/thirdparty/ 
> paypal/ExpressCheckoutEvents.java
>    ofbiz/trunk/applications/order/src/org/ofbiz/order/thirdparty/ 
> taxware/TaxwareUTL.java
>    ofbiz/trunk/applications/order/src/org/ofbiz/order/thirdparty/ 
> zipsales/ZipSalesServices.java
>    ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/actions/ 
> order/SendConfirmationEmail.groovy
>    ofbiz/trunk/applications/party/script/org/ofbiz/party/party/ 
> PartyServices.xml
>    ofbiz/trunk/applications/party/script/org/ofbiz/party/test/ 
> PartyTestServices.xml
>    ofbiz/trunk/applications/party/src/org/ofbiz/party/communication/ 
> CommunicationEventServices.java
>    ofbiz/trunk/applications/party/src/org/ofbiz/party/contact/ 
> ContactMechServices.java
>    ofbiz/trunk/applications/party/src/org/ofbiz/party/contact/ 
> ContactMechWorker.java
>    ofbiz/trunk/applications/party/src/org/ofbiz/party/content/ 
> PartyContentWrapper.java
>    ofbiz/trunk/applications/party/src/org/ofbiz/party/party/ 
> PartyHelper.java
>    ofbiz/trunk/applications/party/src/org/ofbiz/party/party/ 
> PartyRelationshipServices.java
>    ofbiz/trunk/applications/party/src/org/ofbiz/party/party/ 
> PartyServices.java
>    ofbiz/trunk/applications/party/src/org/ofbiz/party/party/ 
> PartyWorker.java
>    ofbiz/trunk/applications/product/script/org/ofbiz/product/product/ 
> ProductServices.xml
>    ofbiz/trunk/applications/product/src/org/ofbiz/product/catalog/ 
> CatalogWorker.java
>    ofbiz/trunk/applications/product/src/org/ofbiz/product/category/ 
> CatalogUrlServlet.java
>    ofbiz/trunk/applications/product/src/org/ofbiz/product/category/ 
> CategoryContentWrapper.java
>    ofbiz/trunk/applications/product/src/org/ofbiz/product/category/ 
> CategoryServices.java
>    ofbiz/trunk/applications/product/src/org/ofbiz/product/category/ 
> CategoryWorker.java
>    ofbiz/trunk/applications/product/src/org/ofbiz/product/config/ 
> ProductConfigItemContentWrapper.java
>    ofbiz/trunk/applications/product/src/org/ofbiz/product/config/ 
> ProductConfigWorker.java
>    ofbiz/trunk/applications/product/src/org/ofbiz/product/config/ 
> ProductConfigWrapper.java
>    ofbiz/trunk/applications/product/src/org/ofbiz/product/feature/ 
> ParametricSearch.java
>    ofbiz/trunk/applications/product/src/org/ofbiz/product/feature/ 
> ProductFeatureServices.java
>    ofbiz/trunk/applications/product/src/org/ofbiz/product/inventory/ 
> InventoryServices.java
>    ofbiz/trunk/applications/product/src/org/ofbiz/product/inventory/ 
> InventoryWorker.java
>    ofbiz/trunk/applications/product/src/org/ofbiz/product/price/ 
> PriceServices.java
>    ofbiz/trunk/applications/product/src/org/ofbiz/product/product/ 
> KeywordIndex.java
>    ofbiz/trunk/applications/product/src/org/ofbiz/product/product/ 
> ProductContentWrapper.java
>    ofbiz/trunk/applications/product/src/org/ofbiz/product/product/ 
> ProductEvents.java
>    ofbiz/trunk/applications/product/src/org/ofbiz/product/product/ 
> ProductSearch.java
>    ofbiz/trunk/applications/product/src/org/ofbiz/product/product/ 
> ProductSearchEvents.java
>    ofbiz/trunk/applications/product/src/org/ofbiz/product/product/ 
> ProductSearchSession.java
>    ofbiz/trunk/applications/product/src/org/ofbiz/product/product/ 
> ProductServices.java
>    ofbiz/trunk/applications/product/src/org/ofbiz/product/product/ 
> ProductUtilServices.java
>    ofbiz/trunk/applications/product/src/org/ofbiz/product/product/ 
> ProductWorker.java
>    ofbiz/trunk/applications/product/src/org/ofbiz/product/product/ 
> VariantEvents.java
>    ofbiz/trunk/applications/product/src/org/ofbiz/product/promo/ 
> PromoServices.java
>    ofbiz/trunk/applications/product/src/org/ofbiz/product/ 
> spreadsheetimport/ImportProductHelper.java
>    ofbiz/trunk/applications/product/src/org/ofbiz/product/ 
> spreadsheetimport/ImportProductServices.java
>    ofbiz/trunk/applications/product/src/org/ofbiz/product/store/ 
> ProductStoreWorker.java
>    ofbiz/trunk/applications/product/src/org/ofbiz/product/ 
> subscription/SubscriptionServices.java
>    ofbiz/trunk/applications/product/src/org/ofbiz/product/supplier/ 
> SupplierProductServices.java
>    ofbiz/trunk/applications/product/src/org/ofbiz/shipment/packing/ 
> PackingSession.java
>    ofbiz/trunk/applications/product/src/org/ofbiz/shipment/packing/ 
> PackingSessionLine.java
>    ofbiz/trunk/applications/product/src/org/ofbiz/shipment/picklist/ 
> PickListServices.java
>    ofbiz/trunk/applications/product/src/org/ofbiz/shipment/shipment/ 
> ShipmentEvents.java
>    ofbiz/trunk/applications/product/src/org/ofbiz/shipment/shipment/ 
> ShipmentServices.java
>    ofbiz/trunk/applications/product/src/org/ofbiz/shipment/shipment/ 
> ShipmentWorker.java
>    ofbiz/trunk/applications/product/src/org/ofbiz/shipment/ 
> thirdparty/dhl/DhlServices.java
>    ofbiz/trunk/applications/product/src/org/ofbiz/shipment/ 
> thirdparty/fedex/FedexServices.java
>    ofbiz/trunk/applications/product/src/org/ofbiz/shipment/ 
> thirdparty/ups/UpsServices.java
>    ofbiz/trunk/applications/product/src/org/ofbiz/shipment/ 
> thirdparty/usps/UspsServices.java
>    ofbiz/trunk/applications/product/src/org/ofbiz/shipment/ 
> thirdparty/usps/UspsServicesTests.java
>    ofbiz/trunk/applications/product/src/org/ofbiz/shipment/verify/ 
> VerifyPickSession.java
>    ofbiz/trunk/applications/product/src/org/ofbiz/shipment/verify/ 
> VerifyPickSessionRow.java
>    ofbiz/trunk/applications/product/src/org/ofbiz/shipment/ 
> weightPackage/WeightPackageServices.java
>    ofbiz/trunk/applications/product/src/org/ofbiz/shipment/ 
> weightPackage/WeightPackageSession.java
>    ofbiz/trunk/applications/securityext/src/org/ofbiz/securityext/ 
> cert/CertificateServices.java
>    ofbiz/trunk/applications/securityext/src/org/ofbiz/securityext/da/ 
> ServiceDaHandler.java
>    ofbiz/trunk/applications/securityext/src/org/ofbiz/securityext/ 
> login/LoginEvents.java
>    ofbiz/trunk/applications/workeffort/src/org/ofbiz/workeffort/ 
> content/WorkEffortContentWrapper.java
>    ofbiz/trunk/applications/workeffort/src/org/ofbiz/workeffort/ 
> project/ProjectWorker.java
>    ofbiz/trunk/applications/workeffort/src/org/ofbiz/workeffort/ 
> workeffort/ICalConverter.java
>    ofbiz/trunk/applications/workeffort/src/org/ofbiz/workeffort/ 
> workeffort/ICalWorker.java
>    ofbiz/trunk/applications/workeffort/src/org/ofbiz/workeffort/ 
> workeffort/WorkEffortKeywordIndex.java
>    ofbiz/trunk/applications/workeffort/src/org/ofbiz/workeffort/ 
> workeffort/WorkEffortPartyAssignmentServices.java
>    ofbiz/trunk/applications/workeffort/src/org/ofbiz/workeffort/ 
> workeffort/WorkEffortSearch.java
>    ofbiz/trunk/applications/workeffort/src/org/ofbiz/workeffort/ 
> workeffort/WorkEffortSearchEvents.java
>    ofbiz/trunk/applications/workeffort/src/org/ofbiz/workeffort/ 
> workeffort/WorkEffortSearchSession.java
>    ofbiz/trunk/applications/workeffort/src/org/ofbiz/workeffort/ 
> workeffort/WorkEffortServices.java
>    ofbiz/trunk/applications/workeffort/src/org/ofbiz/workeffort/ 
> workeffort/WorkEffortWorker.java
>    ofbiz/trunk/framework/bi/src/org/ofbiz/bi/util/ 
> DimensionServices.java
>    ofbiz/trunk/framework/bi/webapp/bi/WEB-INF/actions/reportbuilder/ 
> GetStarSchemaFields.groovy
>    ofbiz/trunk/framework/bi/webapp/bi/WEB-INF/actions/reportbuilder/ 
> GetStarSchemas.groovy
>    ofbiz/trunk/framework/catalina/src/org/ofbiz/catalina/container/ 
> CatalinaContainer.java
>    ofbiz/trunk/framework/catalina/src/org/ofbiz/catalina/container/ 
> OfbizStore.java
>    ofbiz/trunk/framework/common/src/org/ofbiz/common/CommonEvents.java
>    ofbiz/trunk/framework/common/src/org/ofbiz/common/ 
> CommonServices.java
>    ofbiz/trunk/framework/common/src/org/ofbiz/common/ 
> CommonWorkers.java
>    ofbiz/trunk/framework/common/src/org/ofbiz/common/FindServices.java
>    ofbiz/trunk/framework/common/src/org/ofbiz/common/ 
> KeywordSearchUtil.java
>    ofbiz/trunk/framework/common/src/org/ofbiz/common/authentication/ 
> example/TestFailAuthenticator.java
>    ofbiz/trunk/framework/common/src/org/ofbiz/common/email/ 
> NotificationServices.java
>    ofbiz/trunk/framework/common/src/org/ofbiz/common/geo/ 
> GeoWorker.java
>    ofbiz/trunk/framework/common/src/org/ofbiz/common/login/ 
> LdapAuthenticationServices.java
>    ofbiz/trunk/framework/common/src/org/ofbiz/common/login/ 
> LoginServices.java
>    ofbiz/trunk/framework/common/src/org/ofbiz/common/olap/ 
> CommonDimensionServices.java
>    ofbiz/trunk/framework/common/src/org/ofbiz/common/preferences/ 
> PreferenceServices.java
>    ofbiz/trunk/framework/common/src/org/ofbiz/common/status/ 
> StatusServices.java
>    ofbiz/trunk/framework/common/src/org/ofbiz/common/status/ 
> StatusWorker.java
>    ofbiz/trunk/framework/common/src/org/ofbiz/common/uom/ 
> UomWorker.java
>    ofbiz/trunk/framework/entity/src/org/ofbiz/entity/ 
> GenericEntity.java
>    ofbiz/trunk/framework/entity/src/org/ofbiz/entity/cache/ 
> AbstractCache.java
>    ofbiz/trunk/framework/entity/src/org/ofbiz/entity/condition/ 
> EntityComparisonOperator.java
>    ofbiz/trunk/framework/entity/src/org/ofbiz/entity/condition/ 
> EntityCondition.java
>    ofbiz/trunk/framework/entity/src/org/ofbiz/entity/condition/ 
> EntityConditionFunction.java
>    ofbiz/trunk/framework/entity/src/org/ofbiz/entity/condition/ 
> EntityConditionListBase.java
>    ofbiz/trunk/framework/entity/src/org/ofbiz/entity/condition/ 
> EntityConditionSubSelect.java
>    ofbiz/trunk/framework/entity/src/org/ofbiz/entity/condition/ 
> EntityConditionValue.java
>    ofbiz/trunk/framework/entity/src/org/ofbiz/entity/condition/ 
> EntityDateFilterCondition.java
>    ofbiz/trunk/framework/entity/src/org/ofbiz/entity/condition/ 
> EntityExpr.java
>    ofbiz/trunk/framework/entity/src/org/ofbiz/entity/condition/ 
> EntityFieldValue.java
>    ofbiz/trunk/framework/entity/src/org/ofbiz/entity/condition/ 
> EntityFunction.java
>    ofbiz/trunk/framework/entity/src/org/ofbiz/entity/condition/ 
> EntityJoinOperator.java
>    ofbiz/trunk/framework/entity/src/org/ofbiz/entity/condition/ 
> EntityOperator.java
>    ofbiz/trunk/framework/entity/src/org/ofbiz/entity/condition/ 
> EntityWhereString.java
>    ofbiz/trunk/framework/entity/src/org/ofbiz/entity/datasource/ 
> GenericDAO.java
>    ofbiz/trunk/framework/entity/src/org/ofbiz/entity/eca/ 
> EntityEcaHandler.java
>    ofbiz/trunk/framework/entity/src/org/ofbiz/entity/finder/ 
> Finder.java
>    ofbiz/trunk/framework/entity/src/org/ofbiz/entity/finder/ 
> ListFinder.java
>    ofbiz/trunk/framework/entity/src/org/ofbiz/entity/finder/ 
> PrimaryKeyFinder.java
>    ofbiz/trunk/framework/entity/src/org/ofbiz/entity/model/ 
> DynamicViewEntity.java
>    ofbiz/trunk/framework/entity/src/org/ofbiz/entity/model/ 
> ModelEntity.java
>    ofbiz/trunk/framework/entity/src/org/ofbiz/entity/model/ 
> ModelEntityChecker.java
>    ofbiz/trunk/framework/entity/src/org/ofbiz/entity/serialize/ 
> XmlSerializer.java
>    ofbiz/trunk/framework/entity/src/org/ofbiz/entity/testtools/ 
> EntityTestCase.java
>    ofbiz/trunk/framework/entity/src/org/ofbiz/entity/util/ 
> DistributedCacheClear.java
>    ofbiz/trunk/framework/entity/src/org/ofbiz/entity/util/ 
> EntityCrypto.java
>    ofbiz/trunk/framework/entity/src/org/ofbiz/entity/util/ 
> EntityDataAssert.java
>    ofbiz/trunk/framework/entity/src/org/ofbiz/entity/util/ 
> EntityDataLoader.java
>    ofbiz/trunk/framework/entity/src/org/ofbiz/entity/util/ 
> EntityListIterator.java
>    ofbiz/trunk/framework/entity/src/org/ofbiz/entity/util/ 
> EntitySaxReader.java
>    ofbiz/trunk/framework/entity/src/org/ofbiz/entity/util/ 
> EntityUtil.java
>    ofbiz/trunk/framework/entityext/src/org/ofbiz/entityext/ 
> EntityGroupUtil.java
>    ofbiz/trunk/framework/entityext/src/org/ofbiz/entityext/ 
> EntityServiceFactory.java
>    ofbiz/trunk/framework/entityext/src/org/ofbiz/entityext/ 
> EntityWatchServices.java
>    ofbiz/trunk/framework/entityext/src/org/ofbiz/entityext/cache/ 
> EntityCacheServices.java
>    ofbiz/trunk/framework/entityext/src/org/ofbiz/entityext/data/ 
> EntityDataLoadContainer.java
>    ofbiz/trunk/framework/entityext/src/org/ofbiz/entityext/data/ 
> EntityDataServices.java
>    ofbiz/trunk/framework/entityext/src/org/ofbiz/entityext/eca/ 
> DelegatorEcaHandler.java
>    ofbiz/trunk/framework/entityext/src/org/ofbiz/entityext/eca/ 
> EntityEcaUtil.java
>    ofbiz/trunk/framework/entityext/src/org/ofbiz/entityext/ 
> permission/EntityPermissionChecker.java
>    ofbiz/trunk/framework/entityext/src/org/ofbiz/entityext/ 
> synchronization/EntitySyncContext.java
>    ofbiz/trunk/framework/entityext/src/org/ofbiz/entityext/ 
> synchronization/EntitySyncServices.java
>    ofbiz/trunk/framework/guiapp/src/org/ofbiz/guiapp/xui/ 
> XuiContainer.java
>    ofbiz/trunk/framework/guiapp/src/org/ofbiz/guiapp/xui/ 
> XuiSession.java
>    ofbiz/trunk/framework/minilang/src/org/ofbiz/minilang/method/ 
> MethodContext.java
>    ofbiz/trunk/framework/minilang/src/org/ofbiz/minilang/method/ 
> entityops/EntityAnd.java
>    ofbiz/trunk/framework/minilang/src/org/ofbiz/minilang/method/ 
> entityops/EntityCondition.java
>    ofbiz/trunk/framework/minilang/src/org/ofbiz/minilang/method/ 
> entityops/EntityCount.java
>    ofbiz/trunk/framework/minilang/src/org/ofbiz/minilang/method/ 
> entityops/EntityData.java
>    ofbiz/trunk/framework/minilang/src/org/ofbiz/minilang/method/ 
> entityops/EntityOne.java
>    ofbiz/trunk/framework/minilang/src/org/ofbiz/minilang/method/ 
> entityops/FindByAnd.java
>    ofbiz/trunk/framework/minilang/src/org/ofbiz/minilang/method/ 
> entityops/FindByPrimaryKey.java
>    ofbiz/trunk/framework/security/src/org/ofbiz/security/ 
> OFBizSecurity.java
>    ofbiz/trunk/framework/security/src/org/ofbiz/security/Security.java
>    ofbiz/trunk/framework/security/src/org/ofbiz/security/ 
> SecurityFactory.java
>    ofbiz/trunk/framework/security/src/org/ofbiz/security/authz/ 
> Authorization.java
>    ofbiz/trunk/framework/security/src/org/ofbiz/security/authz/ 
> AuthorizationFactory.java
>    ofbiz/trunk/framework/security/src/org/ofbiz/security/authz/ 
> EntityAuthorization.java
>    ofbiz/trunk/framework/security/src/org/ofbiz/security/authz/da/ 
> DynamicAccess.java
>    ofbiz/trunk/framework/security/src/org/ofbiz/security/authz/da/ 
> DynamicAccessFactory.java
>    ofbiz/trunk/framework/security/src/org/ofbiz/security/authz/da/ 
> DynamicAccessHandler.java
>    ofbiz/trunk/framework/security/src/org/ofbiz/security/authz/da/ 
> GroovyDaHandler.java
>    ofbiz/trunk/framework/security/src/org/ofbiz/security/authz/da/ 
> ObjectDaHandler.java
>    ofbiz/trunk/framework/service/src/org/ofbiz/service/ 
> DispatchContext.java
>    ofbiz/trunk/framework/service/src/org/ofbiz/service/ 
> GenericAbstractDispatcher.java
>    ofbiz/trunk/framework/service/src/org/ofbiz/service/ 
> GenericDispatcher.java
>    ofbiz/trunk/framework/service/src/org/ofbiz/service/ 
> LocalDispatcher.java
>    ofbiz/trunk/framework/service/src/org/ofbiz/service/ 
> ModelPermission.java
>    ofbiz/trunk/framework/service/src/org/ofbiz/service/ 
> ModelServiceReader.java
>    ofbiz/trunk/framework/service/src/org/ofbiz/service/ 
> ServiceDispatcher.java
>    ofbiz/trunk/framework/service/src/org/ofbiz/service/ 
> ServiceUtil.java
>    ofbiz/trunk/framework/service/src/org/ofbiz/service/calendar/ 
> ExpressionUiHelper.java
>    ofbiz/trunk/framework/service/src/org/ofbiz/service/calendar/ 
> RecurrenceInfo.java
>    ofbiz/trunk/framework/service/src/org/ofbiz/service/calendar/ 
> RecurrenceRule.java
>    ofbiz/trunk/framework/service/src/org/ofbiz/service/calendar/ 
> TemporalExpressionWorker.java
>    ofbiz/trunk/framework/service/src/org/ofbiz/service/engine/ 
> HttpEngine.java
>    ofbiz/trunk/framework/service/src/org/ofbiz/service/job/ 
> JobManager.java
>    ofbiz/trunk/framework/service/src/org/ofbiz/service/job/ 
> PersistedServiceJob.java
>    ofbiz/trunk/framework/service/src/org/ofbiz/service/mail/ 
> JavaMailContainer.java
>    ofbiz/trunk/framework/service/src/org/ofbiz/service/rmi/ 
> RmiServiceContainer.java
>    ofbiz/trunk/framework/service/src/org/ofbiz/service/semaphore/ 
> ServiceSemaphore.java
>    ofbiz/trunk/framework/service/src/org/ofbiz/service/test/ 
> ServiceEngineTestServices.java
>    ofbiz/trunk/framework/testtools/src/org/ofbiz/testtools/ 
> EntityXmlAssertTest.java
>    ofbiz/trunk/framework/testtools/src/org/ofbiz/testtools/ 
> ModelTestSuite.java
>    ofbiz/trunk/framework/testtools/src/org/ofbiz/testtools/ 
> TestRunContainer.java
>    ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/control/ 
> ContextFilter.java
>    ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/control/ 
> ControlServlet.java
>    ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/control/ 
> LoginWorker.java
>    ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/control/ 
> ProtectViewWorker.java
>    ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/control/ 
> RequestHandler.java
>    ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/event/ 
> CoreEvents.java
>    ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/event/ 
> ServiceStreamHandler.java
>    ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/event/ 
> XmlRpcEventHandler.java
>    ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/stats/ 
> ServerHitBin.java
>    ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/stats/ 
> VisitHandler.java
>    ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/view/ 
> DataVisionViewHandler.java
>    ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/view/ 
> JasperReportsJXlsViewHandler.java
>    ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/view/ 
> JasperReportsPdfViewHandler.java
>    ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/view/ 
> JasperReportsPoiXlsViewHandler.java
>    ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/view/ 
> JasperReportsXmlViewHandler.java
>    ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/webdav/ 
> WebDavServlet.java
>    ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/website/ 
> WebSiteWorker.java
>    ofbiz/trunk/framework/webslinger/src/org/ofbiz/webslinger/ 
> EntityHttpUtil.java
>    ofbiz/trunk/framework/webslinger/src/org/ofbiz/webslinger/ 
> StatsUpdater.java
>    ofbiz/trunk/framework/webslinger/src/org/ofbiz/webslinger/ 
> WebslingerContextMapper.java
>    ofbiz/trunk/framework/webslinger/src/org/ofbiz/webslinger/ 
> WebslingerServerEngine.java
>    ofbiz/trunk/framework/webtools/src/org/ofbiz/webtools/ 
> GenericWebEvent.java
>    ofbiz/trunk/framework/webtools/src/org/ofbiz/webtools/ 
> WebToolsServices.java
>    ofbiz/trunk/framework/webtools/src/org/ofbiz/webtools/ 
> labelmanager/LabelReferences.java
>    ofbiz/trunk/framework/webtools/webapp/webtools/WEB-INF/actions/ 
> artifactinfo/ArtifactInfo.groovy
>    ofbiz/trunk/framework/webtools/webapp/webtools/WEB-INF/actions/ 
> entity/CheckDb.groovy
>    ofbiz/trunk/framework/webtools/webapp/webtools/WEB-INF/actions/ 
> entity/EntityMaint.groovy
>    ofbiz/trunk/framework/webtools/webapp/webtools/WEB-INF/actions/ 
> entity/EntityRefList.groovy
>    ofbiz/trunk/framework/webtools/webapp/webtools/WEB-INF/actions/ 
> entity/FindGeneric.groovy
>    ofbiz/trunk/framework/webtools/webapp/webtools/WEB-INF/actions/ 
> entity/ViewGeneric.groovy
>    ofbiz/trunk/framework/webtools/webapp/webtools/WEB-INF/actions/ 
> entity/ViewRelations.groovy
>    ofbiz/trunk/framework/webtools/webapp/webtools/WEB-INF/actions/ 
> labelmanager/LabelManager.groovy
>    ofbiz/trunk/framework/webtools/webapp/webtools/WEB-INF/actions/ 
> labelmanager/UpdateManager.groovy
>    ofbiz/trunk/framework/webtools/webapp/webtools/WEB-INF/actions/ 
> labelmanager/ViewReferences.groovy
>    ofbiz/trunk/framework/widget/src/org/ofbiz/widget/ 
> ContentWorkerInterface.java
>    ofbiz/trunk/framework/widget/src/org/ofbiz/widget/ 
> DataResourceWorkerInterface.java
>    ofbiz/trunk/framework/widget/src/org/ofbiz/widget/form/ 
> FormFactory.java
>    ofbiz/trunk/framework/widget/src/org/ofbiz/widget/form/ 
> ModelForm.java
>    ofbiz/trunk/framework/widget/src/org/ofbiz/widget/form/ 
> ModelFormField.java
>    ofbiz/trunk/framework/widget/src/org/ofbiz/widget/html/ 
> HtmlFormWrapper.java
>    ofbiz/trunk/framework/widget/src/org/ofbiz/widget/html/ 
> HtmlMenuRenderer.java
>    ofbiz/trunk/framework/widget/src/org/ofbiz/widget/html/ 
> HtmlMenuRendererImage.java
>    ofbiz/trunk/framework/widget/src/org/ofbiz/widget/html/ 
> HtmlMenuWrapperImage.java
>    ofbiz/trunk/framework/widget/src/org/ofbiz/widget/html/ 
> HtmlScreenRenderer.java
>    ofbiz/trunk/framework/widget/src/org/ofbiz/widget/menu/ 
> MenuFactory.java
>    ofbiz/trunk/framework/widget/src/org/ofbiz/widget/menu/ 
> MenuWrapTransform.java
>    ofbiz/trunk/framework/widget/src/org/ofbiz/widget/menu/ 
> ModelMenu.java
>    ofbiz/trunk/framework/widget/src/org/ofbiz/widget/menu/ 
> ModelMenuItem.java
>    ofbiz/trunk/framework/widget/src/org/ofbiz/widget/screen/ 
> MacroScreenRenderer.java
>    ofbiz/trunk/framework/widget/src/org/ofbiz/widget/screen/ 
> ModelScreen.java
>    ofbiz/trunk/framework/widget/src/org/ofbiz/widget/screen/ 
> ModelScreenWidget.java
>    ofbiz/trunk/framework/widget/src/org/ofbiz/widget/screen/ 
> ScreenRenderer.java
>    ofbiz/trunk/framework/widget/src/org/ofbiz/widget/tree/ 
> ModelTree.java
>    ofbiz/trunk/framework/widget/src/org/ofbiz/widget/tree/ 
> TreeFactory.java
>    ofbiz/trunk/specialpurpose/assetmaint/src/org/ofbiz/assetmaint/ 
> FixedAssetMaintServices.java
>    ofbiz/trunk/specialpurpose/crowd/src/org/ofbiz/crowd/ 
> CrowdAuthenticator.java
>    ofbiz/trunk/specialpurpose/ebay/src/org/ofbiz/ebay/EbayHelper.java
>    ofbiz/trunk/specialpurpose/ebay/src/org/ofbiz/ebay/ 
> EbayOrderServices.java
>    ofbiz/trunk/specialpurpose/ebay/src/org/ofbiz/ebay/ 
> ImportOrdersFromEbay.java
>    ofbiz/trunk/specialpurpose/ebay/src/org/ofbiz/ebay/ 
> ProductsExportToEbay.java
>    ofbiz/trunk/specialpurpose/ecommerce/script/org/ofbiz/ecommerce/ 
> order/ProcessPaymentSettings.groovy
>    ofbiz/trunk/specialpurpose/ecommerce/src/org/ofbiz/ecommerce/misc/ 
> ThirdPartyEvents.java
>    ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/WEB-INF/ 
> actions/customer/CustomerSurvey.groovy
>    ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/WEB-INF/ 
> actions/order/ShipmentStatus.groovy
>    ofbiz/trunk/specialpurpose/googlebase/src/org/ofbiz/googlebase/ 
> ProductsExportToGoogle.java
>    ofbiz/trunk/specialpurpose/googlecheckout/src/org/ofbiz/ 
> googlecheckout/GoogleCheckoutHelper.java
>    ofbiz/trunk/specialpurpose/googlecheckout/src/org/ofbiz/ 
> googlecheckout/GoogleCheckoutResponseEvents.java
>    ofbiz/trunk/specialpurpose/googlecheckout/src/org/ofbiz/ 
> googlecheckout/GoogleRequestServices.java
>    ofbiz/trunk/specialpurpose/hhfacility/src/org/ofbiz/hhfacility/ 
> FacilityServices.java
>    ofbiz/trunk/specialpurpose/ldap/src/org/ofbiz/ldap/commons/ 
> AbstractOFBizAuthenticationHandler.java
>    ofbiz/trunk/specialpurpose/oagis/src/org/ofbiz/oagis/ 
> OagisInventoryServices.java
>    ofbiz/trunk/specialpurpose/oagis/src/org/ofbiz/oagis/ 
> OagisServices.java
>    ofbiz/trunk/specialpurpose/oagis/src/org/ofbiz/oagis/ 
> OagisShipmentServices.java
>    ofbiz/trunk/specialpurpose/pos/src/org/ofbiz/pos/ 
> PosTransaction.java
>    ofbiz/trunk/specialpurpose/pos/src/org/ofbiz/pos/event/ 
> ManagerEvents.java
>    ofbiz/trunk/specialpurpose/projectmgr/src/org/ofbiz/project/ 
> Various.java
>    ofbiz/trunk/specialpurpose/shark/src/org/ofbiz/shark/audit/ 
> AssignmentEventAudit.java
>    ofbiz/trunk/specialpurpose/shark/src/org/ofbiz/shark/audit/ 
> AuditEntityObject.java
>    ofbiz/trunk/specialpurpose/shark/src/org/ofbiz/shark/audit/ 
> CreateProcessEventAudit.java
>    ofbiz/trunk/specialpurpose/shark/src/org/ofbiz/shark/audit/ 
> DataEventAudit.java
>    ofbiz/trunk/specialpurpose/shark/src/org/ofbiz/shark/audit/ 
> EntityAuditMgr.java
>    ofbiz/trunk/specialpurpose/shark/src/org/ofbiz/shark/audit/ 
> EventAudit.java
>    ofbiz/trunk/specialpurpose/shark/src/org/ofbiz/shark/audit/ 
> StateEventAudit.java
>    ofbiz/trunk/specialpurpose/shark/src/org/ofbiz/shark/auth/ 
> GenericAuthenticationMgr.java
>    ofbiz/trunk/specialpurpose/shark/src/org/ofbiz/shark/auth/ 
> OfbizAuthenticationMgr.java
>    ofbiz/trunk/specialpurpose/shark/src/org/ofbiz/shark/container/ 
> SharkContainer.java
>    ofbiz/trunk/specialpurpose/shark/src/org/ofbiz/shark/expression/ 
> BaseEntityCondExprBldr.java
>    ofbiz/trunk/specialpurpose/shark/src/org/ofbiz/shark/instance/ 
> Activity.java
>    ofbiz/trunk/specialpurpose/shark/src/org/ofbiz/shark/instance/ 
> ActivityVariable.java
>    ofbiz/trunk/specialpurpose/shark/src/org/ofbiz/shark/instance/ 
> AndJoinEntry.java
>    ofbiz/trunk/specialpurpose/shark/src/org/ofbiz/shark/instance/ 
> Assignment.java
>    ofbiz/trunk/specialpurpose/shark/src/org/ofbiz/shark/instance/ 
> Deadline.java
>    ofbiz/trunk/specialpurpose/shark/src/org/ofbiz/shark/instance/ 
> EntityPersistentMgr.java
>    ofbiz/trunk/specialpurpose/shark/src/org/ofbiz/shark/instance/ 
> InstanceEntityObject.java
>    ofbiz/trunk/specialpurpose/shark/src/org/ofbiz/shark/instance/ 
> Process.java
>    ofbiz/trunk/specialpurpose/shark/src/org/ofbiz/shark/instance/ 
> ProcessMgr.java
>    ofbiz/trunk/specialpurpose/shark/src/org/ofbiz/shark/instance/ 
> ProcessVariable.java
>    ofbiz/trunk/specialpurpose/shark/src/org/ofbiz/shark/instance/ 
> Resource.java
>    ofbiz/trunk/specialpurpose/shark/src/org/ofbiz/shark/mapping/ 
> EntityApplicationMap.java
>    ofbiz/trunk/specialpurpose/shark/src/org/ofbiz/shark/mapping/ 
> EntityApplicationMappingMgr.java
>    ofbiz/trunk/specialpurpose/shark/src/org/ofbiz/shark/mapping/ 
> EntityParticipantMap.java
>    ofbiz/trunk/specialpurpose/shark/src/org/ofbiz/shark/mapping/ 
> EntityParticipantMappingMgr.java
>    ofbiz/trunk/specialpurpose/shark/src/org/ofbiz/shark/repository/ 
> EntityRepositoryMgr.java
>    ofbiz/trunk/specialpurpose/shark/src/org/ofbiz/shark/requester/ 
> AbstractRequester.java
>    ofbiz/trunk/specialpurpose/shark/src/org/ofbiz/shark/user/ 
> GenericUserGroupMgr.java
>    ofbiz/trunk/specialpurpose/shark/src/org/ofbiz/shark/user/ 
> PartyUserGroupMgr.java
>    ofbiz/trunk/specialpurpose/webpos/src/org/ofbiz/webpos/ 
> WebPosEvents.java
>    ofbiz/trunk/specialpurpose/webpos/src/org/ofbiz/webpos/session/ 
> WebPosSession.java
>    ofbiz/trunk/specialpurpose/webpos/src/org/ofbiz/webpos/ 
> transaction/WebPosTransaction.java
>    ofbiz/trunk/specialpurpose/workflow/src/org/ofbiz/workflow/ 
> WfApplicationServices.java
>    ofbiz/trunk/specialpurpose/workflow/src/org/ofbiz/workflow/ 
> WfExecutionObject.java
>    ofbiz/trunk/specialpurpose/workflow/src/org/ofbiz/workflow/ 
> WfFactory.java
>    ofbiz/trunk/specialpurpose/workflow/src/org/ofbiz/workflow/client/ 
> WorkflowClient.java
>    ofbiz/trunk/specialpurpose/workflow/src/org/ofbiz/workflow/client/ 
> WorkflowServices.java
>    ofbiz/trunk/specialpurpose/workflow/src/org/ofbiz/workflow/ 
> definition/XpdlReader.java
>    ofbiz/trunk/specialpurpose/workflow/src/org/ofbiz/workflow/impl/ 
> WfActivityImpl.java
>    ofbiz/trunk/specialpurpose/workflow/src/org/ofbiz/workflow/impl/ 
> WfExecutionObjectImpl.java
>    ofbiz/trunk/specialpurpose/workflow/src/org/ofbiz/workflow/impl/ 
> WfProcessImpl.java
>    ofbiz/trunk/specialpurpose/workflow/src/org/ofbiz/workflow/impl/ 
> WfProcessMgrImpl.java
>    ofbiz/trunk/specialpurpose/workflow/src/org/ofbiz/workflow/impl/ 
> WfResourceImpl.java
>