|
From: <dd...@us...> - 2012-08-15 16:18:29
|
Revision: 2786
http://pulse-java.svn.sourceforge.net/pulse-java/?rev=2786&view=rev
Author: ddietz
Date: 2012-08-15 16:18:21 +0000 (Wed, 15 Aug 2012)
Log Message:
-----------
Made AbstractBasicEntity generic
Modified Paths:
--------------
branches/0.7/trunk/components/cms/src/java/org/torweg/pulse/component/cms/CMSContentDisplayer.java
branches/0.7/trunk/components/cms/src/java/org/torweg/pulse/component/cms/CMSFormMailerConfig.java
branches/0.7/trunk/components/cms/src/java/org/torweg/pulse/component/cms/admin/CMSContentEditor.java
branches/0.7/trunk/components/cms/src/java/org/torweg/pulse/component/cms/model/CMSContent.java
branches/0.7/trunk/components/cms/src/java/org/torweg/pulse/component/cms/model/Page.java
branches/0.7/trunk/components/core/src/java/org/torweg/pulse/component/core/accesscontrol/MassSignUpController.java
branches/0.7/trunk/components/core/src/java/org/torweg/pulse/component/core/accesscontrol/admin/UserEditor.java
branches/0.7/trunk/components/core/src/java/org/torweg/pulse/component/core/site/content/CoreContentDisplayer.java
branches/0.7/trunk/components/core/src/java/org/torweg/pulse/component/core/site/content/filter/FilterContentDisplayer.java
branches/0.7/trunk/components/core/src/java/org/torweg/pulse/component/core/site/map/SitemapMenuController.java
branches/0.7/trunk/components/core/src/java/org/torweg/pulse/component/core/site/search/SearchSiteResult.java
branches/0.7/trunk/components/shop/src/java/org/torweg/pulse/component/shop/ShopContentDisplayer.java
branches/0.7/trunk/components/shop/src/java/org/torweg/pulse/component/shop/admin/ShopContentEditor.java
branches/0.7/trunk/components/shop/src/java/org/torweg/pulse/component/shop/checkout/Checkout.java
branches/0.7/trunk/components/shop/src/java/org/torweg/pulse/component/shop/checkout/SendEmailsTask.java
branches/0.7/trunk/components/shop/src/java/org/torweg/pulse/component/shop/checkout/model/Address.java
branches/0.7/trunk/components/shop/src/java/org/torweg/pulse/component/shop/checkout/model/Customer.java
branches/0.7/trunk/components/shop/src/java/org/torweg/pulse/component/shop/checkout/model/DispatchData.java
branches/0.7/trunk/components/shop/src/java/org/torweg/pulse/component/shop/checkout/model/DispatchType.java
branches/0.7/trunk/components/shop/src/java/org/torweg/pulse/component/shop/checkout/model/Order.java
branches/0.7/trunk/components/shop/src/java/org/torweg/pulse/component/shop/checkout/model/OrderContents.java
branches/0.7/trunk/components/shop/src/java/org/torweg/pulse/component/shop/checkout/model/OrderDetails.java
branches/0.7/trunk/components/shop/src/java/org/torweg/pulse/component/shop/checkout/model/OrderMetaData.java
branches/0.7/trunk/components/shop/src/java/org/torweg/pulse/component/shop/checkout/model/OrderPosition.java
branches/0.7/trunk/components/shop/src/java/org/torweg/pulse/component/shop/checkout/model/PaymentData.java
branches/0.7/trunk/components/shop/src/java/org/torweg/pulse/component/shop/checkout/model/PaymentExtraChargePercentage.java
branches/0.7/trunk/components/shop/src/java/org/torweg/pulse/component/shop/checkout/model/PaymentMethod.java
branches/0.7/trunk/components/shop/src/java/org/torweg/pulse/component/shop/checkout/model/Price.java
branches/0.7/trunk/components/shop/src/java/org/torweg/pulse/component/shop/checkout/model/TaxRate.java
branches/0.7/trunk/components/shop/src/java/org/torweg/pulse/component/shop/checkout/model/TotalPrice.java
branches/0.7/trunk/components/shop/src/java/org/torweg/pulse/component/shop/checkout/model/Voucher.java
branches/0.7/trunk/components/shop/src/java/org/torweg/pulse/component/shop/model/Price.java
branches/0.7/trunk/components/shop/src/java/org/torweg/pulse/component/shop/model/ShopSettings.java
branches/0.7/trunk/components/shop/src/java/org/torweg/pulse/component/shop/model/ShopVariant.java
branches/0.7/trunk/components/shop/src/java/org/torweg/pulse/component/shop/model/ShoppingCart.java
branches/0.7/trunk/components/shop/src/java/org/torweg/pulse/component/shop/model/ShoppingCartPosition.java
branches/0.7/trunk/components/shop/src/java/org/torweg/pulse/component/shop/model/TaxGroup.java
branches/0.7/trunk/components/shop/src/java/org/torweg/pulse/component/shop/profile/ProfileAddress.java
branches/0.7/trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/aggregator/AbstractBaseAggregator.java
branches/0.7/trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/aggregator/AbstractRegexVersionedPerVisitAggregator.java
branches/0.7/trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/aggregator/task/UpdateStatisticsDatabaseTask.java
branches/0.7/trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/model/AbstractRegexVersioned.java
branches/0.7/trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/model/AbstractResolution.java
branches/0.7/trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/model/AbstractVersion.java
branches/0.7/trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/model/OperatingSystem.java
branches/0.7/trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/model/PIRecord.java
branches/0.7/trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/model/RegexVersion.java
branches/0.7/trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/model/StatisticsServer.java
branches/0.7/trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/model/UserAgent.java
branches/0.7/trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/model/aggregation/AbstractAggregation.java
branches/0.7/trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/model/aggregation/AbstractCountAggregation.java
branches/0.7/trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/model/aggregation/AbstractRegexVersionedCounter.java
branches/0.7/trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/model/aggregation/AbstractRegexVersionedCounterAggregation.java
branches/0.7/trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/model/aggregation/AbstractTreeAggregation.java
branches/0.7/trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/model/aggregation/CountryHitCounter.java
branches/0.7/trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/model/aggregation/OperatingSystemVersionCounter.java
branches/0.7/trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/model/aggregation/PIRecordCountAggregationHitCounter.java
branches/0.7/trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/model/aggregation/UserAgentVersionCounter.java
branches/0.7/trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/util/AbstractRegexVersionedCounterAggregationRowData.java
branches/0.7/trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/util/AbstractRegexVersionedCounterAggregationRowDataBuilder.java
branches/0.7/trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/util/CountedTotal.java
branches/0.7/trunk/components/statistics/src/java/org/torweg/pulse/component/statistics/view/RefererAnalysisViewControllerResult.java
branches/0.7/trunk/components/store/src/java/org/torweg/pulse/component/store/StoreContentDisplayer.java
branches/0.7/trunk/components/store/src/java/org/torweg/pulse/component/store/admin/StoreContentEditor.java
branches/0.7/trunk/components/store/src/java/org/torweg/pulse/component/store/admin/StoreContentImageGroupEditor.java
branches/0.7/trunk/components/store/src/java/org/torweg/pulse/component/store/model/StoreContent.java
branches/0.7/trunk/components/store/src/java/org/torweg/pulse/component/store/model/StoreContentImageGroup.java
branches/0.7/trunk/components/store/src/java/org/torweg/pulse/component/store/model/StoreItem.java
branches/0.7/trunk/components/store/src/java/org/torweg/pulse/component/store/model/StoreVariant.java
branches/0.7/trunk/components/survey/src/java/org/torweg/pulse/component/survey/SurveyProgress.java
branches/0.7/trunk/components/survey/src/java/org/torweg/pulse/component/survey/export/ExcelExportJoblet.java
branches/0.7/trunk/components/survey/src/java/org/torweg/pulse/component/survey/model/AbstractQuestion.java
branches/0.7/trunk/components/survey/src/java/org/torweg/pulse/component/survey/model/AbstractTypedAnswer.java
branches/0.7/trunk/components/survey/src/java/org/torweg/pulse/component/survey/model/OpenQuestion.java
branches/0.7/trunk/components/survey/src/java/org/torweg/pulse/component/survey/model/OpenQuestionAnswer.java
branches/0.7/trunk/components/survey/src/java/org/torweg/pulse/component/survey/model/QuestionGroup.java
branches/0.7/trunk/components/survey/src/java/org/torweg/pulse/component/survey/model/QuestionGroupAnswer.java
branches/0.7/trunk/components/survey/src/java/org/torweg/pulse/component/survey/model/Questionnaire.java
branches/0.7/trunk/components/survey/src/java/org/torweg/pulse/component/survey/model/SelectQuestion.java
branches/0.7/trunk/components/survey/src/java/org/torweg/pulse/component/survey/model/SelectQuestionAnswer.java
branches/0.7/trunk/components/survey/src/java/org/torweg/pulse/component/survey/model/Survey.java
branches/0.7/trunk/components/survey/src/unit-tests/org/torweg/pulse/component/survey/model/TestQuestions.java
branches/0.7/trunk/components/util/src/java/org/torweg/pulse/component/util/model/AbstractExtendedAddress.java
branches/0.7/trunk/components/util/src/java/org/torweg/pulse/component/util/model/Representative.java
branches/0.7/trunk/components/util/src/java/org/torweg/pulse/component/util/model/Retailer.java
branches/0.7/trunk/conf/pulse.xml
branches/0.7/trunk/container/src/java/org/torweg/pulse/accesscontrol/AbstractAccessControlObject.java
branches/0.7/trunk/container/src/java/org/torweg/pulse/accesscontrol/AbstractUserBase.java
branches/0.7/trunk/container/src/java/org/torweg/pulse/accesscontrol/ChangeEmailRequest.java
branches/0.7/trunk/container/src/java/org/torweg/pulse/accesscontrol/ChangePasswordRequest.java
branches/0.7/trunk/container/src/java/org/torweg/pulse/accesscontrol/CommandMatcher.java
branches/0.7/trunk/container/src/java/org/torweg/pulse/accesscontrol/Group.java
branches/0.7/trunk/container/src/java/org/torweg/pulse/accesscontrol/Permission.java
branches/0.7/trunk/container/src/java/org/torweg/pulse/accesscontrol/PreliminaryUser.java
branches/0.7/trunk/container/src/java/org/torweg/pulse/accesscontrol/Profile.java
branches/0.7/trunk/container/src/java/org/torweg/pulse/accesscontrol/Role.java
branches/0.7/trunk/container/src/java/org/torweg/pulse/accesscontrol/User.java
branches/0.7/trunk/container/src/java/org/torweg/pulse/accesscontrol/UserAttribute.java
branches/0.7/trunk/container/src/java/org/torweg/pulse/accesscontrol/attributes/AbstractAttribute.java
branches/0.7/trunk/container/src/java/org/torweg/pulse/accesscontrol/attributes/AbstractTypedCheck.java
branches/0.7/trunk/container/src/java/org/torweg/pulse/accesscontrol/attributes/AbstractValue.java
branches/0.7/trunk/container/src/java/org/torweg/pulse/accesscontrol/attributes/BooleanAttribute.java
branches/0.7/trunk/container/src/java/org/torweg/pulse/accesscontrol/attributes/SectionAttribute.java
branches/0.7/trunk/container/src/java/org/torweg/pulse/accesscontrol/attributes/SelectionAttribute.java
branches/0.7/trunk/container/src/java/org/torweg/pulse/accesscontrol/attributes/StringAttribute.java
branches/0.7/trunk/container/src/java/org/torweg/pulse/accesscontrol/attributes/types/Option.java
branches/0.7/trunk/container/src/java/org/torweg/pulse/accesscontrol/attributes/types/Selection.java
branches/0.7/trunk/container/src/java/org/torweg/pulse/email/Email.java
branches/0.7/trunk/container/src/java/org/torweg/pulse/invocation/lifecycle/LifecycleHibernateTasks.java
branches/0.7/trunk/container/src/java/org/torweg/pulse/result/FormResult.java
branches/0.7/trunk/container/src/java/org/torweg/pulse/service/request/CommandBuilder.java
branches/0.7/trunk/container/src/java/org/torweg/pulse/service/request/Parameter.java
branches/0.7/trunk/container/src/java/org/torweg/pulse/site/View.java
branches/0.7/trunk/container/src/java/org/torweg/pulse/site/content/AbstractBasicContent.java
branches/0.7/trunk/container/src/java/org/torweg/pulse/site/content/AbstractBasicVariant.java
branches/0.7/trunk/container/src/java/org/torweg/pulse/site/content/AbstractContentDisplayer.java
branches/0.7/trunk/container/src/java/org/torweg/pulse/site/content/AbstractRegistryNode.java
branches/0.7/trunk/container/src/java/org/torweg/pulse/site/content/AbstractSummaryDescriptionContent.java
branches/0.7/trunk/container/src/java/org/torweg/pulse/site/content/AbstractSummaryDescriptionVariant.java
branches/0.7/trunk/container/src/java/org/torweg/pulse/site/content/Attachment.java
branches/0.7/trunk/container/src/java/org/torweg/pulse/site/content/Content.java
branches/0.7/trunk/container/src/java/org/torweg/pulse/site/content/ContentLocalizationMap.java
branches/0.7/trunk/container/src/java/org/torweg/pulse/site/content/FileContent.java
branches/0.7/trunk/container/src/java/org/torweg/pulse/site/content/Localized.java
branches/0.7/trunk/container/src/java/org/torweg/pulse/site/content/Variant.java
branches/0.7/trunk/container/src/java/org/torweg/pulse/site/content/admin/AbstractBasicContentEditor.java
branches/0.7/trunk/container/src/java/org/torweg/pulse/site/content/filter/Filter.java
branches/0.7/trunk/container/src/java/org/torweg/pulse/site/content/jaxb.index
branches/0.7/trunk/container/src/java/org/torweg/pulse/site/content/registry/ContentRegistryNode.java
branches/0.7/trunk/container/src/java/org/torweg/pulse/site/map/SitemapNode.java
branches/0.7/trunk/container/src/java/org/torweg/pulse/site/map/SitemapSectionTag.java
branches/0.7/trunk/container/src/java/org/torweg/pulse/util/CollectionUtils.java
branches/0.7/trunk/container/src/java/org/torweg/pulse/util/INameable.java
branches/0.7/trunk/container/src/java/org/torweg/pulse/util/StringUtils.java
branches/0.7/trunk/container/src/java/org/torweg/pulse/util/entity/AbstractBasicEntity.java
branches/0.7/trunk/container/src/java/org/torweg/pulse/util/entity/AbstractEncryptableAddress.java
branches/0.7/trunk/container/src/java/org/torweg/pulse/util/entity/AbstractImageGroup.java
branches/0.7/trunk/container/src/java/org/torweg/pulse/util/entity/AbstractNamableEntity.java
branches/0.7/trunk/container/src/java/org/torweg/pulse/util/entity/AbstractNamedEntity.java
branches/0.7/trunk/container/src/java/org/torweg/pulse/util/entity/IHasLazyFields.java
branches/0.7/trunk/container/src/java/org/torweg/pulse/util/entity/IHasTransientFields.java
branches/0.7/trunk/container/src/java/org/torweg/pulse/util/entity/Node.java
branches/0.7/trunk/container/src/java/org/torweg/pulse/util/entity/dao/DeleteDAO.java
branches/0.7/trunk/container/src/java/org/torweg/pulse/util/entity/dao/DeleteDAOResult.java
branches/0.7/trunk/container/src/java/org/torweg/pulse/util/entity/dao/LoadDAO.java
branches/0.7/trunk/container/src/java/org/torweg/pulse/util/entity/dao/LoadDAOResult.java
branches/0.7/trunk/container/src/java/org/torweg/pulse/util/entity/dao/PagingDAO.java
branches/0.7/trunk/container/src/java/org/torweg/pulse/util/entity/dao/PagingDAOResult.java
branches/0.7/trunk/container/src/java/org/torweg/pulse/util/entity/jaxb/AbstractBasicEntityWrapper.java
branches/0.7/trunk/container/src/java/org/torweg/pulse/util/io/FastByteArrayOutputStream.java
branches/0.7/trunk/container/src/java/org/torweg/pulse/util/io/SerializableDataSource.java
branches/0.7/trunk/container/src/java/org/torweg/pulse/util/json/AbstractAssorterDataJSONWrapper.java
branches/0.7/trunk/container/src/java/org/torweg/pulse/util/json/AbstractBasicEntityAdminJSONWrapper.java
branches/0.7/trunk/container/src/java/org/torweg/pulse/util/json/AbstractEncryptableAddressJSONWrapper.java
branches/0.7/trunk/container/src/java/org/torweg/pulse/util/json/AbstractNamedEntityJSONWrapper.java
branches/0.7/trunk/container/src/java/org/torweg/pulse/util/json/AbstractNodeJSONWrapper.java
branches/0.7/trunk/container/src/java/org/torweg/pulse/util/json/ContentJSONWrapper.java
branches/0.7/trunk/container/src/java/org/torweg/pulse/util/search/SitemapNodeSectionTagFilterFactory.java
branches/0.7/trunk/container/src/java/org/torweg/pulse/vfs/VirtualFile.java
Added Paths:
-----------
branches/0.7/trunk/container/src/java/org/torweg/pulse/site/content/ContentPlugin.java
Removed Paths:
-------------
branches/0.7/trunk/container/src/java/org/torweg/pulse/site/content/IHasAlternativeImages.java
branches/0.7/trunk/container/src/java/org/torweg/pulse/site/content/IHasMainImage.java
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|