API compatibility report for the old_version_new_version library between 2011 and 2105 versions


Binary
Compatibility
Source
Compatibility

Test Info


Library Nameold_version_new_version
Version #12011
Version #22105
SubjectBinary Compatibility

Test Results


Total Java Modules185
Total Methods / Classes157185 / 19383
Compatibility 98.9%

Problem Summary


SeverityCount
Added Methods-2484
Removed MethodsHigh1444
Problems with
Data Types
High245
Medium11
Low43
Problems with
Methods
High30
Medium0
Low1
Other Changes
in Data Types
-54

Added Methods  2484 


adaptivesearchbackoffice_bof.jar, AbstractAsGroupingReplaceableDataHandler.class
package de.hybris.platform.adaptivesearchbackoffice.common.impl
AbstractAsGroupingReplaceableDataHandler<T>.AbstractAsGroupingReplaceableDataHandler<T> ( )
AbstractAsGroupingReplaceableDataHandler<T>.getWidgetInstanceManager ( EditorContext<T> context )  :  WidgetInstanceManager
AbstractAsGroupingReplaceableDataHandler<T>.isReplaceable ( EditorContext<T> context )  :  boolean
AbstractAsGroupingReplaceableDataHandler<T>.resolveCurrentGroupMergeMode ( EditorContext<T> context )  :  AsGroupMergeMode
AbstractAsGroupingReplaceableDataHandler<T>.resolveSearchResult ( EditorContext<T> context )  :  SearchResultData

adaptivesearchbackoffice_bof.jar, AsGroupExpressionGroupingReplaceableDataHandler.class
package de.hybris.platform.adaptivesearchbackoffice.common.impl
AsGroupExpressionGroupingReplaceableDataHandler.AsGroupExpressionGroupingReplaceableDataHandler ( )
AsGroupExpressionGroupingReplaceableDataHandler.getValue ( EditorContext<Object> context )  :  Object

adaptivesearchbackoffice_bof.jar, AsGroupLimitGroupingReplaceableDataHandler.class
package de.hybris.platform.adaptivesearchbackoffice.common.impl
AsGroupLimitGroupingReplaceableDataHandler.AsGroupLimitGroupingReplaceableDataHandler ( )
AsGroupLimitGroupingReplaceableDataHandler.getValue ( EditorContext p1 )  :  Object
AsGroupLimitGroupingReplaceableDataHandler.getValue ( EditorContext<Integer> context )  :  Integer

adaptivesearchbackoffice_bof.jar, ConfigurableDropdownEditor.class
package de.hybris.platform.adaptivesearchbackoffice.editors.configurabledropdown
ConfigurableDropdownEditor.loadInitialValue ( EditorContext<Object> context )  :  Object

adaptivesearchbackoffice_bof.jar, ConfigurableIntegerEditor.class
package de.hybris.platform.adaptivesearchbackoffice.editors.configurableintegereditor
ConfigurableIntegerEditor.ConfigurableIntegerEditor ( )
ConfigurableIntegerEditor.createReplaceableDataHandler ( EditorContext<Integer> context )  :  ReplaceableDataHandler<Integer>
ConfigurableIntegerEditor.getReplaceableDataHandler ( )  :  ReplaceableDataHandler<Integer>
ConfigurableIntegerEditor.initViewComponent ( InputElement editorView, EditorContext<Integer> context, EditorListener<Integer> listener )  :  void
ConfigurableIntegerEditor.loadInitialValue ( EditorContext<Integer> context )  :  Integer
ConfigurableIntegerEditor.render ( Component parent, EditorContext<Integer> context, EditorListener<Integer> listener )  :  void
ConfigurableIntegerEditor.setReplaceableDataHandler ( ReplaceableDataHandler<Integer> replaceableDataHandler )  :  void

adaptivesearchbackoffice_bof.jar, ExtendedConfigurableDropdownEditor.class
package de.hybris.platform.adaptivesearchbackoffice.editors.extendedconfigurabledropdown
ExtendedConfigurableDropdownEditor.createReplaceableDataHandler ( EditorContext<Object> context )  :  ReplaceableDataHandler<Object>
ExtendedConfigurableDropdownEditor.ExtendedConfigurableDropdownEditor ( )
ExtendedConfigurableDropdownEditor.getReplaceableDataHandler ( )  :  ReplaceableDataHandler<Object>
ExtendedConfigurableDropdownEditor.loadInitialValue ( EditorContext<Object> context )  :  Object
ExtendedConfigurableDropdownEditor.render ( Component parent, EditorContext<Object> context, EditorListener<Object> listener )  :  void
ExtendedConfigurableDropdownEditor.setReplaceableDataHandler ( ReplaceableDataHandler<Object> replaceableDataHandler )  :  void

adaptivesearchbackoffice_bof.jar, MainController.class
package de.hybris.platform.adaptivesearchbackoffice.widgets.maincontroller
MainController.canHandleEvent ( CockpitEvent event )  :  boolean
MainController.handleObjectsUpdatedEvent ( CockpitEvent event )  :  void
MainController.resolveCatalogVersion ( NavigationContextData navigationContext )  :  CatalogVersionModel
MainController.resolveCategoryPath ( CatalogVersionModel catalogVersion, NavigationContextData navigationContext )  :  List<CategoryModel>
MainController.resolveSearchProfiles ( CatalogVersionModel catalogVersion, NavigationContextData navigationContext )  :  List<AbstractAsSearchProfileModel>

adaptivesearchbackoffice_bof.jar, ReplaceableDataHandler.class
package de.hybris.platform.adaptivesearchbackoffice.common
ReplaceableDataHandler<T>.getValue ( EditorContext<T> p1 ) [abstract]  :  T
ReplaceableDataHandler<T>.isReplaceable ( EditorContext<T> p1 ) [abstract]  :  boolean

adaptivesearchserver.jar, AbstractAsCategoryPathResolver.class
package de.hybris.platform.adaptivesearch.strategies.impl
AbstractAsCategoryPathResolver.AbstractAsCategoryPathResolver ( )
AbstractAsCategoryPathResolver.addCategoryCode ( List<String> targetCategoryCodes, String categoryCode )  :  void
AbstractAsCategoryPathResolver.addCategoryCodes ( List<String> targetCategoryCodes, Collection<String> categoryCodes )  :  void
AbstractAsCategoryPathResolver.getAsCategoryService ( )  :  AsCategoryService
AbstractAsCategoryPathResolver.getConfigurationService ( )  :  ConfigurationService
AbstractAsCategoryPathResolver.resolveFacetFilterIndexProperty ( )  :  String
AbstractAsCategoryPathResolver.resolveFilterIndexProperty ( )  :  String
AbstractAsCategoryPathResolver.setAsCategoryService ( AsCategoryService asCategoryService )  :  void
AbstractAsCategoryPathResolver.setConfigurationService ( ConfigurationService configurationService )  :  void

adaptivesearchserver.jar, AbstractAsInterceptor.class
package de.hybris.platform.adaptivesearch.model.interceptors
AbstractAsInterceptor.getAsSearchProviderFactory ( )  :  AsSearchProviderFactory
AbstractAsInterceptor.setAsSearchProviderFactory ( AsSearchProviderFactory asSearchProviderFactory )  :  void

adaptivesearchserver.jar, AsCategoryService.class
package de.hybris.platform.adaptivesearch.services
AsCategoryService.buildCategoryPath ( List<String> p1, List<CatalogVersionModel> p2, boolean p3 ) [abstract]  :  List<CategoryModel>
AsCategoryService.clearCurrentCategoryPath ( ) [abstract]  :  void
AsCategoryService.getCurrentCategoryPath ( ) [abstract]  :  Optional<List<CategoryModel>>
AsCategoryService.setCurrentCategoryPath ( List<CategoryModel> p1 ) [abstract]  :  void

adaptivesearchserver.jar, AsFacetConfigurationCorruptedAttributeHandler.class
package de.hybris.platform.adaptivesearch.model.attributes
AsFacetConfigurationCorruptedAttributeHandler.AsFacetConfigurationCorruptedAttributeHandler ( )
AsFacetConfigurationCorruptedAttributeHandler.get ( AbstractAsFacetConfigurationModel model )  :  Boolean
AsFacetConfigurationCorruptedAttributeHandler.get ( AbstractItemModel p1 )  :  Object
AsFacetConfigurationCorruptedAttributeHandler.set ( AbstractAsFacetConfigurationModel model, Boolean value )  :  void
AsFacetConfigurationCorruptedAttributeHandler.set ( AbstractItemModel p1, Object p2 )  :  void

adaptivesearchserver.jar, AsFacetConfigurationPopulator.class
package de.hybris.platform.adaptivesearch.converters.populators
AsFacetConfigurationPopulator.buildLocalizedName ( AbstractAsFacetConfigurationModel source )  :  Map<String,String>
AsFacetConfigurationPopulator.getI18NService ( )  :  I18NService
AsFacetConfigurationPopulator.setI18NService ( I18NService i18NService )  :  void

adaptivesearchserver.jar, AsFacetConfigurationReversePopulator.class
package de.hybris.platform.adaptivesearch.converters.populators
AsFacetConfigurationReversePopulator.getI18NService ( )  :  I18NService
AsFacetConfigurationReversePopulator.setI18NService ( I18NService i18NService )  :  void

adaptivesearchserver.jar, AsFacetRangeCorruptedAttributeHandler.class
package de.hybris.platform.adaptivesearch.model.attributes
AsFacetRangeCorruptedAttributeHandler.AsFacetRangeCorruptedAttributeHandler ( )
AsFacetRangeCorruptedAttributeHandler.get ( AbstractItemModel p1 )  :  Object
AsFacetRangeCorruptedAttributeHandler.get ( AsFacetRangeModel model )  :  Boolean
AsFacetRangeCorruptedAttributeHandler.set ( AbstractItemModel p1, Object p2 )  :  void
AsFacetRangeCorruptedAttributeHandler.set ( AsFacetRangeModel model, Boolean value )  :  void

adaptivesearchserver.jar, AsFacetRangeSynchronizationTest.class
package de.hybris.platform.adaptivesearch.integration.synchronization
AsFacetRangeSynchronizationTest.AsFacetRangeSynchronizationTest ( )
AsFacetRangeSynchronizationTest.facetRangeNotFoundBeforeSynchronization ( )  :  void
AsFacetRangeSynchronizationTest.setUp ( )  :  void
AsFacetRangeSynchronizationTest.synchronizeNewFacetRange ( )  :  void
AsFacetRangeSynchronizationTest.synchronizeRemovedFacetRange ( )  :  void
AsFacetRangeSynchronizationTest.synchronizeUpdatedFacetRange ( )  :  void

adaptivesearchserver.jar, AsFacetValueConfigurationCorruptedAttributeHandler.class
package de.hybris.platform.adaptivesearch.model.attributes
AsFacetValueConfigurationCorruptedAttributeHandler.AsFacetValueConfigurationCorruptedAttributeHandler ( )
AsFacetValueConfigurationCorruptedAttributeHandler.get ( AbstractAsFacetValueConfigurationModel model )  :  Boolean
AsFacetValueConfigurationCorruptedAttributeHandler.get ( AbstractItemModel p1 )  :  Object
AsFacetValueConfigurationCorruptedAttributeHandler.set ( AbstractAsFacetValueConfigurationModel model, Boolean value )  :  void
AsFacetValueConfigurationCorruptedAttributeHandler.set ( AbstractItemModel p1, Object p2 )  :  void

adaptivesearchserver.jar, AsSimpleSearchConfigurationCorruptedAttributeHandler.class
package de.hybris.platform.adaptivesearch.model.attributes
AsSimpleSearchConfigurationCorruptedAttributeHandler.AsSimpleSearchConfigurationCorruptedAttributeHandler ( )
AsSimpleSearchConfigurationCorruptedAttributeHandler.get ( AbstractItemModel p1 )  :  Object
AsSimpleSearchConfigurationCorruptedAttributeHandler.get ( AsSimpleSearchConfigurationModel model )  :  Boolean
AsSimpleSearchConfigurationCorruptedAttributeHandler.set ( AbstractItemModel p1, Object p2 )  :  void
AsSimpleSearchConfigurationCorruptedAttributeHandler.set ( AsSimpleSearchConfigurationModel model, Boolean value )  :  void

adaptivesearchserver.jar, AsSortConfigurationCorruptedAttributeHandler.class
package de.hybris.platform.adaptivesearch.model.attributes
AsSortConfigurationCorruptedAttributeHandler.AsSortConfigurationCorruptedAttributeHandler ( )
AsSortConfigurationCorruptedAttributeHandler.get ( AbstractAsSortConfigurationModel model )  :  Boolean
AsSortConfigurationCorruptedAttributeHandler.get ( AbstractItemModel p1 )  :  Object
AsSortConfigurationCorruptedAttributeHandler.set ( AbstractAsSortConfigurationModel model, Boolean value )  :  void
AsSortConfigurationCorruptedAttributeHandler.set ( AbstractItemModel p1, Object p2 )  :  void

adaptivesearchserver.jar, AsSortExpressionCorruptedAttributeHandler.class
package de.hybris.platform.adaptivesearch.model.attributes
AsSortExpressionCorruptedAttributeHandler.AsSortExpressionCorruptedAttributeHandler ( )
AsSortExpressionCorruptedAttributeHandler.get ( AbstractItemModel p1 )  :  Object
AsSortExpressionCorruptedAttributeHandler.get ( AsSortExpressionModel model )  :  Boolean
AsSortExpressionCorruptedAttributeHandler.set ( AbstractItemModel p1, Object p2 )  :  void
AsSortExpressionCorruptedAttributeHandler.set ( AsSortExpressionModel model, Boolean value )  :  void

adaptivesearchserver.jar, DefaultAsCategoryService.class
package de.hybris.platform.adaptivesearch.services.impl
DefaultAsCategoryService.buildCategoryPath ( List<String> categoryCodes, List<CatalogVersionModel> catalogVersions, boolean recursive )  :  List<CategoryModel>
DefaultAsCategoryService.buildCategoryPathHelper ( Set<PK> visitedCategories, List<CategoryModel> categoryPath, CategoryModel category )  :  void
DefaultAsCategoryService.clearCurrentCategoryPath ( )  :  void
DefaultAsCategoryService.getCategoryService ( )  :  CategoryService
DefaultAsCategoryService.getCurrentCategoryPath ( )  :  Optional<List<CategoryModel>>
DefaultAsCategoryService.getModelService ( )  :  ModelService
DefaultAsCategoryService.getSessionService ( )  :  SessionService
DefaultAsCategoryService.isActiveCategory ( CategoryModel category )  :  boolean
DefaultAsCategoryService.isMatchingCategory ( CategoryModel category, List<CatalogVersionModel> catalogVersions )  :  boolean
DefaultAsCategoryService.isNonActiveCategory ( CategoryModel category )  :  boolean
DefaultAsCategoryService.isSupportedCategory ( CategoryModel categoryModel )  :  boolean
DefaultAsCategoryService.resolveCategory ( String categoryCode, List<CatalogVersionModel> catalogVersions )  :  CategoryModel
DefaultAsCategoryService.setCategoryService ( CategoryService categoryService )  :  void
DefaultAsCategoryService.setCurrentCategoryPath ( List<CategoryModel> categoryPath )  :  void
DefaultAsCategoryService.setModelService ( ModelService modelService )  :  void
DefaultAsCategoryService.setSessionService ( SessionService sessionService )  :  void

adaptivesearchserver.jar, DefaultAsCategoryServiceTest.class
package de.hybris.platform.adaptivesearch.services.impl
DefaultAsCategoryServiceTest.buildCategoryPathWithMultipleCategories ( )  :  void
DefaultAsCategoryServiceTest.buildCategoryPathWithSingleCategory ( )  :  void
DefaultAsCategoryServiceTest.buildEmptyCategoryPathCategoryNotFoundForCategoryCode ( )  :  void
DefaultAsCategoryServiceTest.buildEmptyCategoryPathEmptyCategoryCodes ( )  :  void
DefaultAsCategoryServiceTest.buildNonRecursiveCategoryPath ( )  :  void
DefaultAsCategoryServiceTest.buildRecursiveCategoryPath ( )  :  void
DefaultAsCategoryServiceTest.buildRecursiveCategoryPathParentIsNotSupported ( )  :  void
DefaultAsCategoryServiceTest.buildRecursiveCategoryPathWithMultiplePaths ( )  :  void
DefaultAsCategoryServiceTest.clearCurrentCategoryPath ( )  :  void
DefaultAsCategoryServiceTest.DefaultAsCategoryServiceTest ( )
DefaultAsCategoryServiceTest.getAllCategoriesForCatalogVersion ( )  :  void
DefaultAsCategoryServiceTest.getAllCategoryRelationsForCatalogVersion ( )  :  void
DefaultAsCategoryServiceTest.getCurrentCategoryPath ( )  :  void
DefaultAsCategoryServiceTest.getEmptyCurrentCategoryPath ( )  :  void
DefaultAsCategoryServiceTest.setCurrentCategoryPath ( )  :  void
DefaultAsCategoryServiceTest.setUp ( )  :  void

adaptivesearchserver.jar, DefaultSnAsCategoryPathResolver.class
package de.hybris.platform.adaptivesearch.searchservices.strategies.impl
DefaultSnAsCategoryPathResolver.resolveCategoryCodes ( SnSearchQuery searchQuery )  :  List<String>
DefaultSnAsCategoryPathResolver.resolveCategoryCodesFromFacetFilters ( SnSearchQuery searchQuery, List<String> categoryCodes )  :  void
DefaultSnAsCategoryPathResolver.resolveCategoryCodesFromFilters ( SnSearchQuery searchQuery, List<String> categoryCodes )  :  void

adaptivesearchserver.jar, DefaultSnAsCategoryPathResolverTest.class
package de.hybris.platform.adaptivesearch.searchservices.strategies.impl
DefaultSnAsCategoryPathResolverTest.DefaultSnAsCategoryPathResolverTest ( )
DefaultSnAsCategoryPathResolverTest.getCategoryPathFromCurrentSessionCategoryPath ( )  :  void
DefaultSnAsCategoryPathResolverTest.getCategoryPathFromFacetFilter ( )  :  void
DefaultSnAsCategoryPathResolverTest.getCategoryPathFromFacetFilterWithConfiguredIndexProperty ( )  :  void
DefaultSnAsCategoryPathResolverTest.getCategoryPathFromFilterAndFacetFilter ( )  :  void
DefaultSnAsCategoryPathResolverTest.getCategoryPathFromFilterWithConfiguredIndexProperty ( )  :  void
DefaultSnAsCategoryPathResolverTest.getCategoryPathFromFilterWithMatchTermQuery ( )  :  void
DefaultSnAsCategoryPathResolverTest.getCategoryPathFromFilterWithMatchTermsQuery ( )  :  void
DefaultSnAsCategoryPathResolverTest.getEmptyCategoryPath ( )  :  void
DefaultSnAsCategoryPathResolverTest.setUp ( )  :  void

adaptivesearchserver.jar, GeneratedAbstractAsFacetConfiguration.class
package de.hybris.platform.adaptivesearch.jalo
GeneratedAbstractAsFacetConfiguration.getAllName ( )  :  Map<Language,String>
GeneratedAbstractAsFacetConfiguration.getAllName ( SessionContext ctx )  :  Map<Language,String>
GeneratedAbstractAsFacetConfiguration.getName ( )  :  String
GeneratedAbstractAsFacetConfiguration.getName ( SessionContext ctx )  :  String
GeneratedAbstractAsFacetConfiguration.setAllName ( Map<Language,String> value )  :  void
GeneratedAbstractAsFacetConfiguration.setAllName ( SessionContext ctx, Map<Language,String> value )  :  void
GeneratedAbstractAsFacetConfiguration.setName ( SessionContext ctx, String value )  :  void
GeneratedAbstractAsFacetConfiguration.setName ( String value )  :  void

adaptivesearchsolrserver.jar, DefaultSolrAsCategoryPathResolver.class
package de.hybris.platform.adaptivesearchsolr.strategies.impl
DefaultSolrAsCategoryPathResolver.resolveCategoryCodes ( SearchQuery searchQuery )  :  List<String>
DefaultSolrAsCategoryPathResolver.resolveCategoryCodesFromFacetValues ( SearchQuery searchQuery, List<String> categoryCodes )  :  void
DefaultSolrAsCategoryPathResolver.resolveCategoryCodesFromFilterQueries ( SearchQuery searchQuery, List<String> categoryCodes )  :  void

adaptivesearchsolrserver.jar, DefaultSolrAsCategoryPathResolverTest.class
package de.hybris.platform.adaptivesearchsolr.strategies.impl
DefaultSolrAsCategoryPathResolverTest.DefaultSolrAsCategoryPathResolverTest ( )
DefaultSolrAsCategoryPathResolverTest.getCategoryPathFromCurrentSessionCategoryPath ( )  :  void
DefaultSolrAsCategoryPathResolverTest.getCategoryPathFromFacetValue ( )  :  void
DefaultSolrAsCategoryPathResolverTest.getCategoryPathFromFacetValueWithConfiguredIndexProperty ( )  :  void
DefaultSolrAsCategoryPathResolverTest.getCategoryPathFromFilterQuery ( )  :  void
DefaultSolrAsCategoryPathResolverTest.getCategoryPathFromFilterQueryAndFacetValue ( )  :  void
DefaultSolrAsCategoryPathResolverTest.getCategoryPathFromFilterQueryWithConfiguredIndexProperty ( )  :  void
DefaultSolrAsCategoryPathResolverTest.getEmptyCategoryPath ( )  :  void
DefaultSolrAsCategoryPathResolverTest.setUp ( )  :  void

catalogserver.jar, GenericCatalogCopyContext.class
package de.hybris.platform.catalog.jalo.synchronization
GenericCatalogCopyContext.handleStale ( Item src, PK tgtPK, Map<PK,ItemSyncTimestamp> all, ItemSyncTimestamp existingOneToUpdate )  :  ItemSyncTimestamp

cms2server.jar, AttributePresetHandler.class
package de.hybris.platform.cms2.cloning.service.preset
AttributePresetHandler<T>.get ( Object originalValue )  :  T

cms2server.jar, CatalogLevelService.class
package de.hybris.platform.cms2.multicountry.service
CatalogLevelService.getAllSuperCatalogs ( ContentCatalogModel p1 ) [abstract]  :  Collection<ContentCatalogModel>

cms2server.jar, CMSAbstractComponentRemoveInterceptor.class
package de.hybris.platform.cms2.servicelayer.interceptor.impl
CMSAbstractComponentRemoveInterceptor.CMSAbstractComponentRemoveInterceptor ( )
CMSAbstractComponentRemoveInterceptor.getRelationBetweenComponentsService ( )  :  RelationBetweenComponentsService
CMSAbstractComponentRemoveInterceptor.onRemove ( Object model, InterceptorContext ctx )  :  void
CMSAbstractComponentRemoveInterceptor.setRelationBetweenComponentsService ( RelationBetweenComponentsService relationBetweenComponentsService )  :  void

cms2server.jar, CMSAdminContentSlotService.class
package de.hybris.platform.cms2.servicelayer.services.admin
CMSAdminContentSlotService.getAllDeletedRelationsForPage ( CatalogVersionModel targetCatalogVersion, AbstractPageModel sourcePage )  :  List<CMSRelationModel>
CMSAdminContentSlotService.getSortedMultiCountryContentSlots ( List<ContentSlotModel> contentSlots, List<CatalogVersionModel> catalogVersions, AbstractPageModel page )  :  List<ContentSlotModel>

cms2server.jar, CMSCatalogVersionService.class
package de.hybris.platform.cms2.catalogversion.service
CMSCatalogVersionService.areCatalogVersionsRelatives ( Collection<CatalogVersionModel> catalogVersionModels )  :  boolean
CMSCatalogVersionService.getIntersectionOfCatalogVersions ( Collection<CatalogVersionModel> catalogVersionModelsA, Collection<CatalogVersionModel> catalogVersionModelsB )  :  Collection<CatalogVersionModel>
CMSCatalogVersionService.getSubCatalogsCatalogVersionsInSite ( CMSSiteModel site, ContentCatalogModel catalog )  :  List<CatalogVersionModel>
CMSCatalogVersionService.isContentCatalogModelAncestor ( ContentCatalogModel catalogModel, ContentCatalogModel ancestor )  :  boolean

cms2server.jar, CMSComponentService.class
package de.hybris.platform.cms2.servicelayer.services
CMSComponentService.getAllParents ( AbstractCMSComponentModel p1 ) [abstract]  :  List<AbstractCMSComponentModel>

cms2server.jar, CMSContentSlotDao.class
package de.hybris.platform.cms2.servicelayer.daos
CMSContentSlotDao.findAllMultiCountryContentSlotsByOriginalSlots ( List<ContentSlotModel> contentSlots, List<CatalogVersionModel> catalogVersions, AbstractPageModel page )  :  List<ContentSlotModel>
CMSContentSlotDao.findContentSlotRelationsByPageTemplateAndCatalogVersions ( PageTemplateModel template, Collection<CatalogVersionModel> catalogVersions )  :  List<ContentSlotForTemplateModel>
CMSContentSlotDao.findContentSlotRelationsByPageTemplateAndCatalogVersionsAndContentSlot ( PageTemplateModel template, ContentSlotModel contentSlot, Collection<CatalogVersionModel> catalogVersions )  :  List<ContentSlotForTemplateModel>
CMSContentSlotDao.getAllDeletedRelationsForPage ( CatalogVersionModel targetCatalogVersion, AbstractPageModel sourcePage )  :  List<CMSRelationModel>

cms2server.jar, CMSItemDeepCloningService.class
package de.hybris.platform.cms2.cloning.service
CMSItemDeepCloningService.generateCloneItemUid ( String p1 ) [abstract]  :  String

cms2server.jar, CMSModelCloningContext.class
package de.hybris.platform.cms2.cloning.service.impl
CMSModelCloningContext.addPresetValuePredicate ( AttributePresetHandler presetValueHandler )  :  void
CMSModelCloningContext.getPresetValueHandlers ( )  :  List<AttributePresetHandler<Object>>
CMSModelCloningContext.setPresetValueHandlers ( List<AttributePresetHandler<Object>> presetValueHandlers )  :  void

cms2server.jar, CMSModelCloningContextTest.class
package de.hybris.platform.cms2.cloning.service.impl
CMSModelCloningContextTest.shouldGetNullForPresetValueIfPresetHandlerDoesNotExist ( )  :  void
CMSModelCloningContextTest.shouldGetPresetValueWithOriginalValueForMediaContainer ( )  :  void
CMSModelCloningContextTest.shouldGetPresetValueWithoutOriginalValueForMediaContainer ( )  :  void

cms2server.jar, CMSPageService.class
package de.hybris.platform.cms2.servicelayer.services
CMSPageService.getSortedMultiCountryContentSlots ( List<ContentSlotModel> p1, List<CatalogVersionModel> p2, AbstractPageModel p3 ) [abstract]  :  List<ContentSlotModel>

cms2server.jar, CMSPreviewService.class
package de.hybris.platform.cms2.servicelayer.services
CMSPreviewService.getPreviewContentCatalogVersion ( ) [abstract]  :  CatalogVersionModel

cms2server.jar, CMSSiteService.class
package de.hybris.platform.cms2.servicelayer.services
CMSSiteService.getCurrentSiteDefaultContentCatalogActiveVersion ( ) [abstract]  :  CatalogVersionModel

cms2server.jar, CMSVersionSessionContextProvider.class
package de.hybris.platform.cms2.version.service
CMSVersionSessionContextProvider.initCache ( )  :  void

cms2server.jar, CMSWorkflowParticipantService.class
package de.hybris.platform.cms2.workflow.service
CMSWorkflowParticipantService.isActiveWorkflowActionParticipantForAttachmentItems ( List<?> p1 ) [abstract]  :  boolean

cms2server.jar, ComponentForCatalogVersionAttributePresetHandler.class
package de.hybris.platform.cms2.cloning.service.preset.impl
ComponentForCatalogVersionAttributePresetHandler.ComponentForCatalogVersionAttributePresetHandler ( CatalogVersionModel targetCatalogVersion )
ComponentForCatalogVersionAttributePresetHandler.get ( )  :  CatalogVersionModel
ComponentForCatalogVersionAttributePresetHandler.get ( )  :  Object
ComponentForCatalogVersionAttributePresetHandler.getTargetCatalogVersion ( )  :  CatalogVersionModel
ComponentForCatalogVersionAttributePresetHandler.setTargetCatalogVersion ( CatalogVersionModel targetCatalogVersion )  :  void
ComponentForCatalogVersionAttributePresetHandler.test ( ItemModel component, String qualifier )  :  boolean
ComponentForCatalogVersionAttributePresetHandler.test ( Object p1, Object p2 )  :  boolean

cms2server.jar, ComponentForUidAttributePresetHandler.class
package de.hybris.platform.cms2.cloning.service.preset.impl
ComponentForUidAttributePresetHandler.ComponentForUidAttributePresetHandler ( CMSAdminComponentService cmsAdminComponentService, CMSItemDeepCloningService cmsItemDeepCloningService )
ComponentForUidAttributePresetHandler.get ( )  :  Object
ComponentForUidAttributePresetHandler.get ( )  :  String
ComponentForUidAttributePresetHandler.get ( Object originalValue )  :  String
ComponentForUidAttributePresetHandler.get ( Object p1 )  :  Object
ComponentForUidAttributePresetHandler.getCmsAdminComponentService ( )  :  CMSAdminComponentService
ComponentForUidAttributePresetHandler.getCmsItemDeepCloningService ( )  :  CMSItemDeepCloningService
ComponentForUidAttributePresetHandler.setCmsAdminComponentService ( CMSAdminComponentService cmsAdminComponentService )  :  void
ComponentForUidAttributePresetHandler.setCmsItemDeepCloningService ( CMSItemDeepCloningService cmsItemDeepCloningService )  :  void
ComponentForUidAttributePresetHandler.test ( ItemModel component, String qualifier )  :  boolean
ComponentForUidAttributePresetHandler.test ( Object p1, Object p2 )  :  boolean

cms2server.jar, ComponentRelatedItemVisitor.class
package de.hybris.platform.cms2.relateditems.visitors.page
ComponentRelatedItemVisitor.getCmsComponentService ( )  :  CMSComponentService
ComponentRelatedItemVisitor.getRelatedItems ( ItemModel itemModel, InterceptorContext interceptorContext )  :  List<CMSItemModel>
ComponentRelatedItemVisitor.setCmsComponentService ( CMSComponentService cmsComponentService )  :  void

cms2server.jar, ContentSlotCloningStrategy.class
package de.hybris.platform.cms2.cloning.strategy.impl
ContentSlotCloningStrategy.createContentSlotForTemplateRelation ( CatalogVersionModel catalogVersion, String position, PageTemplateModel pageTemplate, ContentSlotModel contentSlotModel )  :  void
ContentSlotCloningStrategy.customPositionIsAvailable ( AbstractPageModel sourcePage, String targetPosition )  :  boolean
ContentSlotCloningStrategy.getCmsContentSlotService ( )  :  CMSContentSlotService
ContentSlotCloningStrategy.setCmsContentSlotService ( CMSContentSlotService cmsContentSlotService )  :  void

cms2server.jar, ContentSlotCloningStrategyTest.class
package de.hybris.platform.cms2.cloning.strategy.impl
ContentSlotCloningStrategyTest.shouldCloneComponentsInsideNewSlot ( )  :  void
ContentSlotCloningStrategyTest.shouldCreateCustomComponent ( )  :  void
ContentSlotCloningStrategyTest.shouldCreateLocalComponent ( )  :  void
ContentSlotCloningStrategyTest.shouldReferenceComponentsInsideNewSlot ( )  :  void
ContentSlotCloningStrategyTest.shouldRemoveComponentsInsideNewSlot ( )  :  void
ContentSlotCloningStrategyTest.shouldThrowExceptionIfNewCustomSLotPositionIsTaken ( )  :  void

cms2server.jar, ContentSlotForPageRelatedItemVisitor.class
package de.hybris.platform.cms2.relateditems.visitors.page
ContentSlotForPageRelatedItemVisitor.getRelatedItems ( ItemModel itemModel, InterceptorContext interceptorContext )  :  List<CMSItemModel>

cms2server.jar, ContentSlotsForPageConverter.class
package de.hybris.platform.cms2.version.converter.customattribute.impl
ContentSlotsForPageConverter.getCmsContentSlotDao ( )  :  CMSContentSlotDao
ContentSlotsForPageConverter.getModelService ( )  :  ModelService
ContentSlotsForPageConverter.setCmsContentSlotDao ( CMSContentSlotDao cmsContentSlotDao )  :  void
ContentSlotsForPageConverter.setModelService ( ModelService modelService )  :  void

cms2server.jar, ContentSlotsForPageConverterTest.class
package de.hybris.platform.cms2.version.converter.customattribute.impl
ContentSlotsForPageConverterTest.shouldUseExistingContentSlotForPageRelation ( )  :  void

cms2server.jar, DefaultCatalogLevelService.class
package de.hybris.platform.cms2.multicountry.service.impl
DefaultCatalogLevelService.getAllSuperCatalogs ( Collection<ContentCatalogModel> contentCatalogs )  :  Set<ContentCatalogModel>
DefaultCatalogLevelService.getAllSuperCatalogs ( ContentCatalogModel catalog )  :  Collection<ContentCatalogModel>

cms2server.jar, DefaultCMSAdminContentSlotService.class
package de.hybris.platform.cms2.servicelayer.services.admin.impl
DefaultCMSAdminContentSlotService.appendTemplateSlots ( PageTemplateModel pageTemplate, Set<String> positions, List<ContentSlotData> contentSlots, AbstractPageModel page, List<CatalogVersionModel> catalogVersions )  :  List<ContentSlotModel>
DefaultCMSAdminContentSlotService.getAllDeletedRelationsForPage ( CatalogVersionModel targetCatalogVersion, AbstractPageModel sourcePage )  :  List<CMSRelationModel>
DefaultCMSAdminContentSlotService.getCmsCatalogVersionService ( )  :  CMSCatalogVersionService
DefaultCMSAdminContentSlotService.getSortedMultiCountryContentSlots ( List<ContentSlotModel> contentSlots, List<CatalogVersionModel> catalogVersions, AbstractPageModel page )  :  List<ContentSlotModel>
DefaultCMSAdminContentSlotService.setCmsCatalogVersionService ( CMSCatalogVersionService cmsCatalogVersionService )  :  void

cms2server.jar, DefaultCMSAdminContentSlotServiceIntegrationTest.class
package de.hybris.platform.cms2.servicelayer.services.admin.impl
DefaultCMSAdminContentSlotServiceIntegrationTest.shouldGetAllContentSlotsDefinedForPageTemplateAsWellAsCustomSlots ( )  :  void
DefaultCMSAdminContentSlotServiceIntegrationTest.shouldGetAllContentSlotsForPageInGlobalCatalog ( )  :  void

cms2server.jar, DefaultCMSCatalogVersionService.class
package de.hybris.platform.cms2.catalogversion.service.impl
DefaultCMSCatalogVersionService.areCatalogVersionsRelatives ( Collection<CatalogVersionModel> catalogVersionModels )  :  boolean
DefaultCMSCatalogVersionService.getCmsCatalogLevelService ( )  :  CatalogLevelService
DefaultCMSCatalogVersionService.getCmsCatalogVersionLevelComparator ( )  :  Comparator<CatalogVersionModel>
DefaultCMSCatalogVersionService.getIntersectionOfCatalogVersions ( Collection<CatalogVersionModel> catalogVersionModelsA, Collection<CatalogVersionModel> catalogVersionModelsB )  :  Collection<CatalogVersionModel>
DefaultCMSCatalogVersionService.getSubCatalogsCatalogVersionsInSite ( CMSSiteModel site, ContentCatalogModel catalog )  :  List<CatalogVersionModel>
DefaultCMSCatalogVersionService.isContentCatalogModelAncestor ( ContentCatalogModel catalogModel, ContentCatalogModel ancestor )  :  boolean
DefaultCMSCatalogVersionService.setCmsCatalogLevelService ( CatalogLevelService cmsCatalogLevelService )  :  void
DefaultCMSCatalogVersionService.setCmsCatalogVersionLevelComparator ( Comparator<CatalogVersionModel> cmsCatalogVersionLevelComparator )  :  void

cms2server.jar, DefaultCMSCatalogVersionServiceTest.class
package de.hybris.platform.cms2.catalogversion.service.impl
DefaultCMSCatalogVersionServiceTest.ContentCatalogAncIsAncestorContentCatalogOff ( )  :  void
DefaultCMSCatalogVersionServiceTest.ContentCatalogAncIsAncestorContentCatalogOff2 ( )  :  void
DefaultCMSCatalogVersionServiceTest.ContentCatalogOffIsNotAncestorContentCatalogAnc ( )  :  void
DefaultCMSCatalogVersionServiceTest.HasIntersectionOfCatalogVersions ( )  :  void
DefaultCMSCatalogVersionServiceTest.NoIntersectionOfCatalogVersions ( )  :  void
DefaultCMSCatalogVersionServiceTest.ShouldAllCatalogVersionsShouldAreNotRelatives ( )  :  void
DefaultCMSCatalogVersionServiceTest.ShouldAllCatalogVersionsShouldAreRelatives ( )  :  void

cms2server.jar, DefaultCMSComponentService.class
package de.hybris.platform.cms2.servicelayer.services.impl
DefaultCMSComponentService.getAllParents ( AbstractCMSComponentModel cmsComponentModel )  :  List<AbstractCMSComponentModel>

cms2server.jar, DefaultCMSComponentServiceTest.class
package de.hybris.platform.cms2.servicelayer.services.impl
DefaultCMSComponentServiceTest.ReturnArrayWhenComponentHasParents ( )  :  void
DefaultCMSComponentServiceTest.ReturnEmptyArrayWhenComponentHasNoParents ( )  :  void
DefaultCMSComponentServiceTest.SuccessReturnWhenComponentParentsHasCycle ( )  :  void
DefaultCMSComponentServiceTest.SuccessReturnWhenComponentParentsHasCycle2 ( )  :  void

cms2server.jar, DefaultCMSContenSlotDao.class
package de.hybris.platform.cms2.servicelayer.daos.impl
DefaultCMSContenSlotDao.findAllMultiCountryContentSlotsByOriginalSlots ( List<ContentSlotModel> contentSlots, List<CatalogVersionModel> catalogVersions, AbstractPageModel page )  :  List<ContentSlotModel>
DefaultCMSContenSlotDao.findContentSlotRelationsByPageTemplateAndCatalogVersions ( PageTemplateModel template, Collection<CatalogVersionModel> catalogVersions )  :  List<ContentSlotForTemplateModel>
DefaultCMSContenSlotDao.findContentSlotRelationsByPageTemplateAndCatalogVersionsAndContentSlot ( PageTemplateModel template, ContentSlotModel contentSlot, Collection<CatalogVersionModel> catalogVersions )  :  List<ContentSlotForTemplateModel>
DefaultCMSContenSlotDao.getAllDeletedRelationsForPage ( CatalogVersionModel targetCatalogVersion, AbstractPageModel sourcePage )  :  List<CMSRelationModel>

cms2server.jar, DefaultCMSContentPageService.class
package de.hybris.platform.cms2.servicelayer.services.impl
DefaultCMSContentPageService.getCmsCatalogVersionService ( )  :  CMSCatalogVersionService
DefaultCMSContentPageService.getCmsPreviewService ( )  :  CMSPreviewService
DefaultCMSContentPageService.getCmsSiteService ( )  :  CMSSiteService
DefaultCMSContentPageService.getContentCatalogVersions ( )  :  Collection<CatalogVersionModel>
DefaultCMSContentPageService.getContentCatalogVersionsOfHomepage ( )  :  Collection<CatalogVersionModel>
DefaultCMSContentPageService.setCmsCatalogVersionService ( CMSCatalogVersionService cmsCatalogVersionService )  :  void
DefaultCMSContentPageService.setCmsPreviewService ( CMSPreviewService cmsPreviewService )  :  void
DefaultCMSContentPageService.setCmsSiteService ( CMSSiteService cmsSiteService )  :  void

cms2server.jar, DefaultCMSContentPageServiceTest.class
package de.hybris.platform.cms2.servicelayer.services.impl
DefaultCMSContentPageServiceTest.shouldFindHomepageForMultiContent ( )  :  void
DefaultCMSContentPageServiceTest.shouldFindHomepageForMultiContentWhenPreview ( )  :  void
DefaultCMSContentPageServiceTest.shouldNotFindHomepageForMultiContentWhenDefaultPageNotInSiteContentCatalogList ( )  :  void

cms2server.jar, DefaultCMSContentSlotDaoIntegrationTest.class
package de.hybris.platform.cms2.servicelayer.daos.impl
DefaultCMSContentSlotDaoIntegrationTest.getContentSlotById ( String slotId, CatalogVersionModel catalogVersion )  :  ContentSlotModel
DefaultCMSContentSlotDaoIntegrationTest.shouldGetAllSlotRelationsThatExistInTargetCatalogVersionAndDoesNotExistInSourceCatalogVersion ( )  :  void

cms2server.jar, DefaultCMSContentSlotDaoMultiCountryIntegrationTest.class
package de.hybris.platform.cms2.servicelayer.daos.impl
DefaultCMSContentSlotDaoMultiCountryIntegrationTest.DefaultCMSContentSlotDaoMultiCountryIntegrationTest ( )
DefaultCMSContentSlotDaoMultiCountryIntegrationTest.setUp ( )  :  void
DefaultCMSContentSlotDaoMultiCountryIntegrationTest.shouldFindAllMultiCountryContentSlotsForClonedLocalHomePageByOriginalSlots ( )  :  void
DefaultCMSContentSlotDaoMultiCountryIntegrationTest.shouldFindAllMultiCountryContentSlotsForLocalHomePageByOriginalSlots ( )  :  void
DefaultCMSContentSlotDaoMultiCountryIntegrationTest.shouldNotReturnLocalSlotThatIsNotRelatedToLocalHomePageOrItsTemplate ( )  :  void
DefaultCMSContentSlotDaoMultiCountryIntegrationTest.shouldOnlyReturnOverriddenSlotDefinedOnRegionalAndGlobalLevel ( )  :  void

cms2server.jar, DefaultCMSItemDeepCloningService.class
package de.hybris.platform.cms2.cloning.service.impl
DefaultCMSItemDeepCloningService.formatCloneAttributeValue ( String originalValue, String generatedId, String prefix, String separator )  :  String
DefaultCMSItemDeepCloningService.generateClonedAttributeValue ( String originalValue, String prefix, String separator, int maxLength )  :  String
DefaultCMSItemDeepCloningService.generateCloneItemUid ( String originalUid )  :  String
DefaultCMSItemDeepCloningService.getConfigurationService ( )  :  ConfigurationService
DefaultCMSItemDeepCloningService.getPropertySupplier ( String propertyKey, Integer defaultValue )  :  Supplier<Integer>
DefaultCMSItemDeepCloningService.getPropertySupplier ( String propertyKey, String defaultValue )  :  Supplier<String>
DefaultCMSItemDeepCloningService.setConfigurationService ( ConfigurationService configurationService )  :  void

cms2server.jar, DefaultCMSItemDeepCloningServiceTest.class
package de.hybris.platform.cms2.cloning.service.impl
DefaultCMSItemDeepCloningServiceTest.givenComponentName_WhenGenerateCloneComponentNameIsCalled_ThenItReturnsANameWithTheNewPostfix ( )  :  void
DefaultCMSItemDeepCloningServiceTest.givenVeryLongOriginalUid_WhenGenerateCloneUidWithOriginalUid_ThenReturnsNewUidWithCroppedOriginalValue ( )  :  void
DefaultCMSItemDeepCloningServiceTest.shouldIgnoreAttributeMaxLengthIfItIsLessThanMinimalSizeForAttributeValue ( )  :  void
DefaultCMSItemDeepCloningServiceTest.shouldNotGeneratePrefixIfItAlreadyExists ( )  :  void

cms2server.jar, DefaultCMSPageService.class
package de.hybris.platform.cms2.servicelayer.services.impl
DefaultCMSPageService.getSortedMultiCountryContentSlots ( List<ContentSlotModel> contentSlots, List<CatalogVersionModel> catalogVersions, AbstractPageModel page )  :  List<ContentSlotModel>

cms2server.jar, DefaultCMSPreviewService.class
package de.hybris.platform.cms2.servicelayer.services.impl
DefaultCMSPreviewService.getPreviewContentCatalogVersion ( )  :  CatalogVersionModel

cms2server.jar, DefaultCMSSiteService.class
package de.hybris.platform.cms2.servicelayer.services.impl
DefaultCMSSiteService.getCurrentSiteDefaultContentCatalogActiveVersion ( )  :  CatalogVersionModel

cms2server.jar, DefaultCMSSiteServiceTest.class
package de.hybris.platform.cms2.servicelayer.services.impl
DefaultCMSSiteServiceTest.testShouldReturnNullWhenSiteContentCatalogDontHaveActiveVersion ( )  :  void
DefaultCMSSiteServiceTest.testShouldReturnNullWhenSiteDontHaveContentCatalog ( )  :  void

cms2server.jar, DefaultCMSVersionSessionContextProvider.class
package de.hybris.platform.cms2.version.service.impl
DefaultCMSVersionSessionContextProvider.initCache ( )  :  void

cms2server.jar, DefaultCMSVersionToItemModelPreviewConverter.class
package de.hybris.platform.cms2.version.converter.impl
DefaultCMSVersionToItemModelPreviewConverter.getItemService ( )  :  ItemService
DefaultCMSVersionToItemModelPreviewConverter.setItemService ( ItemService itemService )  :  void

cms2server.jar, DefaultCMSVersionToItemModelRollbackConverterTest.class
package de.hybris.platform.cms2.version.converter.impl
DefaultCMSVersionToItemModelRollbackConverterTest.willReturnNewlyCreatedItemIfOriginalDoesNotExist ( )  :  void

cms2server.jar, DefaultCMSWorkflowParticipantService.class
package de.hybris.platform.cms2.workflow.service.impl
DefaultCMSWorkflowParticipantService.isActiveWorkflowActionParticipantForAttachmentItems ( List<?> cmsItems )  :  boolean

cms2server.jar, DefaultCMSWorkflowParticipantServiceTest.class
package de.hybris.platform.cms2.workflow.service.impl
DefaultCMSWorkflowParticipantServiceTest.shouldBeActiveActionParticipantForAttachedItems ( )  :  void
DefaultCMSWorkflowParticipantServiceTest.shouldNotBeActiveActionParticipantForAttachedItemsWhenNoAction ( )  :  void
DefaultCMSWorkflowParticipantServiceTest.shouldNotBeActiveActionParticipantForAttachedItemsWhenNoPrincipalAssigned ( )  :  void

cms2server.jar, DefaultFlexibleCMSItemSearchService.class
package de.hybris.platform.cms2.cmsitems.service.impl
DefaultFlexibleCMSItemSearchService.getInheritedTypePrimaryKeys ( List<ComposedTypeModel> composedTypes )  :  List<PK>

cms2server.jar, DefaultFlexibleCMSItemSearchServiceTest.class
package de.hybris.platform.cms2.cmsitems.service.impl
DefaultFlexibleCMSItemSearchServiceTest.assertMaskQueryWhenAbstractPage ( FlexibleSearchQuery flexibleSearchQuery, String expectedMask )  :  void
DefaultFlexibleCMSItemSearchServiceTest.testSearchQueryContainsMaskAndTypeIsAbstractPage ( )  :  void

cms2server.jar, DefaultItemService.class
package de.hybris.platform.cms2.items.service.impl
DefaultItemService.getModelService ( )  :  ModelService
DefaultItemService.getOrCreateItemByAttributeValues ( String typeCode, Map<String,Object> attributeValues )  :  ItemModel
DefaultItemService.setModelService ( ModelService modelService )  :  void

cms2server.jar, DefaultRelatedItemsService.class
package de.hybris.platform.cms2.relateditems.impl
DefaultRelatedItemsService.getRelatedItems ( ItemModel itemModel, InterceptorContext interceptorContext )  :  List<CMSItemModel>

cms2server.jar, DefaultRelatedPageRejectionService.class
package de.hybris.platform.cms2.relatedpages.service.impl
DefaultRelatedPageRejectionService.rejectAllRelatedPages ( ItemModel itemModel, InterceptorContext interceptorContext )  :  void

cms2server.jar, DefaultRelationBetweenComponentsService.class
package de.hybris.platform.cms2.servicelayer.services.impl
DefaultRelationBetweenComponentsService.DefaultRelationBetweenComponentsService ( )
DefaultRelationBetweenComponentsService.getCmsAdminContentSlotService ( )  :  CMSAdminContentSlotService
DefaultRelationBetweenComponentsService.getTypeService ( )  :  TypeService
DefaultRelationBetweenComponentsService.maintainRelationBetweenComponentsOnComponent ( AbstractCMSComponentModel parent )  :  void
DefaultRelationBetweenComponentsService.maintainRelationBetweenComponentsOnPage ( AbstractPageModel pageModel )  :  void
DefaultRelationBetweenComponentsService.maintainRelationBetweenComponentsOnSlot ( ContentSlotModel slotModel )  :  void
DefaultRelationBetweenComponentsService.removeRelationBetweenComponentsOnModel ( AbstractCMSComponentModel model )  :  void
DefaultRelationBetweenComponentsService.setCmsAdminContentSlotService ( CMSAdminContentSlotService cmsAdminContentSlotService )  :  void
DefaultRelationBetweenComponentsService.setTypeService ( TypeService typeService )  :  void

cms2server.jar, DefaultRelationBetweenComponentsServiceTest.class
package de.hybris.platform.cms2.servicelayer.services.impl
DefaultRelationBetweenComponentsServiceTest.DefaultRelationBetweenComponentsServiceTest ( )
DefaultRelationBetweenComponentsServiceTest.maintainRelationBetweenComponentsOnComponent ( )  :  void
DefaultRelationBetweenComponentsServiceTest.maintainRelationBetweenComponentsOnComponentArray ( )  :  void
DefaultRelationBetweenComponentsServiceTest.maintainRelationBetweenComponentsOnSlot ( )  :  void
DefaultRelationBetweenComponentsServiceTest.removeRelationBetweenComponentsByChildren ( )  :  void
DefaultRelationBetweenComponentsServiceTest.removeRelationBetweenComponentsByParent ( )  :  void
DefaultRelationBetweenComponentsServiceTest.setUp ( )  :  void

cms2server.jar, GeneratedAbstractCMSComponent.class
package de.hybris.platform.cms2.jalo.contents.components
GeneratedAbstractCMSComponent.addToChildren ( AbstractCMSComponent value )  :  void
GeneratedAbstractCMSComponent.addToChildren ( SessionContext ctx, AbstractCMSComponent value )  :  void
GeneratedAbstractCMSComponent.addToParents ( AbstractCMSComponent value )  :  void
GeneratedAbstractCMSComponent.addToParents ( SessionContext ctx, AbstractCMSComponent value )  :  void
GeneratedAbstractCMSComponent.getChildren ( )  :  List<AbstractCMSComponent>
GeneratedAbstractCMSComponent.getChildren ( SessionContext ctx )  :  List<AbstractCMSComponent>
GeneratedAbstractCMSComponent.getChildrenCount ( )  :  long
GeneratedAbstractCMSComponent.getChildrenCount ( SessionContext ctx )  :  long
GeneratedAbstractCMSComponent.getParents ( )  :  List<AbstractCMSComponent>
GeneratedAbstractCMSComponent.getParents ( SessionContext ctx )  :  List<AbstractCMSComponent>
GeneratedAbstractCMSComponent.getParentsCount ( )  :  long
GeneratedAbstractCMSComponent.getParentsCount ( SessionContext ctx )  :  long
GeneratedAbstractCMSComponent.removeFromChildren ( AbstractCMSComponent value )  :  void
GeneratedAbstractCMSComponent.removeFromChildren ( SessionContext ctx, AbstractCMSComponent value )  :  void
GeneratedAbstractCMSComponent.removeFromParents ( AbstractCMSComponent value )  :  void
GeneratedAbstractCMSComponent.removeFromParents ( SessionContext ctx, AbstractCMSComponent value )  :  void
GeneratedAbstractCMSComponent.setChildren ( List<AbstractCMSComponent> value )  :  void
GeneratedAbstractCMSComponent.setChildren ( SessionContext ctx, List<AbstractCMSComponent> value )  :  void
GeneratedAbstractCMSComponent.setParents ( List<AbstractCMSComponent> value )  :  void
GeneratedAbstractCMSComponent.setParents ( SessionContext ctx, List<AbstractCMSComponent> value )  :  void

cms2server.jar, GeneratedCMSSite.class
package de.hybris.platform.cms2.jalo.site
GeneratedCMSSite.getDefaultContentCatalog ( )  :  ContentCatalog
GeneratedCMSSite.getDefaultContentCatalog ( SessionContext ctx )  :  ContentCatalog
GeneratedCMSSite.setDefaultContentCatalog ( ContentCatalog value )  :  void
GeneratedCMSSite.setDefaultContentCatalog ( SessionContext ctx, ContentCatalog value )  :  void

cms2server.jar, GeneratedPreviewData.class
package de.hybris.platform.cms2.jalo.preview
GeneratedPreviewData.getPreviewContentCatalogVersion ( )  :  CatalogVersion
GeneratedPreviewData.getPreviewContentCatalogVersion ( SessionContext ctx )  :  CatalogVersion
GeneratedPreviewData.setPreviewContentCatalogVersion ( CatalogVersion value )  :  void
GeneratedPreviewData.setPreviewContentCatalogVersion ( SessionContext ctx, CatalogVersion value )  :  void

cms2server.jar, ItemService.class
package de.hybris.platform.cms2.items.service
ItemService.getOrCreateItemByAttributeValues ( String typeCode, Map<String,Object> attributeValues )  :  ItemModel

cms2server.jar, MediaContainerForCatalogVersionAttributePresetHandler.class
package de.hybris.platform.cms2.cloning.service.preset.impl
MediaContainerForCatalogVersionAttributePresetHandler.get ( )  :  CatalogVersionModel
MediaContainerForCatalogVersionAttributePresetHandler.get ( )  :  Object
MediaContainerForCatalogVersionAttributePresetHandler.getTargetCatalogVersion ( )  :  CatalogVersionModel
MediaContainerForCatalogVersionAttributePresetHandler.MediaContainerForCatalogVersionAttributePresetHandler ( CatalogVersionModel targetCatalogVersion )
MediaContainerForCatalogVersionAttributePresetHandler.setTargetCatalogVersion ( CatalogVersionModel targetCatalogVersion )  :  void
MediaContainerForCatalogVersionAttributePresetHandler.test ( ItemModel component, String qualifier )  :  boolean
MediaContainerForCatalogVersionAttributePresetHandler.test ( Object p1, Object p2 )  :  boolean

cms2server.jar, MediaContainerForQualifierAttributePresetHandler.class
package de.hybris.platform.cms2.cloning.service.preset.impl
MediaContainerForQualifierAttributePresetHandler.get ( )  :  Object
MediaContainerForQualifierAttributePresetHandler.get ( )  :  String
MediaContainerForQualifierAttributePresetHandler.get ( Object originalValue )  :  String
MediaContainerForQualifierAttributePresetHandler.get ( Object p1 )  :  Object
MediaContainerForQualifierAttributePresetHandler.getCmsItemDeepCloningService ( )  :  CMSItemDeepCloningService
MediaContainerForQualifierAttributePresetHandler.MediaContainerForQualifierAttributePresetHandler ( CMSItemDeepCloningService cmsItemDeepCloningService )
MediaContainerForQualifierAttributePresetHandler.setCmsItemDeepCloningService ( CMSItemDeepCloningService cmsItemDeepCloningService )  :  void
MediaContainerForQualifierAttributePresetHandler.test ( ItemModel component, String qualifier )  :  boolean
MediaContainerForQualifierAttributePresetHandler.test ( Object p1, Object p2 )  :  boolean

cms2server.jar, MediaForCatalogVersionAttributePresetHandler.class
package de.hybris.platform.cms2.cloning.service.preset.impl
MediaForCatalogVersionAttributePresetHandler.get ( )  :  CatalogVersionModel
MediaForCatalogVersionAttributePresetHandler.get ( )  :  Object
MediaForCatalogVersionAttributePresetHandler.getTargetCatalogVersion ( )  :  CatalogVersionModel
MediaForCatalogVersionAttributePresetHandler.MediaForCatalogVersionAttributePresetHandler ( CatalogVersionModel targetCatalogVersion )
MediaForCatalogVersionAttributePresetHandler.setTargetCatalogVersion ( CatalogVersionModel targetCatalogVersion )  :  void
MediaForCatalogVersionAttributePresetHandler.test ( ItemModel component, String qualifier )  :  boolean
MediaForCatalogVersionAttributePresetHandler.test ( Object p1, Object p2 )  :  boolean

cms2server.jar, MediaForCodeAttributePresetHandler.class
package de.hybris.platform.cms2.cloning.service.preset.impl
MediaForCodeAttributePresetHandler.get ( )  :  Object
MediaForCodeAttributePresetHandler.get ( )  :  String
MediaForCodeAttributePresetHandler.getCmsItemDeepCloningService ( )  :  CMSItemDeepCloningService
MediaForCodeAttributePresetHandler.MediaForCodeAttributePresetHandler ( CMSItemDeepCloningService cmsItemDeepCloningService )
MediaForCodeAttributePresetHandler.setCmsItemDeepCloningService ( CMSItemDeepCloningService cmsItemDeepCloningService )  :  void
MediaForCodeAttributePresetHandler.test ( ItemModel component, String qualifier )  :  boolean
MediaForCodeAttributePresetHandler.test ( Object p1, Object p2 )  :  boolean

cms2server.jar, PageRelatedItemVisitor.class
package de.hybris.platform.cms2.relateditems.visitors.page
PageRelatedItemVisitor.getRelatedItems ( ItemModel itemModel, InterceptorContext interceptorContext )  :  List<CMSItemModel>

cms2server.jar, RelatedItemsService.class
package de.hybris.platform.cms2.relateditems
RelatedItemsService.getRelatedItems ( ItemModel p1, InterceptorContext p2 ) [abstract]  :  List<CMSItemModel>

cms2server.jar, RelatedItemVisitor.class
package de.hybris.platform.cms2.relateditems
RelatedItemVisitor.getRelatedItems ( ItemModel p1, InterceptorContext p2 ) [abstract]  :  List<CMSItemModel>

cms2server.jar, RelatedPageRejectionService.class
package de.hybris.platform.cms2.relatedpages.service
RelatedPageRejectionService.rejectAllRelatedPages ( ItemModel itemModel, InterceptorContext interceptorContext )  :  void

cms2server.jar, RelationBetweenComponentsService.class
package de.hybris.platform.cms2.servicelayer.services
RelationBetweenComponentsService.maintainRelationBetweenComponentsOnComponent ( AbstractCMSComponentModel p1 ) [abstract]  :  void
RelationBetweenComponentsService.maintainRelationBetweenComponentsOnPage ( AbstractPageModel p1 ) [abstract]  :  void
RelationBetweenComponentsService.maintainRelationBetweenComponentsOnSlot ( ContentSlotModel p1 ) [abstract]  :  void
RelationBetweenComponentsService.removeRelationBetweenComponentsOnModel ( AbstractCMSComponentModel p1 ) [abstract]  :  void

cms2server.jar, RestrictionRelatedItemVisitor.class
package de.hybris.platform.cms2.relateditems.visitors.page
RestrictionRelatedItemVisitor.getRelatedItems ( ItemModel itemModel, InterceptorContext interceptorContext )  :  List<CMSItemModel>

cms2server.jar, SlotRelatedItemVisitor.class
package de.hybris.platform.cms2.relateditems.visitors.page
SlotRelatedItemVisitor.getRelatedItems ( ItemModel itemModel, InterceptorContext interceptorContext )  :  List<CMSItemModel>

cockpitserver.jar, DummyWebApplicationContext.class
package de.hybris.platform.cockpit.zk.mock
DummyWebApplicationContext.getBeanProvider ( Class<T> aClass, boolean b )  :  ObjectProvider<T>
DummyWebApplicationContext.getBeanProvider ( ResolvableType resolvableType, boolean b )  :  ObjectProvider<T>

coreserver.jar, AbstractPlatformFilterChain.class
package de.hybris.platform.servicelayer.web
AbstractPlatformFilterChain.setStatisticsConfig ( StatisticsConfig statisticsConfig )  :  void

coreserver.jar, AnonymousSessionFilteringStrategy.class
package de.hybris.platform.servicelayer.web.session.persister
AnonymousSessionFilteringStrategy.AnonymousSessionFilteringStrategy ( )
AnonymousSessionFilteringStrategy.shouldPersist ( PersistedSession session )  :  boolean

coreserver.jar, AnonymousSessionFilteringStrategyIntegrationTest.class
package de.hybris.platform.servicelayer.web.session.persister
AnonymousSessionFilteringStrategyIntegrationTest.AnonymousSessionFilteringStrategyIntegrationTest ( )
AnonymousSessionFilteringStrategyIntegrationTest.checkAnonymousSession ( )  :  void
AnonymousSessionFilteringStrategyIntegrationTest.checkNoAnonymousSession ( )  :  void
AnonymousSessionFilteringStrategyIntegrationTest.checkNullSession ( )  :  void

coreserver.jar, AuditEnablementServiceTest.class
package de.hybris.platform.persistence.audit.internal
AuditEnablementServiceTest.shouldNotFailWhenModifyingSessionLanguageDuringTest ( )  :  void

coreserver.jar, BackoffStrategy.class
package de.hybris.platform.util.backoff
BackoffStrategy.errorOccurred ( ) [abstract]  :  Duration
BackoffStrategy.resetBackOffState ( ) [abstract]  :  void
BackoffStrategy.shouldRetry ( ) [abstract]  :  boolean

coreserver.jar, Config.class
package de.hybris.platform.util
Config.isCloudEnvironment ( ) [static]  :  boolean

coreserver.jar, ConfigTest.class
package de.hybris.platform.util
ConfigTest.ConfigTest ( )
ConfigTest.setUp ( )  :  void
ConfigTest.shouldDetectCloudEnvironmentWhenBothModelTPropertiesAreSet ( )  :  void
ConfigTest.shouldDetectCloudEnvironmentWhenOnlyOneModelTPropertyIsSet ( )  :  void
ConfigTest.shouldDetectOnPremEnvironmentWhenBothModelTPropertiesAreNotSet ( )  :  void
ConfigTest.tearDown ( )  :  void

coreserver.jar, CookieBasedLoginToken.class
package de.hybris.platform.jalo.user
CookieBasedLoginToken.getTokenDbPart ( )  :  String

coreserver.jar, CoreRememberMeServiceLoginTokenTest.class
package de.hybris.platform.spring.security
CoreRememberMeServiceLoginTokenTest.shouldNotProceedAutoLoginForStringBasedLoginTokenWhenPropertyDisabled ( )  :  void
CoreRememberMeServiceLoginTokenTest.shouldProceedAutoLoginForStringBasedLoginTokenWhenPropertyEnabled ( )  :  void

coreserver.jar, DBSpecificStreamingHints.class
package de.hybris.platform.jalo.flexiblesearch.hints.impl
DBSpecificStreamingHints.needsAutoCommitDisabled ( )  :  boolean

coreserver.jar, DefaultHybrisSpringSessionRepositoryFactory.class
package de.hybris.platform.servicelayer.web.session
DefaultHybrisSpringSessionRepositoryFactory.getSessionFilterStrategy ( String extension )  :  SessionFilteringStrategy

coreserver.jar, DefaultHybrisSpringSessionRepositoryFactoryPersistingIntegrationTest.class
package de.hybris.platform.servicelayer.web.session
DefaultHybrisSpringSessionRepositoryFactoryPersistingIntegrationTest.DefaultHybrisSpringSessionRepositoryFactoryPersistingIntegrationTest ( )
DefaultHybrisSpringSessionRepositoryFactoryPersistingIntegrationTest.persistAnonymousSessionAsynchronouslyUsingDefaultStrategy ( )  :  void
DefaultHybrisSpringSessionRepositoryFactoryPersistingIntegrationTest.persistAnonymousSessionAsynchronouslyUsingDefaultStrategyForDummyExtension ( )  :  void
DefaultHybrisSpringSessionRepositoryFactoryPersistingIntegrationTest.persistAnonymousSessionAynchronouslyUsingAnonymousStartegy ( )  :  void
DefaultHybrisSpringSessionRepositoryFactoryPersistingIntegrationTest.persistAnonymousSessionSynchronouslyUsingAnonymousStartegy ( )  :  void
DefaultHybrisSpringSessionRepositoryFactoryPersistingIntegrationTest.persistAnonymousSessionSynchronouslyUsingDefaultStartegy ( )  :  void
DefaultHybrisSpringSessionRepositoryFactoryPersistingIntegrationTest.persistNonAnonymousSessionAsynchronouslyUsingAnonymousStrategy ( )  :  void
DefaultHybrisSpringSessionRepositoryFactoryPersistingIntegrationTest.persistNonAnonymousSessionAsynchronouslyUsingDefaultStartegy ( )  :  void
DefaultHybrisSpringSessionRepositoryFactoryPersistingIntegrationTest.persistNonAnonymousSessionSynchronouslyUsingAnonymousStartegy ( )  :  void
DefaultHybrisSpringSessionRepositoryFactoryPersistingIntegrationTest.persistNonAnonymousSessionSynchronouslyUsingDefaultStartegy ( )  :  void
DefaultHybrisSpringSessionRepositoryFactoryPersistingIntegrationTest.setUp ( )  :  void
DefaultHybrisSpringSessionRepositoryFactoryPersistingIntegrationTest.tearDown ( )  :  void

coreserver.jar, DefaultMediaLocationHashService.class
package de.hybris.platform.media.services.impl
DefaultMediaLocationHashService.getSalt ( )  :  String

coreserver.jar, DefaultMediaServiceIntegrationTest.class
package de.hybris.platform.servicelayer.media.impl
DefaultMediaServiceIntegrationTest.DefaultMediaServiceIntegrationTest ( boolean legacyMode )
DefaultMediaServiceIntegrationTest.shouldCopyDataFromOneMediaToAnotherFromNotSecuredFolderToSecured ( )  :  void
DefaultMediaServiceIntegrationTest.shouldCopyDataFromOneMediaToAnotherFromSecuredFolderToNotSecured ( )  :  void
DefaultMediaServiceIntegrationTest.shouldDuplicateDataFromOneMediaToAnother ( )  :  void
DefaultMediaServiceIntegrationTest.shouldDuplicateDataFromOneMediaToAnotherFromNotSecuredFolderToSecured ( )  :  void
DefaultMediaServiceIntegrationTest.shouldDuplicateDataFromOneMediaToAnotherFromSecuredFolderToNotSecured ( )  :  void
DefaultMediaServiceIntegrationTest.shouldDuplicateDataFromOneMediaToAnotherIfBothMediasAreInDifferentFolders ( )  :  void
DefaultMediaServiceIntegrationTest.shouldDuplicateUrlFromOneMediaToAnotherIfSourceMediaIsUrlBasedAndTargetMediaHasData ( )  :  void
DefaultMediaServiceIntegrationTest.shouldDuplicateUrlFromOneMediaToAnotherIfSourceMediaIsUrlBasedAndTargetMediaHasNoData ( )  :  void
DefaultMediaServiceIntegrationTest.shouldMoveDataFromOneMediaToAnotherFromNotSecuredFolderToSecured ( )  :  void
DefaultMediaServiceIntegrationTest.shouldMoveDataFromOneMediaToAnotherFromSecuredFolderToNotSecured ( )  :  void
DefaultMediaServiceIntegrationTest.shouldMoveMediaFromRootFolder ( )  :  void
DefaultMediaServiceIntegrationTest.shouldMoveMediaFromSecureFolder ( )  :  void
DefaultMediaServiceIntegrationTest.shouldMoveMediaToAnotherFolderWhenMediaHasOnlyUrl ( )  :  void
DefaultMediaServiceIntegrationTest.shouldMoveMediaToRootFolder ( )  :  void
DefaultMediaServiceIntegrationTest.shouldMoveMediaToSecureFolder ( )  :  void
DefaultMediaServiceIntegrationTest.shouldNotConnectDuplicatedDataFromOneMediaToAnotherIfBothMediasAreInTheSameFolder ( )  :  void
DefaultMediaServiceIntegrationTest.shouldThrowIllegalStateExceptionOnDuplicatingDataWhenSourceMediaHasNotDataAndEmptyUrl ( )  :  void
DefaultMediaServiceIntegrationTest.testSecureFolder ( )  :  void

coreserver.jar, DefaultMediaServiceJALOIntegrationTest.class
package de.hybris.platform.servicelayer.media.impl
DefaultMediaServiceJALOIntegrationTest.DefaultMediaServiceJALOIntegrationTest ( )

coreserver.jar, DefaultMediaServiceSLDIntegrationTest.class
package de.hybris.platform.servicelayer.media.impl
DefaultMediaServiceSLDIntegrationTest.DefaultMediaServiceSLDIntegrationTest ( )

coreserver.jar, DefaultStatisticsConfigTest.class
package de.hybris.platform.masterserver
DefaultStatisticsConfigTest.DefaultStatisticsConfigTest ( )
DefaultStatisticsConfigTest.setUp ( )  :  void
DefaultStatisticsConfigTest.shouldDisablePublisherByDefaultOnTheOnPremEnvironment ( )  :  void
DefaultStatisticsConfigTest.shouldEnablePublisherByDefaultOnTheCloudEnvironment ( )  :  void
DefaultStatisticsConfigTest.shouldRespectConfigurationOnTheCloudEnvironment ( )  :  void
DefaultStatisticsConfigTest.shouldRespectConfigurationOnTheOnPremEnvironment ( )  :  void
DefaultStatisticsConfigTest.tearDown ( )  :  void

coreserver.jar, DefaultStatisticsGateway.class
package de.hybris.platform.masterserver.impl
DefaultStatisticsGateway.setStatisticsConfig ( StatisticsConfig statisticsConfig )  :  void

coreserver.jar, DefaultTokenService.class
package de.hybris.platform.jalo.user
DefaultTokenService.checkIfTokenIsValid ( String userId, String tokenToCheck )  :  boolean
DefaultTokenService.DefaultTokenService ( ModelService modelService, UserDao userDao )
DefaultTokenService.getOrCreateTokenForUser ( String userId )  :  String
DefaultTokenService.revokeTokenForUser ( String userId )  :  boolean

coreserver.jar, EncryptionUtil.class
package de.hybris.platform.util.encryption
EncryptionUtil.isConfiguredMigrationKey ( ) [static]  :  boolean
EncryptionUtil.setKeyfiles ( Map<String,String> keyfiles ) [static]  :  void

coreserver.jar, EncryptionUtilTest.class
package de.hybris.platform.test
EncryptionUtilTest.shouldReturnAllConfiguredKeys ( )  :  void
EncryptionUtilTest.shouldReturnFalseWhenMigrationKeyIsNotConfigured ( )  :  void
EncryptionUtilTest.shouldReturnOnlyCustomKeyConfiguredBySystem ( )  :  void
EncryptionUtilTest.shouldReturnTrueWhenMigrationKeyIsConfigured ( )  :  void
EncryptionUtilTest.tearDown ( )  :  void

coreserver.jar, EnhancedTokenGenerator.class
package de.hybris.platform.jalo.user
EnhancedTokenGenerator.EnhancedTokenGenerator ( TokenService tokenService )

coreserver.jar, ExponentialBackoffStrategy.class
package de.hybris.platform.util.backoff
ExponentialBackoffStrategy.errorOccurred ( )  :  Duration
ExponentialBackoffStrategy.ExponentialBackoffStrategy ( )
ExponentialBackoffStrategy.ExponentialBackoffStrategy ( int numberOfRetries, Duration defaultTimeToWait, double multiplier )
ExponentialBackoffStrategy.resetBackOffState ( )  :  void
ExponentialBackoffStrategy.shouldRetry ( )  :  boolean

coreserver.jar, ExponentialBackoffStrategyTest.class
package de.hybris.platform.util.backoff
ExponentialBackoffStrategyTest.ExponentialBackoffStrategyTest ( )
ExponentialBackoffStrategyTest.setUp ( )  :  void
ExponentialBackoffStrategyTest.testMaximumUnsuccessfulCalls ( )  :  void
ExponentialBackoffStrategyTest.testOneUnsuccessfulCallThenSuccessfulCallShouldRestartBackoffStrategy ( )  :  void

coreserver.jar, FlexibleSearchTest.class
package de.hybris.platform.test
FlexibleSearchTest.shouldNotChangeAutoCommitFlag ( )  :  void

coreserver.jar, GeneratedUser.class
package de.hybris.platform.jalo.user
GeneratedUser.getRandomToken ( )  :  String
GeneratedUser.getRandomToken ( SessionContext ctx )  :  String
GeneratedUser.setRandomToken ( SessionContext ctx, String value )  :  void
GeneratedUser.setRandomToken ( String value )  :  void

coreserver.jar, InputStreamWithSize.class
package de.hybris.platform.jalo.media
MediaManager.InputStreamWithSize.close ( )  :  void

coreserver.jar, PolyglotOneToManyHandlerTest.class
package de.hybris.platform.persistence.polyglot
PolyglotOneToManyHandlerTest.PolyglotOneToManyHandlerTest ( )
PolyglotOneToManyHandlerTest.setUp ( )  :  void
PolyglotOneToManyHandlerTest.shouldUsePolyglotQueryForTypesSupportedByPolyglot ( )  :  void
PolyglotOneToManyHandlerTest.tearDown ( )  :  void

coreserver.jar, PostgreSQLQueryProvider.class
package de.hybris.platform.core.system.query.impl
PostgreSQLQueryProvider.getQueryForTableCreate ( )  :  String

coreserver.jar, PreparedStatementHint.class
package de.hybris.platform.jalo.flexiblesearch.hints
PreparedStatementHint.needsAutoCommitDisabled ( )  :  boolean

coreserver.jar, RequestAndJaloBasedSessionContext.class
package de.hybris.platform.servicelayer.web.session.stale.impl
RequestAndJaloBasedSessionContext.getSessionUserToken ( )  :  String

coreserver.jar, RestStatisticsSender.class
package de.hybris.platform.masterserver.impl
StatisticsPublisher.RestStatisticsSender.sendStatistics ( StatisticsPayload statisticsPayload )  :  boolean

coreserver.jar, RestStatisticsSenderTest.class
package de.hybris.platform.masterserver.impl
RestStatisticsSenderTest.RestStatisticsSenderTest ( )
RestStatisticsSenderTest.setUp ( )  :  void
RestStatisticsSenderTest.shouldFieldsOfHttpRequestEntityBeProperlySet ( )  :  void
RestStatisticsSenderTest.shouldReturnFalsePayloadIsValidPostResponseIsNot2xx ( )  :  void
RestStatisticsSenderTest.shouldReturnFalsePayloadIsValidPostThrownException ( )  :  void
RestStatisticsSenderTest.shouldReturnTruePayloadIsEmpty ( )  :  void
RestStatisticsSenderTest.shouldReturnTruePayloadIsValid ( )  :  void
RestStatisticsSenderTest.shouldThrowExceptionWhenRestTemplateIsNotProvided ( )  :  void

coreserver.jar, SessionContext.class
package de.hybris.platform.servicelayer.web.session.stale.impl
SessionContext.getSessionUserToken ( )  :  String

coreserver.jar, SessionFilteringStrategy.class
package de.hybris.platform.servicelayer.web.session.persister
SessionFilteringStrategy.shouldPersist ( PersistedSession p1 ) [abstract]  :  boolean

coreserver.jar, StatisticsConfig.class
package de.hybris.platform.masterserver
StatisticsConfig.defaultConfig ( ) [static]  :  StatisticsConfig
StatisticsConfig.isStatisticsPublisherEnabled ( ) [abstract]  :  boolean

coreserver.jar, StatisticsPublisher.class
package de.hybris.platform.masterserver.impl
StatisticsPublisher.afterPropertiesSet ( )  :  void
StatisticsPublisher.createWorker ( )  :  StatisticsPublisher.StatisticsPublisherWorker
StatisticsPublisher.destroy ( )  :  void
StatisticsPublisher.setStatisticsConfig ( StatisticsConfig statisticsConfig )  :  void
StatisticsPublisher.StatisticsPublisher ( )

coreserver.jar, StatisticsPublisherTest.class
package de.hybris.platform.masterserver.impl
StatisticsPublisherTest.setUp ( )  :  void
StatisticsPublisherTest.shouldCreateBackOffStrategyWithValuesFromProperties ( )  :  void
StatisticsPublisherTest.shouldNotStartWorkerWhenPropertyIsDisabled ( )  :  void
StatisticsPublisherTest.shouldNotStartWorkerWhenPropertyIsInvalid ( )  :  void
StatisticsPublisherTest.shouldStartOnlyOneWorkerWhenCalledMultipleTimes ( )  :  void
StatisticsPublisherTest.shouldStartOnlyOneWorkerWhenCalledMultipleTimesConcurrently ( )  :  void
StatisticsPublisherTest.shouldStartWorkerThreadIfPropertyIsTrue ( )  :  void
StatisticsPublisherTest.shouldStopWorkerOnDestroy ( )  :  void
StatisticsPublisherTest.shouldWorkForStartingAndStoppingAndStarting ( )  :  void
StatisticsPublisherTest.StatisticsPublisherTest ( )
StatisticsPublisherTest.tearDown ( )  :  void

coreserver.jar, StatisticsPublisherWorker.class
package de.hybris.platform.masterserver.impl
StatisticsPublisher.StatisticsPublisherWorker.getDefaultPartialTimeToWait ( )  :  Duration
StatisticsPublisher.StatisticsPublisherWorker.run ( )  :  void
StatisticsPublisher.StatisticsPublisherWorker.shouldThreadWork ( )  :  boolean
StatisticsPublisher.StatisticsPublisherWorker.stop ( )  :  void

coreserver.jar, StatisticsPublisherWorkerTest.class
package de.hybris.platform.masterserver.impl
StatisticsPublisherWorkerTest.setUp ( )  :  void
StatisticsPublisherWorkerTest.shouldIncreaseTheBackOffWhenSendingIsNotSuccessful ( )  :  void
StatisticsPublisherWorkerTest.shouldResetTheBackOffStrategyOnError ( )  :  void
StatisticsPublisherWorkerTest.shouldResetTheBackOffStrategyOnSuccess ( )  :  void
StatisticsPublisherWorkerTest.shouldSendStatisticsMultipleTimesWhenSendingFails ( )  :  void
StatisticsPublisherWorkerTest.shouldSendStatisticsOnlyWhenBackOffStrategyAllows ( )  :  void
StatisticsPublisherWorkerTest.shouldSendStatisticsWhenBackOffStrategyAllows ( )  :  void
StatisticsPublisherWorkerTest.shouldSuspendThreadTakeNoActionWhenShouldThreadWorkIsFalse ( )  :  void
StatisticsPublisherWorkerTest.shouldSuspendThreadWorkAsExpectedWithDurationLessThanTimeLeftToWait ( )  :  void
StatisticsPublisherWorkerTest.shouldSuspendThreadWorkAsExpectedWithNoTimeLeftToWait ( )  :  void
StatisticsPublisherWorkerTest.shouldSuspendThreadWorkAsExpectedWithTimeLeftToWait ( )  :  void
StatisticsPublisherWorkerTest.shouldThrowExceptionWhenBackOffStrategyIsNotProvided ( )  :  void
StatisticsPublisherWorkerTest.shouldThrowExceptionWhenSendingIntervalIsNotProvided ( )  :  void
StatisticsPublisherWorkerTest.shouldThrowExceptionWhenStatisticsSenderIsNotProvided ( )  :  void
StatisticsPublisherWorkerTest.shouldTryToSendInDefinedIntervals ( )  :  void
StatisticsPublisherWorkerTest.StatisticsPublisherWorkerTest ( )

coreserver.jar, StatisticsSender.class
package de.hybris.platform.masterserver.impl
StatisticsPublisher.StatisticsSender.sendStatistics ( StatisticsPayload p1 ) [abstract]  :  boolean

coreserver.jar, SuspendResumeLoggerThread.class
package de.hybris.platform.core.threadregistry
SuspendResumeLoggerThread.startAndWaitForThreadToBeRunning ( )  :  void

coreserver.jar, TestStatisticsPublisher.class
package de.hybris.platform.masterserver.impl
StatisticsPublisherTest.TestStatisticsPublisher.createWorker ( )  :  StatisticsPublisher.StatisticsPublisherWorker

coreserver.jar, TestWorker.class
package de.hybris.platform.masterserver.impl
StatisticsPublisherWorkerTest.TestWorker.getDefaultPartialTimeToWait ( )  :  Duration

coreserver.jar, TokenService.class
package de.hybris.platform.jalo.user
TokenService.checkIfTokenIsValid ( String p1, String p2 ) [abstract]  :  boolean
TokenService.getOrCreateTokenForUser ( String p1 ) [abstract]  :  String
TokenService.revokeTokenForUser ( String p1 ) [abstract]  :  boolean

coreserver.jar, TokenServiceTest.class
package de.hybris.platform.jalo.user
TokenServiceTest.setUp ( )  :  void
TokenServiceTest.shouldReturnTheSameTokenForUser ( )  :  void
TokenServiceTest.shouldReturnTokenBeInvalidAfterTokenRevocation ( )  :  void
TokenServiceTest.shouldReturnTokenBeValid ( )  :  void
TokenServiceTest.testWhatShouldHappenWhenTokenServiceIsNotWorkingProperly ( )  :  void
TokenServiceTest.TokenServiceTest ( )

coreserver.jar, UserManagerTest.class
package de.hybris.platform.test
UserManagerTest.shouldGetURLBasedLoginTokenWhenPropertyIsDisabled ( )  :  void
UserManagerTest.shouldGetURLBasedLoginTokenWhenPropertyIsEnabled ( )  :  void
UserManagerTest.tearDown ( )  :  void

coreserver.jar, UserManagerTokenGeneratorTest.class
package de.hybris.platform.jalo.user
UserManagerTokenGeneratorTest.shouldGeneratedEnhancedTokenBeInvalidDueToTokenRevocation ( )  :  void
UserManagerTokenGeneratorTest.shouldGeneratedEnhancedTokenBeValidWithDbTokenPart ( )  :  void

couponservicesserver.jar, MergeCouponCodeHook.class
package de.hybris.platform.couponservices.cart.hooks
MergeCouponCodeHook.afterCartMerge ( CartModel fromCart, CartModel toCart )  :  void
MergeCouponCodeHook.beforeCartMerge ( CartModel fromCart, CartModel toCart )  :  void
MergeCouponCodeHook.getCouponService ( )  :  CouponService
MergeCouponCodeHook.MergeCouponCodeHook ( )
MergeCouponCodeHook.setCouponService ( CouponService couponService )  :  void

couponservicesserver.jar, MergeCouponCodeHookUnitTest.class
package de.hybris.platform.couponservices.cart.hooks
MergeCouponCodeHookUnitTest.MergeCouponCodeHookUnitTest ( )
MergeCouponCodeHookUnitTest.testAfterCartMergeWithEmptyFromCart ( )  :  void
MergeCouponCodeHookUnitTest.testAfterCartMergeWithNotEmptyFromCart ( )  :  void

droolsruleengineservicesserver.jar, DefaultDroolsRuleConditionsGenerator.class
package de.hybris.platform.droolsruleengineservices.compiler.impl
DefaultDroolsRuleConditionsGenerator.doesNotContainTargetCustomerConditions ( RuleIrGroupCondition ruleIrGroupCondition, DroolsRuleGeneratorContext context, String indentation )  :  boolean

impexserver.jar, DefaultImportServiceMediaImportIntegrationTest.class
package de.hybris.platform.servicelayer.impex.impl
DefaultImportServiceMediaImportIntegrationTest.DefaultImportServiceMediaImportIntegrationTest ( )
DefaultImportServiceMediaImportIntegrationTest.testLegacyMediaImport ( )  :  void
DefaultImportServiceMediaImportIntegrationTest.testLegacyMediaImportWithSldForData ( )  :  void
DefaultImportServiceMediaImportIntegrationTest.testNonLegacyMediaImport ( )  :  void
DefaultImportServiceMediaImportIntegrationTest.testNonLegacyMediaImportWithSldForData ( )  :  void

impexserver.jar, MultiThreadedImpExImportReaderProcessPendingResultTest.class
package de.hybris.platform.impex.jalo.imp
MultiThreadedImpExImportReaderProcessPendingResultTest.MultiThreadedImpExImportReaderProcessPendingResultTest ( )
MultiThreadedImpExImportReaderProcessPendingResultTest.setUp ( )  :  void
MultiThreadedImpExImportReaderProcessPendingResultTest.testProcessPendingResultWithMsgErrorAgainstMarkUnresolved ( )  :  void
MultiThreadedImpExImportReaderProcessPendingResultTest.testProcessPendingResultWithNoErrorAgainstMarkUnresolved ( )  :  void
MultiThreadedImpExImportReaderProcessPendingResultTest.testProcessPendingResultWithNullMsgErrorAgainstMarkUnresolved ( )  :  void

impexserver.jar, ValueLineMarkUnresolvedTest.class
package de.hybris.platform.impex.jalo
ValueLineMarkUnresolvedTest.setUp ( )  :  void
ValueLineMarkUnresolvedTest.testIfMarkUnresolvedIsEmptyReasonResistant ( )  :  void
ValueLineMarkUnresolvedTest.testIfMarkUnresolvedIsEmptyReasonResistantWithRecentlyUnresolvedReason ( )  :  void
ValueLineMarkUnresolvedTest.testIfMarkUnresolvedIsNullReasonResistant ( )  :  void
ValueLineMarkUnresolvedTest.testIfMarkUnresolvedIsNullReasonResistantWithRecentlyUnresolvedReason ( )  :  void
ValueLineMarkUnresolvedTest.ValueLineMarkUnresolvedTest ( )

installer-platform-plugin-21.05.0-RC14.jar, _customConfigInternal_closure4.class
package de.hybris.installer.platformplugin.platform
PropertiesHandler._customConfigInternal_closure4.doCall ( )  :  Object
PropertiesHandler._customConfigInternal_closure4.doCall ( Object it )  :  Object
PropertiesHandler._customConfigInternal_closure4.PropertiesHandler._customConfigInternal_closure4 ( Object _outerInstance, Object _thisObject )

installer-platform-plugin-21.05.0-RC14.jar, _getLatestPropertiesBackupFile_closure1.class
package de.hybris.installer.platformplugin.platform
ConfigHandler._getLatestPropertiesBackupFile_closure1.ConfigHandler._getLatestPropertiesBackupFile_closure1 ( Object _outerInstance, Object _thisObject, Reference latestBackupTime, Reference latestPropertiesBackupFile )
ConfigHandler._getLatestPropertiesBackupFile_closure1.doCall ( Object file )  :  Object
ConfigHandler._getLatestPropertiesBackupFile_closure1.getLatestBackupTime ( )  :  Object
ConfigHandler._getLatestPropertiesBackupFile_closure1.getLatestPropertiesBackupFile ( )  :  Object

installer-platform-plugin-21.05.0-RC14.jar, _readRequiredPropertiesFromFile_closure3.class
package de.hybris.installer.platformplugin.platform
PropertiesHandler._readRequiredPropertiesFromFile_closure3.doCall ( Object line )  :  Object
PropertiesHandler._readRequiredPropertiesFromFile_closure3.PropertiesHandler._readRequiredPropertiesFromFile_closure3 ( Object _outerInstance, Object _thisObject )

installer-platform-plugin-21.05.0-RC14.jar, ConfigHandler.class
package de.hybris.installer.platformplugin.platform
ConfigHandler.getBackupDirectory ( )  :  Path
ConfigHandler.getLatestPropertiesBackupFile ( )  :  File

installer-platform-plugin-21.05.0-RC14.jar, HybrisPlatform.class
package de.hybris.installer.platformplugin.platform
HybrisPlatform.executeModulegen ( Closure closure )  :  void

installer-platform-plugin-21.05.0-RC14.jar, ModuleGenHandler.class
package de.hybris.installer.platformplugin.platform
ModuleGenHandler.getAntOpts ( )  :  Object
ModuleGenHandler.getMetaClass ( )  :  MetaClass
ModuleGenHandler.getModule ( )  :  String
ModuleGenHandler.getModuleName ( )  :  String
ModuleGenHandler.getModulePackage ( )  :  String
ModuleGenHandler.getProperty ( String p1 )  :  Object
ModuleGenHandler.getTemplate ( )  :  String
ModuleGenHandler.invokeMethod ( String p1, Object p2 )  :  Object
ModuleGenHandler.module ( String module )  :  Object
ModuleGenHandler.ModuleGenHandler ( )
ModuleGenHandler.moduleName ( String moduleName )  :  Object
ModuleGenHandler.modulePackage ( String modulePackage )  :  Object
ModuleGenHandler.setMetaClass ( MetaClass p1 )  :  void
ModuleGenHandler.setModule ( String p1 )  :  void
ModuleGenHandler.setModuleName ( String p1 )  :  void
ModuleGenHandler.setModulePackage ( String p1 )  :  void
ModuleGenHandler.setProperty ( String p1, Object p2 )  :  void
ModuleGenHandler.setTemplate ( String p1 )  :  void
ModuleGenHandler.template ( String template )  :  Object

installer-platform-plugin-21.05.0-RC14.jar, PropertiesHandler.class
package de.hybris.installer.platformplugin.platform
PropertiesHandler.getAdditionalPropertiesSource ( )  :  File
PropertiesHandler.getEQUALITY_SIGN ( ) [static]  :  String
PropertiesHandler.getREQUIRED_PROPERTIES ( ) [static]  :  String[ ]
PropertiesHandler.readRequiredPropertiesFromFile ( File file )  :  void
PropertiesHandler.setAdditionalPropertiesSource ( File additionalPropertiesSource )  :  void

integrationbackoffice_bof.jar, AbstractIntegrationButtonPanelController.class
package de.hybris.platform.integrationbackoffice.widgets.common.controllers
AbstractIntegrationButtonPanelController.AbstractIntegrationButtonPanelController ( )
AbstractIntegrationButtonPanelController.createFilterMenupopup ( )  :  Menupopup
AbstractIntegrationButtonPanelController.doRefresh ( )  :  void
AbstractIntegrationButtonPanelController.enableSaveButton ( Boolean isEnabled )  :  void
AbstractIntegrationButtonPanelController.handleRefreshConfirmation ( ) [abstract]  :  void
AbstractIntegrationButtonPanelController.initialize ( Component component )  :  void
AbstractIntegrationButtonPanelController.isSaveDefinitionsButtonDisabled ( )  :  boolean
AbstractIntegrationButtonPanelController.loadObject ( Object object )  :  void
AbstractIntegrationButtonPanelController.refreshButtonOnClick ( )  :  void
AbstractIntegrationButtonPanelController.saveDefinitionsButtonOnClick ( )  :  void
AbstractIntegrationButtonPanelController.setFilterButtonState ( boolean state )  :  void
AbstractIntegrationButtonPanelController.setSaveDefinitionsButtonState ( boolean state )  :  void
AbstractIntegrationButtonPanelController.showRefreshConfirmation ( String titleKey, String messageKey )  :  void
AbstractIntegrationButtonPanelController.unsavedChangesPresent ( ) [abstract]  :  boolean
AbstractIntegrationButtonPanelController.updateFilterState ( IntegrationFilterState state )  :  void

integrationbackoffice_bof.jar, AbstractIntegrationEditorContainerController.class
package de.hybris.platform.integrationbackoffice.widgets.common.controllers
AbstractIntegrationEditorContainerController.AbstractIntegrationEditorContainerController ( )

integrationbackoffice_bof.jar, AbstractIntegrationListPaneController.class
package de.hybris.platform.integrationbackoffice.widgets.common.controllers
AbstractIntegrationListPaneController.AbstractIntegrationListPaneController ( )
AbstractIntegrationListPaneController.addListitemEvent ( Listitem p1 ) [abstract]  :  void
AbstractIntegrationListPaneController.populateListbox ( ) [abstract]  :  void
AbstractIntegrationListPaneController.setListheaderLabel ( String label )  :  void

integrationbackoffice_bof.jar, AbstractIntegrationSelectorController.class
package de.hybris.platform.integrationbackoffice.widgets.common.controllers
AbstractIntegrationSelectorController.AbstractIntegrationSelectorController ( )
AbstractIntegrationSelectorController.buildComboitems ( ) [abstract]  :  Collection<Comboitem>
AbstractIntegrationSelectorController.clearCombobox ( )  :  void
AbstractIntegrationSelectorController.findComboitem ( Object comboitemValue )  :  Comboitem
AbstractIntegrationSelectorController.initialize ( Component component )  :  void
AbstractIntegrationSelectorController.integrationComboBoxOnChange ( ) [abstract]  :  void
AbstractIntegrationSelectorController.loadCombobox ( )  :  void
AbstractIntegrationSelectorController.refreshCombobox ( )  :  void

integrationbackoffice_bof.jar, AddClassificationClassAction.class
package de.hybris.platform.integrationbackoffice.widgets.modeling.actions
AddClassificationClassAction.AddClassificationClassAction ( )
AddClassificationClassAction.canPerform ( ActionContext<String> ctx )  :  boolean
AddClassificationClassAction.perform ( ActionContext<String> ctx )  :  ActionResult<String>

integrationbackoffice_bof.jar, ClassificationAttributeQualifierProvider.class
package de.hybris.platform.integrationbackoffice.widgets.modeling.providers
ClassificationAttributeQualifierProvider.provide ( ClassAttributeAssignmentModel p1 ) [abstract]  :  String

integrationbackoffice_bof.jar, CloneIntegrationObjectAction.class
package de.hybris.platform.integrationbackoffice.widgets.modeling.actions
CloneIntegrationObjectAction.canPerform ( ActionContext<String> ctx )  :  boolean
CloneIntegrationObjectAction.CloneIntegrationObjectAction ( )
CloneIntegrationObjectAction.perform ( ActionContext<String> ctx )  :  ActionResult<String>

integrationbackoffice_bof.jar, CreateIntegrationObjectAction.class
package de.hybris.platform.integrationbackoffice.widgets.modeling.actions
CreateIntegrationObjectAction.canPerform ( ActionContext<String> ctx )  :  boolean
CreateIntegrationObjectAction.CreateIntegrationObjectAction ( )
CreateIntegrationObjectAction.perform ( ActionContext<String> ctx )  :  ActionResult<String>

integrationbackoffice_bof.jar, CreateTreeData.class
package de.hybris.platform.integrationbackoffice.widgets.modeling.data
CreateTreeData.CreateTreeData ( ComposedTypeModel root, Map<ComposedTypeModel,List<AbstractListItemDTO>> definitionMap )
CreateTreeData.getDefinitionMap ( )  :  Map<ComposedTypeModel,List<AbstractListItemDTO>>
CreateTreeData.getRoot ( )  :  ComposedTypeModel

integrationbackoffice_bof.jar, CreateVirtualAttributeAction.class
package de.hybris.platform.integrationbackoffice.widgets.modeling.actions
CreateVirtualAttributeAction.canPerform ( ActionContext<String> ctx )  :  boolean
CreateVirtualAttributeAction.CreateVirtualAttributeAction ( )
CreateVirtualAttributeAction.perform ( ActionContext<String> ctx )  :  ActionResult<String>

integrationbackoffice_bof.jar, DataStructureBuilder.class
package de.hybris.platform.integrationbackoffice.widgets.modeling.builders
DataStructureBuilder.compileSubtypeDataSet ( Map<ComposedTypeModel,List<AbstractListItemDTO>> p1, Set<SubtypeData> p2 ) [abstract]  :  Set<SubtypeData>
DataStructureBuilder.findSubtypeMatch ( ComposedTypeModel p1, String p2, ComposedTypeModel p3, Set<SubtypeData> p4 ) [abstract]  :  ComposedTypeModel
DataStructureBuilder.loadExistingDefinitions ( Map<ComposedTypeModel,List<AbstractListItemDTO>> p1, Map<ComposedTypeModel,List<AbstractListItemDTO>> p2 ) [abstract]  :  Map<ComposedTypeModel,List<AbstractListItemDTO>>
DataStructureBuilder.populateAttributesMap ( ComposedTypeModel p1, Map<ComposedTypeModel,List<AbstractListItemDTO>> p2 ) [abstract]  :  Map<ComposedTypeModel,List<AbstractListItemDTO>>

integrationbackoffice_bof.jar, DefaultAbstractIntegrationObjectJsonGenerator.class
package de.hybris.platform.integrationbackoffice.widgets.modals.generator
DefaultAbstractIntegrationObjectJsonGenerator.DefaultAbstractIntegrationObjectJsonGenerator ( ReadService readService, ReadOnlyAttributesConfiguration configuration )
DefaultAbstractIntegrationObjectJsonGenerator.generateJson ( IntegrationObjectModel integrationObjectModel )  :  String

integrationbackoffice_bof.jar, DefaultClassificationAttributeQualifierProvider.class
package de.hybris.platform.integrationbackoffice.widgets.modeling.providers
DefaultClassificationAttributeQualifierProvider.DefaultClassificationAttributeQualifierProvider ( )
DefaultClassificationAttributeQualifierProvider.provide ( ClassAttributeAssignmentModel assignment )  :  String

integrationbackoffice_bof.jar, DefaultDataStructureBuilder.class
package de.hybris.platform.integrationbackoffice.widgets.modeling.builders
DefaultDataStructureBuilder.compileSubtypeDataSet ( Map<ComposedTypeModel,List<AbstractListItemDTO>> existingDefinitions, Set<SubtypeData> subtypeDataSet )  :  Set<SubtypeData>
DefaultDataStructureBuilder.DefaultDataStructureBuilder ( ReadService r, EditorAttributesFilteringService e )
DefaultDataStructureBuilder.findSubtypeMatch ( ComposedTypeModel parentType, String attributeQualifier, ComposedTypeModel attributeType, Set<SubtypeData> subtypeDataSet )  :  ComposedTypeModel
DefaultDataStructureBuilder.loadExistingDefinitions ( Map<ComposedTypeModel,List<AbstractListItemDTO>> existingDefinitions, Map<ComposedTypeModel,List<AbstractListItemDTO>> currAttrMap )  :  Map<ComposedTypeModel,List<AbstractListItemDTO>>
DefaultDataStructureBuilder.populateAttributesMap ( ComposedTypeModel typeModel, Map<ComposedTypeModel,List<AbstractListItemDTO>> currAttrMap )  :  Map<ComposedTypeModel,List<AbstractListItemDTO>>

integrationbackoffice_bof.jar, DefaultEditorAttributesFilteringService.class
package de.hybris.platform.integrationbackoffice.widgets.modeling.utility
DefaultEditorAttributesFilteringService.DefaultEditorAttributesFilteringService ( ReadService readService )
DefaultEditorAttributesFilteringService.filterAttributesForAttributesMap ( ComposedTypeModel parentType )  :  Set<AttributeDescriptorModel>
DefaultEditorAttributesFilteringService.filterAttributesForTree ( ComposedTypeModel parentType )  :  Set<AttributeDescriptorModel>

integrationbackoffice_bof.jar, DefaultExportConfigurationGenerator.class
package de.hybris.platform.integrationbackoffice.widgets.configuration.generators
DefaultExportConfigurationGenerator.DefaultExportConfigurationGenerator ( PostmanCollectionGenerator postmanCollectionGenerator )
DefaultExportConfigurationGenerator.downloadExportConfig ( ConfigurationBundleEntity configurationBundleEntity )  :  void
DefaultExportConfigurationGenerator.generateExportConfig ( ConfigurationBundleEntity configurationBundleEntity )  :  byte[ ]

integrationbackoffice_bof.jar, DefaultIntegrationSortingService.class
package de.hybris.platform.integrationbackoffice.widgets.common.services.impl
DefaultIntegrationSortingService.DefaultIntegrationSortingService ( )
DefaultIntegrationSortingService.isAttributeSortable ( DataAttribute attribute )  :  boolean

integrationbackoffice_bof.jar, DefaultOutboundIntegrationObjectJsonGenerator.class
package de.hybris.platform.integrationbackoffice.widgets.modals.generator
DefaultOutboundIntegrationObjectJsonGenerator.DefaultOutboundIntegrationObjectJsonGenerator ( ReadService readService, ReadOnlyAttributesConfiguration configuration )

integrationbackoffice_bof.jar, DefaultPersistenceIntegrationObjectJsonGenerator.class
package de.hybris.platform.integrationbackoffice.widgets.modals.generator
DefaultPersistenceIntegrationObjectJsonGenerator.DefaultPersistenceIntegrationObjectJsonGenerator ( ReadService readService, ReadOnlyAttributesConfiguration configuration )

integrationbackoffice_bof.jar, DefaultTreeBuilder.class
package de.hybris.platform.integrationbackoffice.widgets.modeling.builders
DefaultTreeBuilder.appendTreeitem ( Treeitem parent, TreeNodeData tnd )  :  Treeitem
DefaultTreeBuilder.DefaultTreeBuilder ( )
DefaultTreeBuilder.determineTreeitemAncestors ( Treeitem currentTreeitem )  :  Deque<ComposedTypeModel>

integrationbackoffice_bof.jar, DefaultUrlRenderer.class
package de.hybris.platform.integrationbackoffice.widgets.modeling.utility
DefaultUrlRenderer.DefaultUrlRenderer ( )
DefaultUrlRenderer.render ( Object p1, Object p2, Object p3, DataType p4, WidgetInstanceManager p5 )  :  void
DefaultUrlRenderer.render ( XulElement xulElement, ListColumn listColumn, InboundChannelConfigurationModel inboundChannelConfigurationModel, DataType dataType, WidgetInstanceManager widgetInstanceManager )  :  void

integrationbackoffice_bof.jar, DeleteInboundChannelConfigurationAction.class
package de.hybris.platform.integrationbackoffice.widgets.authentication.actions
DeleteInboundChannelConfigurationAction.canPerform ( ActionContext<Object> ctx )  :  boolean
DeleteInboundChannelConfigurationAction.DeleteInboundChannelConfigurationAction ( )
DeleteInboundChannelConfigurationAction.getConfirmationMessage ( ActionContext<Object> ctx )  :  String
DeleteInboundChannelConfigurationAction.perform ( ActionContext<Object> ctx )  :  ActionResult<Object>

integrationbackoffice_bof.jar, DeleteIntegrationObjectAction.class
package de.hybris.platform.integrationbackoffice.widgets.modeling.actions
DeleteIntegrationObjectAction.canPerform ( ActionContext<String> ctx )  :  boolean
DeleteIntegrationObjectAction.DeleteIntegrationObjectAction ( )
DeleteIntegrationObjectAction.perform ( ActionContext<String> ctx )  :  ActionResult<String>

integrationbackoffice_bof.jar, EditorAccessRights.class
package de.hybris.platform.integrationbackoffice.widgets.common.utility
EditorAccessRights.isUserAdmin ( ) [abstract]  :  boolean

integrationbackoffice_bof.jar, EditorAccessRightsImpl.class
package de.hybris.platform.integrationbackoffice.widgets.common.utility
EditorAccessRightsImpl.EditorAccessRightsImpl ( )
EditorAccessRightsImpl.getAdminRoles ( )  :  List<String>
EditorAccessRightsImpl.getUserService ( )  :  UserService
EditorAccessRightsImpl.isUserAdmin ( )  :  boolean
EditorAccessRightsImpl.setAdminRoles ( List<String> adminRolesList )  :  void
EditorAccessRightsImpl.setUserService ( UserService userService )  :  void

integrationbackoffice_bof.jar, EditorAttributesFilteringService.class
package de.hybris.platform.integrationbackoffice.widgets.modeling.utility
EditorAttributesFilteringService.filterAttributesForAttributesMap ( ComposedTypeModel p1 ) [abstract]  :  Set<AttributeDescriptorModel>
EditorAttributesFilteringService.filterAttributesForTree ( ComposedTypeModel p1 ) [abstract]  :  Set<AttributeDescriptorModel>

integrationbackoffice_bof.jar, EditorBlacklists.class
package de.hybris.platform.integrationbackoffice.widgets.modeling.utility
EditorBlacklists.getAttributeBlackList ( ) [static]  :  Set<String>
EditorBlacklists.getTypesBlackList ( ) [static]  :  Set<String>

integrationbackoffice_bof.jar, EditorTrimmer.class
package de.hybris.platform.integrationbackoffice.widgets.modeling.utility
EditorTrimmer.trimMap ( IntegrationObjectPresentation editorData, boolean considerSubtypes ) [static]  :  Map<ComposedTypeModel,List<AbstractListItemDTO>>

integrationbackoffice_bof.jar, EditorUtils.class
package de.hybris.platform.integrationbackoffice.widgets.modeling.utility
EditorUtils.compileDuplicationMap ( ComposedTypeModel currentType, List<AbstractListItemDTO> currentAttributes, Map<ComposedTypeModel,Map<String,List<AbstractListItemDTO>>> duplicationMap ) [static]  :  Map<ComposedTypeModel,Map<String,List<AbstractListItemDTO>>>
EditorUtils.convertIntegrationObjectToDTOMap ( ReadService readService, IntegrationObjectModel integrationObject ) [static]  :  Map<ComposedTypeModel,List<AbstractListItemDTO>>
EditorUtils.createComboItem ( String label, Object value ) [static]  :  Comboitem
EditorUtils.createListItem ( AbstractListItemDTO dto, boolean isComplex, boolean hasSubtypes, List<String> labels, boolean inEditMode, ReadService readService ) [static]  :  Listitem
EditorUtils.createMenuPopup ( List<String> labels ) [static]  :  Menupopup
EditorUtils.createTreeItem ( TreeNodeData value, boolean expanded ) [static]  :  Treeitem
EditorUtils.determineAttributeStatus ( ListItemAttributeDTO dto, ReadService readService ) [static]  :  ListItemAttributeStatus
EditorUtils.findInTreechildren ( String qualifier, Treechildren treechildren ) [static]  :  Treeitem
EditorUtils.getListItemStructureType ( ReadService readService, AttributeDescriptorModel attribute ) [static]  :  ListItemStructureType
EditorUtils.getReferenceClassificationAttributes ( List<AbstractListItemDTO> dtoList ) [static]  :  Set<TreeNodeData>
EditorUtils.getStructuredAttributes ( List<AbstractListItemDTO> dtoList ) [static]  :  Set<AttributeDescriptorModel>
EditorUtils.isClassificationAttributePresent ( ClassAttributeAssignmentModel classAttributeAssignmentModel, List<AbstractListItemDTO> dtos ) [static]  :  boolean
EditorUtils.markRowsWithDuplicateNames ( Collection<Listitem> items, Map<String,List<AbstractListItemDTO>> duplicateEntries ) [static]  :  boolean
EditorUtils.renameTreeitem ( Treeitem treeitem, AbstractListItemDTO dto ) [static]  :  Treeitem
EditorUtils.updateDTOs ( List<AbstractListItemDTO> oldDTOs, List<AbstractListItemDTO> newDTOs ) [static]  :  List<AbstractListItemDTO>

integrationbackoffice_bof.jar, EditorValidator.class
package de.hybris.platform.integrationbackoffice.widgets.modeling.utility
EditorValidator.validateDefinitions ( Map<ComposedTypeModel,List<AbstractListItemDTO>> definitionMap ) [static]  :  String
EditorValidator.validateHasKey ( Map<ComposedTypeModel,List<AbstractListItemDTO>> definitionMap ) [static]  :  String
EditorValidator.validateHasNoDuplicateAttributeNames ( Map<ComposedTypeModel,Map<String,List<AbstractListItemDTO>>> duplicationMap ) [static]  :  String

integrationbackoffice_bof.jar, ExportConfigurationAction.class
package de.hybris.platform.integrationbackoffice.widgets.configuration.actions
ExportConfigurationAction.canPerform ( ActionContext<String> ctx )  :  boolean
ExportConfigurationAction.ExportConfigurationAction ( )
ExportConfigurationAction.perform ( ActionContext<String> ctx )  :  ActionResult<String>

integrationbackoffice_bof.jar, ExportConfigurationButtonPanelController.class
package de.hybris.platform.integrationbackoffice.widgets.configuration.controllers
ExportConfigurationButtonPanelController.ExportConfigurationButtonPanelController ( )
ExportConfigurationButtonPanelController.handleRefreshConfirmation ( )  :  void
ExportConfigurationButtonPanelController.unsavedChangesPresent ( )  :  boolean

integrationbackoffice_bof.jar, ExportConfigurationEditorContainerController.class
package de.hybris.platform.integrationbackoffice.widgets.configuration.controllers
ExportConfigurationEditorContainerController.ExportConfigurationEditorContainerController ( )
ExportConfigurationEditorContainerController.handleExportConfigDownload ( String message )  :  void
ExportConfigurationEditorContainerController.refreshButtonOnClick ( String message )  :  void

integrationbackoffice_bof.jar, ExportConfigurationEditorPresentation.class
package de.hybris.platform.integrationbackoffice.widgets.configuration.data
ExportConfigurationEditorPresentation.clearSelection ( )  :  void
ExportConfigurationEditorPresentation.ExportConfigurationEditorPresentation ( NotificationService notificationService )
ExportConfigurationEditorPresentation.generateConfigurationBundleEntity ( )  :  ConfigurationBundleEntity
ExportConfigurationEditorPresentation.getSelectedEntity ( )  :  IntegrationObjectModel
ExportConfigurationEditorPresentation.getSelectedEntityInstances ( )  :  Set<ItemModel>
ExportConfigurationEditorPresentation.getSelectedEntityRoot ( )  :  String
ExportConfigurationEditorPresentation.getSelectedInstancesCountForEntity ( String entityType )  :  int
ExportConfigurationEditorPresentation.isAnyInstanceSelected ( )  :  boolean
ExportConfigurationEditorPresentation.setSelectedEntity ( IntegrationObjectModel selectedEntity )  :  void
ExportConfigurationEditorPresentation.setSelectedEntityInstances ( Set<ItemModel> selectedEntityInstances )  :  void

integrationbackoffice_bof.jar, ExportConfigurationGenerator.class
package de.hybris.platform.integrationbackoffice.widgets.configuration.generators
ExportConfigurationGenerator.downloadExportConfig ( ConfigurationBundleEntity p1 ) [abstract]  :  void
ExportConfigurationGenerator.generateExportConfig ( ConfigurationBundleEntity p1 ) [abstract]  :  byte[ ]

integrationbackoffice_bof.jar, ExportConfigurationListboxController.class
package de.hybris.platform.integrationbackoffice.widgets.configuration.controllers
ExportConfigurationListboxController.changeListboxView ( IntegrationObjectModel ioModel )  :  void
ExportConfigurationListboxController.clearListboxView ( )  :  void
ExportConfigurationListboxController.ExportConfigurationListboxController ( )
ExportConfigurationListboxController.initialize ( Component component )  :  void

integrationbackoffice_bof.jar, ExportConfigurationListPaneController.class
package de.hybris.platform.integrationbackoffice.widgets.configuration.controllers
ExportConfigurationListPaneController.addListitemEvent ( Listitem listitem )  :  void
ExportConfigurationListPaneController.ExportConfigurationListPaneController ( )
ExportConfigurationListPaneController.initialize ( Component comp )  :  void
ExportConfigurationListPaneController.populateListbox ( )  :  void
ExportConfigurationListPaneController.updateItemCount ( String countFraction )  :  void

integrationbackoffice_bof.jar, ExportConfigurationUtils.class
package de.hybris.platform.integrationbackoffice.widgets.configuration.utility
ExportConfigurationUtils.appendCountToLabel ( Listitem listitem, String countFraction ) [static]  :  Listitem
ExportConfigurationUtils.createListitem ( IntegrationObjectModel io ) [static]  :  Listitem

integrationbackoffice_bof.jar, InboundChannelConfigNotificationService.class
package de.hybris.platform.integrationbackoffice.widgets.authentication
InboundChannelConfigNotificationService.createICCToExposedDestinationSuccessNotification ( WidgetInstanceManager widgetInstanceManager, InboundChannelConfigurationModel iccModel )  :  void

integrationbackoffice_bof.jar, InboundChannelConfigurationWizardHandler.class
package de.hybris.platform.integrationbackoffice.widgets.authentication.handlers
InboundChannelConfigurationWizardHandler.InboundChannelConfigurationWizardHandler ( )
InboundChannelConfigurationWizardHandler.perform ( CustomType customType, FlowActionHandlerAdapter flowActionHandlerAdapter, Map<String,String> map )  :  void
InboundChannelConfigurationWizardHandler.setCockpitEventQueue ( CockpitEventQueue cockpitEventQueue )  :  void
InboundChannelConfigurationWizardHandler.setIccNotificationService ( InboundChannelConfigNotificationService iccNotificationService )  :  void
InboundChannelConfigurationWizardHandler.setModelService ( ModelService modelService )  :  void
InboundChannelConfigurationWizardHandler.setRegisterIntegrationObjectService ( RegisterIntegrationObjectDefaultService registerIntegrationObjectService )  :  void
InboundChannelConfigurationWizardHandler.showErrorMessageBox ( String msgKey, String titleKey )  :  void

integrationbackoffice_bof.jar, IntegrationAccessRightsEditorContainerController.class
package de.hybris.platform.integrationbackoffice.widgets.modeling.controllers
IntegrationAccessRightsEditorContainerController.IntegrationAccessRightsEditorContainerController ( )

integrationbackoffice_bof.jar, IntegrationApiExceptionTranslationHandler.class
package de.hybris.platform.integrationbackoffice.exceptionhandlers
IntegrationApiExceptionTranslationHandler.canHandle ( Throwable throwable )  :  boolean
IntegrationApiExceptionTranslationHandler.convertExceptionToResourceMsg ( Throwable p1 ) [abstract]  :  String
IntegrationApiExceptionTranslationHandler.getOrder ( )  :  int
IntegrationApiExceptionTranslationHandler.getTargetedException ( ) [abstract]  :  List<String>
IntegrationApiExceptionTranslationHandler.IntegrationApiExceptionTranslationHandler ( )
IntegrationApiExceptionTranslationHandler.toString ( Throwable throwable )  :  String

integrationbackoffice_bof.jar, IntegrationBackofficeExceptionTranslationHandler.class
package de.hybris.platform.integrationbackoffice.exceptionhandlers
IntegrationBackofficeExceptionTranslationHandler.convertExceptionToResourceMsg ( Throwable exception )  :  String
IntegrationBackofficeExceptionTranslationHandler.getTargetedException ( )  :  List<String>
IntegrationBackofficeExceptionTranslationHandler.IntegrationBackofficeExceptionTranslationHandler ( )

integrationbackoffice_bof.jar, IntegrationFilterState.class
package de.hybris.platform.integrationbackoffice.widgets.common.data
IntegrationFilterState.valueOf ( String p1 ) [static]  :  IntegrationFilterState
IntegrationFilterState.values ( ) [static]  :  IntegrationFilterState[ ]

integrationbackoffice_bof.jar, IntegrationObjectAccessRightsController.class
package de.hybris.platform.integrationbackoffice.widgets.authorization.controllers
IntegrationObjectAccessRightsController.handleItemCreatedEvent ( CockpitEvent event )  :  void
IntegrationObjectAccessRightsController.handleItemDeletedEvent ( CockpitEvent event )  :  void
IntegrationObjectAccessRightsController.handleItemUpdatedEvent ( CockpitEvent event )  :  void
IntegrationObjectAccessRightsController.populateListbox ( )  :  void

integrationbackoffice_bof.jar, IntegrationObjectAuditReportDownloadAction.class
package de.hybris.platform.integrationbackoffice.widgets.modeling.actions
IntegrationObjectAuditReportDownloadAction.canPerform ( ActionContext<String> ctx )  :  boolean
IntegrationObjectAuditReportDownloadAction.IntegrationObjectAuditReportDownloadAction ( )
IntegrationObjectAuditReportDownloadAction.perform ( ActionContext<String> actionContext )  :  ActionResult<String>

integrationbackoffice_bof.jar, IntegrationObjectButtonPanelController.class
package de.hybris.platform.integrationbackoffice.widgets.modeling.controllers
IntegrationObjectButtonPanelController.handleRefreshConfirmation ( )  :  void
IntegrationObjectButtonPanelController.IntegrationObjectButtonPanelController ( )
IntegrationObjectButtonPanelController.objectCreatedEvent ( CockpitEvent event )  :  void
IntegrationObjectButtonPanelController.objectDeletedEvent ( CockpitEvent event )  :  void
IntegrationObjectButtonPanelController.unsavedChangesPresent ( )  :  boolean

integrationbackoffice_bof.jar, IntegrationObjectClassificationClassWizardHandler.class
package de.hybris.platform.integrationbackoffice.widgets.modeling.handlers
IntegrationObjectClassificationClassWizardHandler.IntegrationObjectClassificationClassWizardHandler ( )
IntegrationObjectClassificationClassWizardHandler.perform ( CustomType customType, FlowActionHandlerAdapter adapter, Map<String,String> map )  :  void
IntegrationObjectClassificationClassWizardHandler.setModelService ( ModelService modelService )  :  void

integrationbackoffice_bof.jar, IntegrationObjectEditorContainerController.class
package de.hybris.platform.integrationbackoffice.widgets.modeling.controllers
IntegrationObjectEditorContainerController.addClassificationAttributes ( SelectedClassificationAttributesData selectedClassificationAttributesData )  :  void
IntegrationObjectEditorContainerController.addVirtualAttribute ( CreateVirtualAttributeModalData data )  :  void
IntegrationObjectEditorContainerController.cloneActionOnPerform ( )  :  void
IntegrationObjectEditorContainerController.cloneIntegrationObject ( CreateIntegrationObjectModalData data )  :  void
IntegrationObjectEditorContainerController.createNewIntegrationObject ( CreateIntegrationObjectModalData data )  :  void
IntegrationObjectEditorContainerController.deleteActionOnPerform ( )  :  void
IntegrationObjectEditorContainerController.downloadIntegrationObjectReport ( )  :  void
IntegrationObjectEditorContainerController.filterStateChange ( IntegrationFilterState state )  :  void
IntegrationObjectEditorContainerController.initialize ( Component component )  :  void
IntegrationObjectEditorContainerController.IntegrationObjectEditorContainerController ( )
IntegrationObjectEditorContainerController.itemTypeIOIModalRequestHandler ( String message )  :  void
IntegrationObjectEditorContainerController.itemTypeMatchSaveHandler ( Collection<IntegrationObjectItemModel> integrationObjectItemModels )  :  void
IntegrationObjectEditorContainerController.loadObject ( IntegrationObjectModel obj )  :  void
IntegrationObjectEditorContainerController.metaDataModelRequestHandler ( String message )  :  void
IntegrationObjectEditorContainerController.refreshButtonOnClick ( String message )  :  void
IntegrationObjectEditorContainerController.setDefaultAuditReportBuilder ( AuditReportBuilder auditReportBuilder )  :  void
IntegrationObjectEditorContainerController.setEditorAccessRights ( EditorAccessRights editorAccessRights )  :  void
IntegrationObjectEditorContainerController.setEditorPresentation ( IntegrationObjectPresentation editorPresentation )  :  void
IntegrationObjectEditorContainerController.updateObject ( String message )  :  void
IntegrationObjectEditorContainerController.virtualAttributeModalRequestHandler ( String message )  :  void

integrationbackoffice_bof.jar, IntegrationObjectEditorListboxController.class
package de.hybris.platform.integrationbackoffice.widgets.modeling.controllers
IntegrationObjectEditorListboxController.focusOnListitem ( String alias )  :  void
IntegrationObjectEditorListboxController.initialize ( Component component )  :  void
IntegrationObjectEditorListboxController.IntegrationObjectEditorListboxController ( )
IntegrationObjectEditorListboxController.populateListBox ( ComposedTypeModel key )  :  void
IntegrationObjectEditorListboxController.renameAttribute ( RenameAttributeModalData renameAttributeModalData )  :  void
IntegrationObjectEditorListboxController.retypeAttribute ( SubtypeData subtypeData )  :  void

integrationbackoffice_bof.jar, IntegrationObjectEditorTreeController.class
package de.hybris.platform.integrationbackoffice.widgets.modeling.controllers
IntegrationObjectEditorTreeController.autoSelectAttributeRelation ( Treeitem currentTreeitem )  :  void
IntegrationObjectEditorTreeController.checkTreeNodeForStructuredType ( AbstractListItemDTO dto )  :  void
IntegrationObjectEditorTreeController.composedTypeTreeOnSelect ( )  :  void
IntegrationObjectEditorTreeController.createDynamicTreeNode ( AbstractListItemDTO dto )  :  void
IntegrationObjectEditorTreeController.createTree ( CreateTreeData data )  :  void
IntegrationObjectEditorTreeController.getComposedTypeTree ( )  :  Tree
IntegrationObjectEditorTreeController.handleIntegrationObjectDeletedEvent ( CockpitEvent event )  :  void
IntegrationObjectEditorTreeController.initialize ( Component component )  :  void
IntegrationObjectEditorTreeController.IntegrationObjectEditorTreeController ( )
IntegrationObjectEditorTreeController.loadIntegrationObject ( String s )  :  void
IntegrationObjectEditorTreeController.renameTreeitemEvent ( RenameTreeData renameTreeData )  :  void
IntegrationObjectEditorTreeController.retypeTreeNodes ( RetypeTreeData retypeTreeData )  :  void
IntegrationObjectEditorTreeController.setComposedTypeTree ( Tree composedTypeTree )  :  void
IntegrationObjectEditorTreeController.setIntegrationObjectEditorData ( IntegrationObjectPresentation integrationObjectPresentation )  :  void

integrationbackoffice_bof.jar, IntegrationObjectMetadataViewerAction.class
package de.hybris.platform.integrationbackoffice.widgets.modeling.actions
IntegrationObjectMetadataViewerAction.canPerform ( ActionContext<String> ctx )  :  boolean
IntegrationObjectMetadataViewerAction.IntegrationObjectMetadataViewerAction ( )
IntegrationObjectMetadataViewerAction.perform ( ActionContext<String> actionContext )  :  ActionResult<String>

integrationbackoffice_bof.jar, IntegrationObjectPresentation.class
package de.hybris.platform.integrationbackoffice.widgets.modeling.data
IntegrationObjectPresentation.clearTreeAndListbox ( )  :  void
IntegrationObjectPresentation.getAncestors ( )  :  Deque<ComposedTypeModel>
IntegrationObjectPresentation.getAttributeDuplicationMap ( )  :  Map<ComposedTypeModel,Map<String,List<AbstractListItemDTO>>>
IntegrationObjectPresentation.getAttributesListBox ( )  :  Listbox
IntegrationObjectPresentation.getComposedTypeTree ( )  :  Tree
IntegrationObjectPresentation.getCurrentAttributesMap ( )  :  Map<ComposedTypeModel,List<AbstractListItemDTO>>
IntegrationObjectPresentation.getDataStructureBuilder ( )  :  DataStructureBuilder
IntegrationObjectPresentation.getFilterState ( )  :  IntegrationFilterState
IntegrationObjectPresentation.getItemTypeMatchMap ( )  :  Map<ComposedTypeModel,ItemTypeMatchEnum>
IntegrationObjectPresentation.getNotificationService ( )  :  NotificationService
IntegrationObjectPresentation.getReadService ( )  :  ReadService
IntegrationObjectPresentation.getSelectedComposedType ( )  :  ComposedTypeModel
IntegrationObjectPresentation.getSelectedIntegrationObject ( )  :  IntegrationObjectModel
IntegrationObjectPresentation.getSubtypeDataSet ( )  :  Set<SubtypeData>
IntegrationObjectPresentation.getWriteService ( )  :  WriteService
IntegrationObjectPresentation.hasRoot ( )  :  boolean
IntegrationObjectPresentation.IntegrationObjectPresentation ( WriteService writeService, ReadService readService, DataStructureBuilder dataStructureBuilder, NotificationService notificationService )
IntegrationObjectPresentation.isEditModeFlag ( )  :  boolean
IntegrationObjectPresentation.isModified ( )  :  boolean
IntegrationObjectPresentation.isValidIOSelected ( )  :  boolean
IntegrationObjectPresentation.resetState ( )  :  void
IntegrationObjectPresentation.setAncestors ( Deque<ComposedTypeModel> ancestors )  :  void
IntegrationObjectPresentation.setAttributeDuplicationMap ( Map<ComposedTypeModel,Map<String,List<AbstractListItemDTO>>> attributeDuplicationMap )  :  void
IntegrationObjectPresentation.setAttributesListBox ( Listbox attributesListBox )  :  void
IntegrationObjectPresentation.setComposedTypeTree ( Tree composedTypeTree )  :  void
IntegrationObjectPresentation.setCurrentAttributesMap ( Map<ComposedTypeModel,List<AbstractListItemDTO>> currentAttributesMap )  :  void
IntegrationObjectPresentation.setEditModeFlag ( boolean editModeFlag )  :  void
IntegrationObjectPresentation.setFilterState ( IntegrationFilterState filterState )  :  void
IntegrationObjectPresentation.setItemTypeMatchMap ( Map<ComposedTypeModel,ItemTypeMatchEnum> itemTypeMatchMap )  :  void
IntegrationObjectPresentation.setModified ( boolean modified )  :  void
IntegrationObjectPresentation.setSelectedComposedType ( ComposedTypeModel selectedComposedType )  :  void
IntegrationObjectPresentation.setSelectedIntegrationObject ( IntegrationObjectModel selectedIntegrationObject )  :  void
IntegrationObjectPresentation.setSubtypeDataSet ( Set<SubtypeData> subtypeDataSet )  :  void

integrationbackoffice_bof.jar, IntegrationObjectRootUtils.class
package de.hybris.platform.integrationbackoffice.widgets.modeling.utility
IntegrationObjectRootUtils.correctRoot ( IntegrationObjectModel integrationObject, String rootCode ) [static]  :  IntegrationObjectModel
IntegrationObjectRootUtils.getRootFromReturnIntegrationObjectItem ( IntegrationObjectModel integrationObject ) [static]  :  IntegrationObjectItemModel
IntegrationObjectRootUtils.getRootIntegrationObjectItem ( IntegrationObjectModel integrationObject ) [static]  :  IntegrationObjectItemModel
IntegrationObjectRootUtils.resolveIntegrationObjectRoot ( IntegrationObjectModel integrationObject ) [static]  :  IntegrationObjectModel

integrationbackoffice_bof.jar, IntegrationObjectSelectorController.class
package de.hybris.platform.integrationbackoffice.widgets.modeling.controllers
IntegrationObjectSelectorController.buildComboitems ( )  :  Collection<Comboitem>
IntegrationObjectSelectorController.getSelected ( ComposedTypeModel selectedComposedType )  :  void
IntegrationObjectSelectorController.handleIntegrationObjectCreatedEvent ( CockpitEvent event )  :  void
IntegrationObjectSelectorController.handleIntegrationObjectDeletedEvent ( CockpitEvent event )  :  void
IntegrationObjectSelectorController.handleIntegrationObjectUpdatedEvent ( CockpitEvent event )  :  void
IntegrationObjectSelectorController.initialize ( Component component )  :  void
IntegrationObjectSelectorController.integrationComboBoxOnChange ( )  :  void
IntegrationObjectSelectorController.IntegrationObjectSelectorController ( )
IntegrationObjectSelectorController.syncComboBoxes ( IntegrationObjectModel selectedIO )  :  void

integrationbackoffice_bof.jar, IntegrationSortingService.class
package de.hybris.platform.integrationbackoffice.widgets.common.services
IntegrationSortingService.isAttributeSortable ( DataAttribute p1 ) [abstract]  :  boolean

integrationbackoffice_bof.jar, ItemModelNotSelectedForReportException.class
package de.hybris.platform.integrationbackoffice.widgets.modals.builders
ItemModelNotSelectedForReportException.ItemModelNotSelectedForReportException ( String message )

integrationbackoffice_bof.jar, ItemTypeMatchChangeDetector.class
package de.hybris.platform.integrationbackoffice.widgets.modals.data.itemtypematchmodal
ItemTypeMatchChangeDetector.getIntegrationObjectItemModel ( )  :  IntegrationObjectItemModel
ItemTypeMatchChangeDetector.isDirty ( )  :  boolean
ItemTypeMatchChangeDetector.ItemTypeMatchChangeDetector ( IntegrationObjectItemModel integrationObjectItemModel, String selectedItemTypeMatchCode )

integrationbackoffice_bof.jar, ItemTypeMatchIOIAction.class
package de.hybris.platform.integrationbackoffice.widgets.modeling.actions
ItemTypeMatchIOIAction.canPerform ( ActionContext<String> ctx )  :  boolean
ItemTypeMatchIOIAction.ItemTypeMatchIOIAction ( )
ItemTypeMatchIOIAction.perform ( ActionContext<String> actionContext )  :  ActionResult<String>

integrationbackoffice_bof.jar, ListItemAttributeStatus.class
package de.hybris.platform.integrationbackoffice.widgets.modeling.data
ListItemAttributeStatus.getLabel ( )  :  String
ListItemAttributeStatus.getStyling ( )  :  String
ListItemAttributeStatus.valueOf ( String p1 ) [static]  :  ListItemAttributeStatus
ListItemAttributeStatus.values ( ) [static]  :  ListItemAttributeStatus[ ]

integrationbackoffice_bof.jar, RegisterIntegrationObjectDefaultService.class
package de.hybris.platform.integrationbackoffice.widgets.authentication.registration
RegisterIntegrationObjectDefaultService.createExposedDestinations ( List<DestinationTargetModel> destinationTargets, InboundChannelConfigurationModel inboundChannelConfig, AbstractCredentialModel credential )  :  void

integrationbackoffice_bof.jar, RegisterIntegrationObjectService.class
package de.hybris.platform.integrationbackoffice.widgets.authentication.registration
RegisterIntegrationObjectService.createExposedDestinations ( List<DestinationTargetModel> p1, InboundChannelConfigurationModel p2, AbstractCredentialModel p3 ) [abstract]  :  void

integrationbackoffice_bof.jar, RegisterIntegrationObjectWithBasicCredentialController.class
package de.hybris.platform.integrationbackoffice.widgets.authentication.registration
RegisterIntegrationObjectWithBasicCredentialController.loadWidgetInfo ( InboundChannelConfigurationModel inboundChannelConfiguration )  :  void

integrationbackoffice_bof.jar, RegisterIntegrationObjectWithOAuthCredentialController.class
package de.hybris.platform.integrationbackoffice.widgets.authentication.registration
RegisterIntegrationObjectWithOAuthCredentialController.loadWidgetInfo ( InboundChannelConfigurationModel inboundChannelConfiguration )  :  void

integrationbackoffice_bof.jar, RenameTreeData.class
package de.hybris.platform.integrationbackoffice.widgets.modeling.data
RenameTreeData.getMatchedDTO ( )  :  AbstractListItemDTO
RenameTreeData.getParentComposedType ( )  :  ComposedTypeModel
RenameTreeData.getQualifier ( )  :  String
RenameTreeData.RenameTreeData ( ComposedTypeModel parentComposedType, AbstractListItemDTO matchedDTO, String qualifier )

integrationbackoffice_bof.jar, RetypeAttributeModalController.class
package de.hybris.platform.integrationbackoffice.widgets.modals.controllers
RetypeAttributeModalController.loadRetypeModal ( SubtypeData subtypeData )  :  void

integrationbackoffice_bof.jar, RetypeTreeData.class
package de.hybris.platform.integrationbackoffice.widgets.modeling.data
RetypeTreeData.getCurrentTreeitem ( )  :  Treeitem
RetypeTreeData.getDto ( )  :  ListItemAttributeDTO
RetypeTreeData.getNewComposedType ( )  :  ComposedTypeModel
RetypeTreeData.getParentComposedType ( )  :  ComposedTypeModel
RetypeTreeData.RetypeTreeData ( ComposedTypeModel parentComposedType, ComposedTypeModel newComposedType, Treeitem currentTreeitem, ListItemAttributeDTO dto )

integrationbackoffice_bof.jar, SubtypeData.class
package de.hybris.platform.integrationbackoffice.widgets.modeling.data
SubtypeData.getAttributeAlias ( )  :  String
SubtypeData.getAttributeQualifier ( )  :  String
SubtypeData.getBaseType ( )  :  TypeModel
SubtypeData.getParentNodeType ( )  :  ComposedTypeModel
SubtypeData.getSubtype ( )  :  TypeModel
SubtypeData.setSubtype ( TypeModel subtype )  :  void
SubtypeData.SubtypeData ( ComposedTypeModel parentType, TypeModel subtype, TypeModel baseType, String attributeAlias, String attributeQualifier )

integrationbackoffice_bof.jar, TreeBuilder.class
package de.hybris.platform.integrationbackoffice.widgets.modeling.builders
TreeBuilder.appendTreeitem ( Treeitem p1, TreeNodeData p2 ) [abstract]  :  Treeitem
TreeBuilder.determineTreeitemAncestors ( Treeitem p1 ) [abstract]  :  Deque<ComposedTypeModel>

integrationbackoffice_bof.jar, TreeNodeData.class
package de.hybris.platform.integrationbackoffice.widgets.modeling.data
TreeNodeData.getAlias ( )  :  String
TreeNodeData.getComposedTypeModel ( )  :  ComposedTypeModel
TreeNodeData.getQualifier ( )  :  String
TreeNodeData.setAlias ( String alias )  :  void
TreeNodeData.setComposedTypeModel ( ComposedTypeModel composedTypeModel )  :  void
TreeNodeData.TreeNodeData ( String qualifier, String alias, ComposedTypeModel composedTypeModel )

integrationbackofficetest_bof.jar, AbstractIntegrationButtonPanelControllerUnitTest.class
package de.hybris.platform.integrationbackoffice.widgets.common.controllers
AbstractIntegrationButtonPanelControllerUnitTest<T>.AbstractIntegrationButtonPanelControllerUnitTest<T> ( )
AbstractIntegrationButtonPanelControllerUnitTest<T>.askConfirmationWhenRefreshButtonOnClickViewEventAndChangesPresent ( )  :  void
AbstractIntegrationButtonPanelControllerUnitTest<T>.buttonsInitializedWhenWidgetControllerInitialized ( )  :  void
AbstractIntegrationButtonPanelControllerUnitTest<T>.doRefreshWhenRefreshButtonOnClickViewEventAndNoChangesPresent ( )  :  void
AbstractIntegrationButtonPanelControllerUnitTest<T>.filterButton ( )  :  Button
AbstractIntegrationButtonPanelControllerUnitTest<T>.filterButtonDiv ( )  :  Div
AbstractIntegrationButtonPanelControllerUnitTest<T>.filterMenupopup ( )  :  Menupopup
AbstractIntegrationButtonPanelControllerUnitTest<T>.filterMenupopupOpenedWhenFilterButtonClicked ( )  :  void
AbstractIntegrationButtonPanelControllerUnitTest<T>.menuItemsUnchangedWhenFilterStateSocketInputIsNull ( )  :  void
AbstractIntegrationButtonPanelControllerUnitTest<T>.menupopupItemsInitializedWhenWidgetControllerInitialized ( )  :  void
AbstractIntegrationButtonPanelControllerUnitTest<T>.onlySelectedMenuItem ( )  :  Menuitem
AbstractIntegrationButtonPanelControllerUnitTest<T>.onlySelectedMenuItemCheckedAndSocketOutputNotSentWhenOnlySelectedMenuItemClickedAndChecked ( )  :  void
AbstractIntegrationButtonPanelControllerUnitTest<T>.onlySelectedMenuItemCheckedAndSocketOutputSentWhenOnlySelectedMenuItemClickedAndNotChecked ( )  :  void
AbstractIntegrationButtonPanelControllerUnitTest<T>.onlySelectedMenuItemCheckedWhenFilterStateSocketInputIsOnlySelected ( )  :  void
AbstractIntegrationButtonPanelControllerUnitTest<T>.saveButtonDisabledAndFilterButtonEnabledWhenLoadObjectSocketInputReceived ( )  :  void
AbstractIntegrationButtonPanelControllerUnitTest<T>.saveButtonSocketOutputWhenSaveDefinitionsButtonOnClickViewEvent ( )  :  void
AbstractIntegrationButtonPanelControllerUnitTest<T>.saveDefinitionsButton ( )  :  Button
AbstractIntegrationButtonPanelControllerUnitTest<T>.saveDefinitionsButtonDisabledAndRefreshButtonSocketOutputSentWhenDoRefresh ( )  :  void
AbstractIntegrationButtonPanelControllerUnitTest<T>.saveDefinitionsButtonIsDisabledWhenEnableSaveSocketInputIsFalse ( )  :  void
AbstractIntegrationButtonPanelControllerUnitTest<T>.saveDefinitionsButtonIsEnabledWhenEnableSaveSocketInputIsTrue ( )  :  void
AbstractIntegrationButtonPanelControllerUnitTest<T>.saveDefinitionsButtonUnchangedWhenEnableSaveSocketInputIsNull ( )  :  void
AbstractIntegrationButtonPanelControllerUnitTest<T>.setup ( )  :  void
AbstractIntegrationButtonPanelControllerUnitTest<T>.showAllMenuItem ( )  :  Menuitem
AbstractIntegrationButtonPanelControllerUnitTest<T>.showAllMenuItemCheckedAndSocketOutputNotSentWhenShowAllMenuItemClickedAndChecked ( )  :  void
AbstractIntegrationButtonPanelControllerUnitTest<T>.showAllMenuItemCheckedAndSocketOutputSentWhenShowAllMenuItemClickedAndNotChecked ( )  :  void
AbstractIntegrationButtonPanelControllerUnitTest<T>.showAllMenuItemCheckedWhenFilterStateSocketInputIsShowAll ( )  :  void

integrationbackofficetest_bof.jar, AbstractIntegrationListPaneControllerUnitTest.class
package de.hybris.platform.integrationbackoffice.widgets.common.controllers
AbstractIntegrationListPaneControllerUnitTest<T>.AbstractIntegrationListPaneControllerUnitTest<T> ( )
AbstractIntegrationListPaneControllerUnitTest<T>.listbox ( )  :  Listbox
AbstractIntegrationListPaneControllerUnitTest<T>.listhead ( )  :  Listhead
AbstractIntegrationListPaneControllerUnitTest<T>.listheader ( )  :  Listheader
AbstractIntegrationListPaneControllerUnitTest<T>.setup ( )  :  void

integrationbackofficetest_bof.jar, AbstractIntegrationSelectorControllerUnitTest.class
package de.hybris.platform.integrationbackoffice.widgets.common.controllers
AbstractIntegrationSelectorControllerUnitTest<T>.AbstractIntegrationSelectorControllerUnitTest<T> ( )
AbstractIntegrationSelectorControllerUnitTest<T>.actionsInitializedWhenControllerInitialized ( )  :  void
AbstractIntegrationSelectorControllerUnitTest<T>.comboitemFoundInCombobox ( )  :  void
AbstractIntegrationSelectorControllerUnitTest<T>.getCombobox ( )  :  Combobox
AbstractIntegrationSelectorControllerUnitTest<T>.loadComboboxWhenRefreshComboboxSocketInput ( )  :  void
AbstractIntegrationSelectorControllerUnitTest<T>.setup ( )  :  void

integrationbackofficetest_bof.jar, ClassificationAttributesWithoutLocalizationRendererTest.class
package de.hybris.platform.integrationbackoffice.widgets.modals.utility
ClassificationAttributesWithoutLocalizationRendererTest.ClassificationAttributesWithoutLocalizationRendererTest ( )
ClassificationAttributesWithoutLocalizationRendererTest.shouldModelBeUpdatedWhenCheckboxIsSelected ( )  :  void
ClassificationAttributesWithoutLocalizationRendererTest.shouldRenderUseFullQualifierCheckboxOnWizard ( )  :  void

integrationbackofficetest_bof.jar, DefaultClassificationAttributeQualifierProviderTest.class
package de.hybris.platform.integrationbackoffice.widgets.providers
DefaultClassificationAttributeQualifierProviderTest.DefaultClassificationAttributeQualifierProviderTest ( )
DefaultClassificationAttributeQualifierProviderTest.prepareAssignment ( )  :  ClassAttributeAssignmentModel
DefaultClassificationAttributeQualifierProviderTest.shouldConstructFullQualifierForClassificationAssignment ( )  :  void
DefaultClassificationAttributeQualifierProviderTest.shouldConstructFullQualifierForClassificationAssignmentRemovingInvalidCharacters ( )  :  void

integrationbackofficetest_bof.jar, DefaultIntegrationObjectImpexGenerationIntegrationTest.class
package de.hybris.platform.integrationbackoffice.widgets.modals.generator
DefaultIntegrationObjectImpexGenerationIntegrationTest.DefaultIntegrationObjectImpexGenerationIntegrationTest ( )
DefaultIntegrationObjectImpexGenerationIntegrationTest.loadFileAsString ( String fileLocation ) [static]  :  String
DefaultIntegrationObjectImpexGenerationIntegrationTest.setUp ( )  :  void
DefaultIntegrationObjectImpexGenerationIntegrationTest.tearDown ( )  :  void
DefaultIntegrationObjectImpexGenerationIntegrationTest.testImpexItemTypeMatch ( )  :  void
DefaultIntegrationObjectImpexGenerationIntegrationTest.testImpexStringWithClassificationAttributes ( )  :  void
DefaultIntegrationObjectImpexGenerationIntegrationTest.testImpexVirtualAttributes ( )  :  void

integrationbackofficetest_bof.jar, DefaultIntegrationSortingServiceUnitTest.class
package de.hybris.platform.integrationbackoffice.widgets.services
DefaultIntegrationSortingServiceUnitTest.DefaultIntegrationSortingServiceUnitTest ( )
DefaultIntegrationSortingServiceUnitTest.setUp ( )  :  void
DefaultIntegrationSortingServiceUnitTest.sortAtomicShouldBeTrue ( )  :  void
DefaultIntegrationSortingServiceUnitTest.sortBadAttributeTypeShouldBeFalse ( )  :  void
DefaultIntegrationSortingServiceUnitTest.sortBadDataTypeShouldBeFalse ( )  :  void
DefaultIntegrationSortingServiceUnitTest.sortEnumShouldBeTrue ( )  :  void

integrationbackofficetest_bof.jar, DefaultOutboundIntegrationObjectJsonGeneratorIntegrationTest.class
package de.hybris.platform.integrationbackoffice.widgets.modals.generator
DefaultOutboundIntegrationObjectJsonGeneratorIntegrationTest.DefaultOutboundIntegrationObjectJsonGeneratorIntegrationTest ( )
DefaultOutboundIntegrationObjectJsonGeneratorIntegrationTest.loadPayload ( String payloadLocation ) [static]  :  Map<String,Object>
DefaultOutboundIntegrationObjectJsonGeneratorIntegrationTest.readOnlyJsonTest ( )  :  void
DefaultOutboundIntegrationObjectJsonGeneratorIntegrationTest.setUp ( )  :  void
DefaultOutboundIntegrationObjectJsonGeneratorIntegrationTest.tearDown ( )  :  void
DefaultOutboundIntegrationObjectJsonGeneratorIntegrationTest.virtualAttributeJsonTest ( )  :  void

integrationbackofficetest_bof.jar, DefaultPersistenceIntegrationObjectJsonGeneratorIntegrationTest.class
package de.hybris.platform.integrationbackoffice.widgets.modals.generator
DefaultPersistenceIntegrationObjectJsonGeneratorIntegrationTest.basicJsonTest ( )  :  void
DefaultPersistenceIntegrationObjectJsonGeneratorIntegrationTest.circularDependencyComplexJsonTest ( )  :  void
DefaultPersistenceIntegrationObjectJsonGeneratorIntegrationTest.circularDependencyJsonTest ( )  :  void
DefaultPersistenceIntegrationObjectJsonGeneratorIntegrationTest.classificationCollectionEnumReferenceJsonTest ( )  :  void
DefaultPersistenceIntegrationObjectJsonGeneratorIntegrationTest.classificationJsonTest ( )  :  void
DefaultPersistenceIntegrationObjectJsonGeneratorIntegrationTest.collectionJsonTest ( )  :  void
DefaultPersistenceIntegrationObjectJsonGeneratorIntegrationTest.DefaultPersistenceIntegrationObjectJsonGeneratorIntegrationTest ( )
DefaultPersistenceIntegrationObjectJsonGeneratorIntegrationTest.loadPayload ( String payloadLocation ) [static]  :  Map<String,Object>
DefaultPersistenceIntegrationObjectJsonGeneratorIntegrationTest.mapJsonTest ( )  :  void
DefaultPersistenceIntegrationObjectJsonGeneratorIntegrationTest.mapOfMapsNotSupportedJsonTest ( )  :  void
DefaultPersistenceIntegrationObjectJsonGeneratorIntegrationTest.readOnlyJsonTest ( )  :  void
DefaultPersistenceIntegrationObjectJsonGeneratorIntegrationTest.setUp ( )  :  void
DefaultPersistenceIntegrationObjectJsonGeneratorIntegrationTest.tearDown ( )  :  void
DefaultPersistenceIntegrationObjectJsonGeneratorIntegrationTest.virtualAttributeJsonTest ( )  :  void

integrationbackofficetest_bof.jar, EditorAccessRightsImplUnitTest.class
package de.hybris.platform.integrationbackoffice.widgets.editor.utility
EditorAccessRightsImplUnitTest.EditorAccessRightsImplUnitTest ( )
EditorAccessRightsImplUnitTest.isUserAdminTestEmptyAdmin ( )  :  void
EditorAccessRightsImplUnitTest.isUserAdminTestEmptyCurrent ( )  :  void
EditorAccessRightsImplUnitTest.isUserAdminTestFalse ( )  :  void
EditorAccessRightsImplUnitTest.isUserAdminTestNull ( )  :  void
EditorAccessRightsImplUnitTest.isUserAdminTestTrue ( )  :  void
EditorAccessRightsImplUnitTest.setup ( )  :  void

integrationbackofficetest_bof.jar, EditorTrimmerUnitTest.class
package de.hybris.platform.integrationbackoffice.widgets.editor.utility
EditorTrimmerUnitTest.EditorTrimmerUnitTest ( )
EditorTrimmerUnitTest.setUp ( )  :  void
EditorTrimmerUnitTest.testTrimmer ( )  :  void
EditorTrimmerUnitTest.testTrimmerConsiderSubtypes ( )  :  void

integrationbackofficetest_bof.jar, EditorUtilsUnitTest.class
package de.hybris.platform.integrationbackoffice.widgets.editor.utility
EditorUtilsUnitTest.autoCreateCheckboxIsDisabledForAbstractAttribute ( )  :  void
EditorUtilsUnitTest.autoCreateCheckboxIsDisabledForPrimitiveAttribute ( )  :  void
EditorUtilsUnitTest.autoCreateCheckboxIsEnabledForRequiredAttribute ( )  :  void
EditorUtilsUnitTest.constructDuplicateMapNoDuplicatesTest ( )  :  void
EditorUtilsUnitTest.constructDuplicateMapPresentDuplicatesTest ( )  :  void
EditorUtilsUnitTest.convertIntegrationObjectToDTOMap ( )  :  void
EditorUtilsUnitTest.EditorUtilsUnitTest ( )
EditorUtilsUnitTest.isClassificationAttributePresentTest ( )  :  void
EditorUtilsUnitTest.renameTreeitemTest ( )  :  void
EditorUtilsUnitTest.setup ( )  :  void

integrationbackofficetest_bof.jar, EditorValidatorUnitTest.class
package de.hybris.platform.integrationbackoffice.widgets.editor.utility
EditorValidatorUnitTest.EditorValidatorUnitTest ( )
EditorValidatorUnitTest.setup ( )  :  void
EditorValidatorUnitTest.validateDefinitionsInvalidTest ( )  :  void
EditorValidatorUnitTest.validateDefinitionsValidTest ( )  :  void
EditorValidatorUnitTest.validateHasKeyInvalidTest ( )  :  void
EditorValidatorUnitTest.validateHasKeyValidTest ( )  :  void
EditorValidatorUnitTest.validateHasNoDuplicateAttributeNamesTest ( )  :  void

integrationbackofficetest_bof.jar, ExportConfigurationButtonPanelControllerUnitTest.class
package de.hybris.platform.integrationbackoffice.widgets.configuration.controllers
ExportConfigurationButtonPanelControllerUnitTest.ExportConfigurationButtonPanelControllerUnitTest ( )
ExportConfigurationButtonPanelControllerUnitTest.getWidgetController ( )  :  AbstractIntegrationButtonPanelController
ExportConfigurationButtonPanelControllerUnitTest.getWidgetController ( )  :  Object
ExportConfigurationButtonPanelControllerUnitTest.setup ( )  :  void
ExportConfigurationButtonPanelControllerUnitTest.unsavedChangesPresentFalseWhenExportConfigurationEditorPresentationIsAnyInstanceSelectedFalse ( )  :  void
ExportConfigurationButtonPanelControllerUnitTest.unsavedChangesPresentTrueWhenExportConfigurationEditorPresentationIsAnyInstanceSelectedTrue ( )  :  void

integrationbackofficetest_bof.jar, ExportConfigurationEditorPresentationUnitTest.class
package de.hybris.platform.integrationbackoffice.widgets.configuration.data
ExportConfigurationEditorPresentationUnitTest.addMapEntryWhenSetSelectedEntityAndEntityDoesNotExistAsKeyInMap ( )  :  void
ExportConfigurationEditorPresentationUnitTest.ExportConfigurationEditorPresentationUnitTest ( )
ExportConfigurationEditorPresentationUnitTest.isAnyInstanceSelectedTrueOnlyIfNonEmptySetOfInstancesExists ( )  :  void
ExportConfigurationEditorPresentationUnitTest.mapClearedAndSelectedEntitySetToNullWhenClearSelection ( )  :  void
ExportConfigurationEditorPresentationUnitTest.mapEntryUnchangedWhenSetSelectedEntityAndEntityExistsAsKeyInMap ( )  :  void
ExportConfigurationEditorPresentationUnitTest.putCopyOfArgumentInMapWhenSetSelectedEntityInstancesArgumentNotNull ( )  :  void
ExportConfigurationEditorPresentationUnitTest.putEmptySetInMapWhenSetSelectedEntityInstancesArgumentNull ( )  :  void
ExportConfigurationEditorPresentationUnitTest.returnCopyOfSelectedEntityInstancesWhenGetSelectedEntityInstancesAndSelectedEntityNotNull ( )  :  void
ExportConfigurationEditorPresentationUnitTest.returnEmptySetWhenGetSelectedEntityInstancesAndSelectedEntityNull ( )  :  void
ExportConfigurationEditorPresentationUnitTest.returnEmptyStringWhenGetSelectedEntityRootTypeAndWhenSelectedEntityNull ( )  :  void
ExportConfigurationEditorPresentationUnitTest.returnRootItemTypeCodeWhenGetSelectedEntityRootTypeAndWhenSelectedEntityNotNull ( )  :  void
ExportConfigurationEditorPresentationUnitTest.setup ( )  :  void
ExportConfigurationEditorPresentationUnitTest.testGenerateConfigurationBundleEntity ( )  :  void
ExportConfigurationEditorPresentationUnitTest.testGetSelectedInstanceCountForEntityNotPresentReturnZero ( )  :  void
ExportConfigurationEditorPresentationUnitTest.testGetSelectedInstanceCountForEntityPresentReturnInstanceCount ( )  :  void
ExportConfigurationEditorPresentationUnitTest.warningNotificationWhenGetSelectedEntityButNoneSelected ( )  :  void
ExportConfigurationEditorPresentationUnitTest.warningNotificationWhenSetSelectedEntityInstancesSelectedEntityNull ( )  :  void

integrationbackofficetest_bof.jar, ExportConfigurationListPaneControllerUnitTest.class
package de.hybris.platform.integrationbackoffice.widgets.configuration.controllers
ExportConfigurationListPaneControllerUnitTest.ExportConfigurationListPaneControllerUnitTest ( )
ExportConfigurationListPaneControllerUnitTest.getWidgetController ( )  :  ExportConfigurationListPaneController
ExportConfigurationListPaneControllerUnitTest.getWidgetController ( )  :  Object
ExportConfigurationListPaneControllerUnitTest.setup ( )  :  void
ExportConfigurationListPaneControllerUnitTest.testPopulateListboxIsFilledWithExportableTypes ( )  :  void
ExportConfigurationListPaneControllerUnitTest.verifyComponentInitializationSetsHeaderAndPopulatesPane ( )  :  void

integrationbackofficetest_bof.jar, ExportConfigurationUtilsUnitTest.class
package de.hybris.platform.integrationbackoffice.widgets.configuration.utility
ExportConfigurationUtilsUnitTest.ExportConfigurationUtilsUnitTest ( )
ExportConfigurationUtilsUnitTest.testAppendCountToLabelIllegalArgumentNonFractionString ( )  :  void
ExportConfigurationUtilsUnitTest.testAppendCountToLabelShouldShowCountNoPreviousCount ( )  :  void
ExportConfigurationUtilsUnitTest.testAppendCountToLabelShouldShowCountPreviousCount ( )  :  void
ExportConfigurationUtilsUnitTest.testAppendCountToLabelZeroCountDenominatorShouldNotShow ( )  :  void
ExportConfigurationUtilsUnitTest.testAppendCountToLabelZeroCountNumeratorShouldNotShow ( )  :  void
ExportConfigurationUtilsUnitTest.testCreateListItem ( )  :  void

integrationbackofficetest_bof.jar, InboundChannelConfigurationWizardHandlerUnitTest.class
package de.hybris.platform.integrationbackoffice.widgets.authentication.handlers
InboundChannelConfigurationWizardHandlerUnitTest.InboundChannelConfigurationWizardHandlerUnitTest ( )
InboundChannelConfigurationWizardHandlerUnitTest.testNoICCOrClientCredentialDetailCreatedIfAuthenticationTypeIsBasicAtStepTwo ( )  :  void
InboundChannelConfigurationWizardHandlerUnitTest.testPopupErrorMessageWhenCreateICCAndClientDetailWhenMissClientIdOrSecretAtStepTwo ( )  :  void
InboundChannelConfigurationWizardHandlerUnitTest.testPopupErrorMessageWhenCreateICCAndClientDetailWhenNoUserSelectedAtStepTwo ( )  :  void
InboundChannelConfigurationWizardHandlerUnitTest.testSuccessfulCreateICCAndClientCredentialDetailWithCorrectInfoAtStepTwo ( )  :  void
InboundChannelConfigurationWizardHandlerUnitTest.testSuccessfulCreationOfICCAtStepOne ( )  :  void

integrationbackofficetest_bof.jar, IntegrationbackofficetestService.class
package de.hybris.platform.integrationbackoffice.services
IntegrationbackofficetestService.IntegrationbackofficetestService ( )

integrationbackofficetest_bof.jar, IntegrationbackofficetestServiceUnitTest.class
package de.hybris.platform.integrationbackoffice.widgets.services
IntegrationbackofficetestServiceUnitTest.IntegrationbackofficetestServiceUnitTest ( )
IntegrationbackofficetestServiceUnitTest.testIntegrationbackofficetestServiceConstructor ( )  :  void

integrationbackofficetest_bof.jar, IntegrationbackofficetestUtils.class
package de.hybris.platform.integrationbackoffice
IntegrationbackofficetestUtils.composedTypeModel ( String code ) [static]  :  ComposedTypeModel
IntegrationbackofficetestUtils.IntegrationbackofficetestUtils ( )
IntegrationbackofficetestUtils.integrationObjectItemModel ( String code, ComposedTypeModel composedTypeModel ) [static]  :  IntegrationObjectItemModel
IntegrationbackofficetestUtils.integrationObjectModel ( String code ) [static]  :  IntegrationObjectModel
IntegrationbackofficetestUtils.integrationObjectModelMock ( IntegrationObjectItemModel rootItem ) [static]  :  IntegrationObjectModel
IntegrationbackofficetestUtils.integrationObjectModelMock ( String code, IntegrationObjectItemModel rootItem ) [static]  :  IntegrationObjectModel
IntegrationbackofficetestUtils.itemModelMock ( long pk ) [static]  :  ItemModel
IntegrationbackofficetestUtils.mutableSetOfItemModels ( ItemModel... itemModels ) [static]  :  Set<ItemModel>

integrationbackofficetest_bof.jar, IntegrationObjectAccessRightsControllerUnitTest.class
package de.hybris.platform.integrationbackoffice.widgets.authorization.controllers
IntegrationObjectAccessRightsControllerUnitTest.getWidgetController ( )  :  IntegrationObjectAccessRightsController
IntegrationObjectAccessRightsControllerUnitTest.getWidgetController ( )  :  Object
IntegrationObjectAccessRightsControllerUnitTest.IntegrationObjectAccessRightsControllerUnitTest ( )
IntegrationObjectAccessRightsControllerUnitTest.testHandleItemCreatedEvent ( )  :  void
IntegrationObjectAccessRightsControllerUnitTest.testHandleItemDeletedEvent ( )  :  void
IntegrationObjectAccessRightsControllerUnitTest.testHandleItemUpdatedEvent ( )  :  void
IntegrationObjectAccessRightsControllerUnitTest.testSetSelectedIO ( )  :  void

integrationbackofficetest_bof.jar, IntegrationObjectAuditReportBuilderIntegrationTest.class
package de.hybris.platform.integrationbackoffice.widgets.modals.builders
IntegrationObjectAuditReportBuilderIntegrationTest.generateAndCompareAuditReportTest ( )  :  void
IntegrationObjectAuditReportBuilderIntegrationTest.IntegrationObjectAuditReportBuilderIntegrationTest ( )
IntegrationObjectAuditReportBuilderIntegrationTest.setUp ( )  :  void
IntegrationObjectAuditReportBuilderIntegrationTest.tearDown ( )  :  void

integrationbackofficetest_bof.jar, IntegrationObjectAuditReportBuilderUnitTest.class
package de.hybris.platform.integrationbackoffice.widgets.modals.builders
IntegrationObjectAuditReportBuilderUnitTest.IntegrationObjectAuditReportBuilderUnitTest ( )
IntegrationObjectAuditReportBuilderUnitTest.testEvaluateStrategiesToStreams ( )  :  void
IntegrationObjectAuditReportBuilderUnitTest.testEvaluateStrategiesToStreamsWithNullReturn ( )  :  void
IntegrationObjectAuditReportBuilderUnitTest.testFilterReportView ( )  :  void
IntegrationObjectAuditReportBuilderUnitTest.testGetAuditReportTemplate ( )  :  void
IntegrationObjectAuditReportBuilderUnitTest.testGetAuditReportTemplateWithNullReturn ( )  :  void
IntegrationObjectAuditReportBuilderUnitTest.testGetDownloadFileName ( )  :  void
IntegrationObjectAuditReportBuilderUnitTest.testPopulateReportGenerationContext ( )  :  void
IntegrationObjectAuditReportBuilderUnitTest.testPopulateReportGenerationContextWithNullTemplate ( )  :  void
IntegrationObjectAuditReportBuilderUnitTest.testTraversePayload ( )  :  void

integrationbackofficetest_bof.jar, IntegrationObjectButtonPanelControllerUnitTest.class
package de.hybris.platform.integrationbackoffice.widgets.modeling.controllers
IntegrationObjectButtonPanelControllerUnitTest.componentsChangedWhenObjectCreatedGlobalEventAndEventContainsIntegrationObject ( )  :  void
IntegrationObjectButtonPanelControllerUnitTest.componentsChangedWhenObjectDeletedGlobalEventAndEventContainsIntegrationObject ( )  :  void
IntegrationObjectButtonPanelControllerUnitTest.componentsUnchanged_WhenObjectDeletedGlobalEventAndEventDoesNotContainIntegrationObject ( )  :  void
IntegrationObjectButtonPanelControllerUnitTest.componentsUnchangedWhenObjectCreatedGlobalEventAndEventDoesNotContainIntegrationObject ( )  :  void
IntegrationObjectButtonPanelControllerUnitTest.getWidgetController ( )  :  IntegrationObjectButtonPanelController
IntegrationObjectButtonPanelControllerUnitTest.getWidgetController ( )  :  Object
IntegrationObjectButtonPanelControllerUnitTest.IntegrationObjectButtonPanelControllerUnitTest ( )
IntegrationObjectButtonPanelControllerUnitTest.setup ( )  :  void
IntegrationObjectButtonPanelControllerUnitTest.unsavedChangesPresentFalseWhenSaveDefinitionsButtonDisabled ( )  :  void
IntegrationObjectButtonPanelControllerUnitTest.unsavedChangesPresentTrueWhenSaveDefinitionsButtonEnabled ( )  :  void

integrationbackofficetest_bof.jar, IntegrationObjectEditorContainerControllerIntegrationTest.class
package de.hybris.platform.integrationbackoffice.widgets.controllers
IntegrationObjectEditorContainerControllerIntegrationTest.compileSubtypeDataSetTest ( )  :  void
IntegrationObjectEditorContainerControllerIntegrationTest.findSubtypeMatchTest ( )  :  void
IntegrationObjectEditorContainerControllerIntegrationTest.IntegrationObjectEditorContainerControllerIntegrationTest ( )
IntegrationObjectEditorContainerControllerIntegrationTest.readServiceTest ( )  :  void
IntegrationObjectEditorContainerControllerIntegrationTest.setUp ( )  :  void
IntegrationObjectEditorContainerControllerIntegrationTest.tearDown ( )  :  void

integrationbackofficetest_bof.jar, IntegrationObjectEditorContainerControllerUnitTest.class
package de.hybris.platform.integrationbackoffice.widgets.modeling.controllers
IntegrationObjectEditorContainerControllerUnitTest.getWidgetController ( )  :  IntegrationObjectEditorContainerController
IntegrationObjectEditorContainerControllerUnitTest.getWidgetController ( )  :  Object
IntegrationObjectEditorContainerControllerUnitTest.IntegrationObjectEditorContainerControllerUnitTest ( )
IntegrationObjectEditorContainerControllerUnitTest.testLoadObject ( )  :  void

integrationbackofficetest_bof.jar, IntegrationObjectRootUtilsIntegrationTest.class
package de.hybris.platform.integrationbackoffice.widgets.editor.utility
IntegrationObjectRootUtilsIntegrationTest.getIntegrationObjectMultiBooleanRoot ( )  :  void
IntegrationObjectRootUtilsIntegrationTest.getIntegrationObjectNoBooleanRoot ( )  :  void
IntegrationObjectRootUtilsIntegrationTest.getIntegrationObjectSingleBooleanRoot ( )  :  void
IntegrationObjectRootUtilsIntegrationTest.getIntegrationObjectSingleBooleanRootCircularDep ( )  :  void
IntegrationObjectRootUtilsIntegrationTest.IntegrationObjectRootUtilsIntegrationTest ( )
IntegrationObjectRootUtilsIntegrationTest.tearDown ( )  :  void

integrationbackofficetest_bof.jar, IntegrationObjectSelectorControllerUnitTest.class
package de.hybris.platform.integrationbackoffice.widgets.modeling.controllers
IntegrationObjectSelectorControllerUnitTest.codeSavedInModelOnSelectEvent ( )  :  void
IntegrationObjectSelectorControllerUnitTest.comboboxBuilt ( )  :  void
IntegrationObjectSelectorControllerUnitTest.comboboxChangedOnSyncEvent ( )  :  void
IntegrationObjectSelectorControllerUnitTest.comboboxChangedWhenObjectCreatedGlobalEventAndEventContainsIntegrationObject ( )  :  void
IntegrationObjectSelectorControllerUnitTest.comboboxChangedWhenObjectDeletedGlobalEventAndEventContainsIntegrationObject ( )  :  void
IntegrationObjectSelectorControllerUnitTest.comboboxChangedWhenObjectUpdatedGlobalEventAndEventContainsIntegrationObject ( )  :  void
IntegrationObjectSelectorControllerUnitTest.comboboxInitializedWhenControllerInitialized ( )  :  void
IntegrationObjectSelectorControllerUnitTest.comboboxLoaded ( )  :  void
IntegrationObjectSelectorControllerUnitTest.comboboxUnchangedWhenObjectCreatedGlobalEventAndEventDoesNotContainIntegrationObject ( )  :  void
IntegrationObjectSelectorControllerUnitTest.comboboxUnchangedWhenObjectDeletedGlobalEventAndEventDoesNotContainIntegrationObject ( )  :  void
IntegrationObjectSelectorControllerUnitTest.comboboxUnchangedWhenObjectUpdatedGlobalEventAndEventDoesNotContainIntegrationObject ( )  :  void
IntegrationObjectSelectorControllerUnitTest.getWidgetController ( )  :  AbstractIntegrationSelectorController
IntegrationObjectSelectorControllerUnitTest.getWidgetController ( )  :  Object
IntegrationObjectSelectorControllerUnitTest.IntegrationObjectSelectorControllerUnitTest ( )
IntegrationObjectSelectorControllerUnitTest.noInteractionsWhenComboboxOnChangeAndNothingSelected ( )  :  void
IntegrationObjectSelectorControllerUnitTest.outputSentWhenComboboxOnChangeAndItemSelected ( )  :  void
IntegrationObjectSelectorControllerUnitTest.setup ( )  :  void

integrationbackofficetest_bof.jar, ItemTypeMatchModalControllerIntegrationTest.class
package de.hybris.platform.integrationbackoffice.widgets.modals.controllers
ItemTypeMatchModalControllerIntegrationTest.beanSetUp ( ) [static]  :  void
ItemTypeMatchModalControllerIntegrationTest.ItemTypeMatchModalControllerIntegrationTest ( )
ItemTypeMatchModalControllerIntegrationTest.setUp ( )  :  void
ItemTypeMatchModalControllerIntegrationTest.tearDown ( )  :  void
ItemTypeMatchModalControllerIntegrationTest.testGetChangedIntegrationObjectItems ( )  :  void

integrationbackofficetest_bof.jar, MetadataViewerControllerIntegrationTest.class
package de.hybris.platform.integrationbackoffice.widgets.modals.controllers
MetadataViewerControllerIntegrationTest.loadFileAsString ( String fileLocation ) [static]  :  String
MetadataViewerControllerIntegrationTest.MetadataViewerControllerIntegrationTest ( )
MetadataViewerControllerIntegrationTest.setUp ( )  :  void
MetadataViewerControllerIntegrationTest.tearDown ( )  :  void
MetadataViewerControllerIntegrationTest.testGenerateEndpointPath ( )  :  void

integrationbackofficetest_bof.jar, MetadataViewerControllerUnitTest.class
package de.hybris.platform.integrationbackoffice.widgets.modals.controllers
MetadataViewerControllerUnitTest.MetadataViewerControllerUnitTest ( )
MetadataViewerControllerUnitTest.testGenerateServicePath ( )  :  void

integrationbackofficetest_bof.jar, ModalUtilsTest.class
package de.hybris.platform.integrationbackoffice.widgets.modals.utility
ModalUtilsTest.ModalUtilsTest ( )
ModalUtilsTest.testIsAliasUniqueAliasMatch ( )  :  void
ModalUtilsTest.testIsAliasUniqueMatchClassAttrCode ( )  :  void
ModalUtilsTest.testIsAliasUniqueMatchClassAttrCode2 ( )  :  void
ModalUtilsTest.testIsAliasUniqueNoMatch ( )  :  void
ModalUtilsTest.testIsAliasUniqueQualifierMatch ( )  :  void
ModalUtilsTest.testIsAliasUniqueQualifierMatch2 ( )  :  void
ModalUtilsTest.testIsAliasUniqueQualifierMatch3 ( )  :  void
ModalUtilsTest.testIsClassificationAttributeCodeAlphaNumericName ( )  :  void
ModalUtilsTest.testServiceNameUniqueInvalid ( )  :  void
ModalUtilsTest.testServiceNameUniqueValid ( )  :  void
ModalUtilsTest.testServiceNameValidCorrect ( )  :  void
ModalUtilsTest.testServiceNameValidIncorrect ( )  :  void

integrationbackofficetest_bof.jar, NameSequenceNumberGeneratorIntegrationTest.class
package de.hybris.platform.integrationbackoffice.widgets.authentication.utility
NameSequenceNumberGeneratorIntegrationTest.checkListOfEndPointIDs ( )  :  void
NameSequenceNumberGeneratorIntegrationTest.checkListOfExposedDestinationIDs ( )  :  void
NameSequenceNumberGeneratorIntegrationTest.deleteRecords ( )  :  void
NameSequenceNumberGeneratorIntegrationTest.NameSequenceNumberGeneratorIntegrationTest ( )
NameSequenceNumberGeneratorIntegrationTest.setUp ( )  :  void

integrationbackofficetest_bof.jar, NetworkDataBuilderIntegrationTest.class
package de.hybris.platform.integrationbackoffice.widgets.modals.builders
NetworkDataBuilderIntegrationTest.createNetworkVerifyEdgesTest ( )  :  void
NetworkDataBuilderIntegrationTest.createNetworkVerifyNodesLabels ( )  :  void
NetworkDataBuilderIntegrationTest.createNetworkVerifyNodesTitles ( )  :  void
NetworkDataBuilderIntegrationTest.loadFile ( String fileLocation ) [static]  :  InputStream
NetworkDataBuilderIntegrationTest.NetworkDataBuilderIntegrationTest ( )
NetworkDataBuilderIntegrationTest.nodeMaxLength ( )  :  void
NetworkDataBuilderIntegrationTest.setupNetwork ( ) [static]  :  void

ldapserver.jar, AbstractEmbeddedLDAPTest.class
package de.hybris.platform.ldap.jalo
AbstractEmbeddedLDAPTest.AbstractEmbeddedLDAPTest ( )
AbstractEmbeddedLDAPTest.clearPartition ( )  :  void
AbstractEmbeddedLDAPTest.configureLdapData ( )  :  void
AbstractEmbeddedLDAPTest.configureLdapServer ( LdapServer ldapServer )  :  void
AbstractEmbeddedLDAPTest.configurePartition ( )  :  Partition
AbstractEmbeddedLDAPTest.createFirstSeverEntry ( Partition partition )  :  ServerEntry
AbstractEmbeddedLDAPTest.getLDAPHost ( )  :  String
AbstractEmbeddedLDAPTest.getLDAPPort ( )  :  int
AbstractEmbeddedLDAPTest.getTestPartition ( )  :  Partition
AbstractEmbeddedLDAPTest.isEmbeddedLdap ( )  :  boolean
AbstractEmbeddedLDAPTest.setUp ( )  :  void

ldapserver.jar, AbstractLDAPTest.class
package de.hybris.platform.ldap.jalo
AbstractLDAPTest.AbstractLDAPTest ( )
AbstractLDAPTest.addIndex ( Partition partition, String... attrs )  :  void
AbstractLDAPTest.configureLdapData ( )  :  void
AbstractLDAPTest.configureLdapServer ( LdapServer ldapServer )  :  void
AbstractLDAPTest.configurePartition ( ) [abstract]  :  Partition
AbstractLDAPTest.createPartition ( String partitionId, String partitionDn )  :  Partition
AbstractLDAPTest.doDelete ( File wkdir )  :  void
AbstractLDAPTest.getAuthenticationType ( )  :  String
AbstractLDAPTest.getLDAPCredenetial ( )  :  String
AbstractLDAPTest.getLDAPHost ( ) [abstract]  :  String
AbstractLDAPTest.getLDAPPassword ( )  :  String
AbstractLDAPTest.getLDAPPort ( ) [abstract]  :  int
AbstractLDAPTest.getWiredContext ( )  :  LdapContext
AbstractLDAPTest.getWiredContext ( String bindPrincipalDn, String password )  :  LdapContext
AbstractLDAPTest.getWorkingDirectory ( )  :  File
AbstractLDAPTest.importLdif ( InputStream inputStream )  :  void
AbstractLDAPTest.injectEntries ( String ldif )  :  void
AbstractLDAPTest.isDeleteLDAPServer ( )  :  boolean
AbstractLDAPTest.isEmbeddedLdap ( )  :  boolean
AbstractLDAPTest.loadLdif ( InputStream inputStream, boolean verifyEntries )  :  List<LdifEntry>
AbstractLDAPTest.loadTestLdif ( boolean verifyEntries )  :  List<LdifEntry>
AbstractLDAPTest.setContexts ( Hashtable<String,Object> env )  :  void
AbstractLDAPTest.setContexts ( String user, String passwd )  :  void
AbstractLDAPTest.setUp ( )  :  void
AbstractLDAPTest.tearDown ( )  :  void
AbstractLDAPTest.tearDownLogger ( ) [static]  :  void
AbstractLDAPTest.verify ( LdifEntry entry )  :  void

ldapserver.jar, AbstractRemoteLDAPTest.class
package de.hybris.platform.ldap.jalo
AbstractRemoteLDAPTest.AbstractRemoteLDAPTest ( )
AbstractRemoteLDAPTest.configureLdapData ( )  :  void
AbstractRemoteLDAPTest.configurePartition ( )  :  Partition
AbstractRemoteLDAPTest.getLDAPHost ( )  :  String
AbstractRemoteLDAPTest.getLDAPPort ( )  :  int
AbstractRemoteLDAPTest.isEmbeddedLdap ( )  :  boolean
AbstractRemoteLDAPTest.setUp ( )  :  void

ldapserver.jar, ApacheDSHybrisLoggerHierarchy.class
package de.hybris.platform.ldap.log
ApacheDSHybrisLoggerHierarchy.ApacheDSHybrisLoggerHierarchy ( Logger root )
ApacheDSHybrisLoggerHierarchy.getLogger ( String name )  :  Logger

ldapserver.jar, ApacheDSLog4JUtils.class
package de.hybris.platform.ldap.log
ApacheDSLog4JUtils.shutdown ( ) [static]  :  void
ApacheDSLog4JUtils.startup ( ) [static]  :  void

ldapserver.jar, BasePlatformLDAPTest.class
package de.hybris.platform.ldap.jalo
BasePlatformLDAPTest.BasePlatformLDAPTest ( )
BasePlatformLDAPTest.finish ( )  :  void
BasePlatformLDAPTest.init ( )  :  void

ldapserver.jar, ConvertLDIFTest.class
package de.hybris.platform.ldap.jalo.impl
ConvertLDIFTest.ConvertLDIFTest ( )
ConvertLDIFTest.getConfigurationFile ( )  :  String
ConvertLDIFTest.getExpectedResultFile ( )  :  String
ConvertLDIFTest.prepareEncodingType ( )  :  void
ConvertLDIFTest.testBase64FileParsing ( )  :  void
ConvertLDIFTest.testFileParsing ( )  :  void

ldapserver.jar, LDAPAuthorizationUserTest.class
package de.hybris.platform.ldap.jalo.impl
LDAPAuthorizationUserTest.LDAPAuthorizationUserTest ( )
LDAPAuthorizationUserTest.prepareLDAPConfiguration ( )  :  void
LDAPAuthorizationUserTest.restoreProperties ( )  :  void
LDAPAuthorizationUserTest.testLoginViaLdap ( )  :  void

ldapserver.jar, LdapTranslatorsTest.class
package de.hybris.platform.ldap.impex
LdapTranslatorsTest.activeDirectoryGroupCollectionTranslatorBaseImportTest ( )  :  void
LdapTranslatorsTest.extractUserGroupTranslatorBaseImportTest ( )  :  void
LdapTranslatorsTest.LdapTranslatorsTest ( )
LdapTranslatorsTest.setUp ( )  :  void

ldapserver.jar, LDIFGroupImportJobPerformableIntegrationTest.class
package de.hybris.platform.ldap.jobs
LDIFGroupImportJobPerformableIntegrationTest.LDIFGroupImportJobPerformableIntegrationTest ( )
LDIFGroupImportJobPerformableIntegrationTest.setUp ( )  :  void
LDIFGroupImportJobPerformableIntegrationTest.testImportUserModeFalseMembers ( )  :  void
LDIFGroupImportJobPerformableIntegrationTest.testImportUserModeFalseNoData ( )  :  void
LDIFGroupImportJobPerformableIntegrationTest.testImportUserModeFalseNoMembers ( )  :  void
LDIFGroupImportJobPerformableIntegrationTest.testImportUserModeTrueMembersQualifier ( )  :  void
LDIFGroupImportJobPerformableIntegrationTest.testImportUserModeTrueNoData ( )  :  void
LDIFGroupImportJobPerformableIntegrationTest.testImportUserModeTrueNoMemebers ( )  :  void
LDIFGroupImportJobPerformableIntegrationTest.testProperAttributesFilebased ( )  :  void

ldapserver.jar, LDIFImportJobPerformableIntegrationTest.class
package de.hybris.platform.ldap.jobs
LDIFImportJobPerformableIntegrationTest.LDIFImportJobPerformableIntegrationTest ( )
LDIFImportJobPerformableIntegrationTest.setUp ( )  :  void
LDIFImportJobPerformableIntegrationTest.testGenerateImpexFilebased ( )  :  void
LDIFImportJobPerformableIntegrationTest.testGenerateImpexQuerybased ( )  :  void
LDIFImportJobPerformableIntegrationTest.testNoDataImpexQuerybased ( )  :  void
LDIFImportJobPerformableIntegrationTest.testProperAttributesRead ( )  :  void

ldapserver.jar, LocalAuthorizationUserTest.class
package de.hybris.platform.ldap.jalo.impl
LocalAuthorizationUserTest.LocalAuthorizationUserTest ( )
LocalAuthorizationUserTest.prepareLDAPConfiguration ( )  :  void
LocalAuthorizationUserTest.restoreProperties ( )  :  void
LocalAuthorizationUserTest.testLoginLocally ( )  :  void

ldapserver.jar, LoginEmbeddedLDAPTest.class
package de.hybris.platform.ldap.jalo.impl
LoginEmbeddedLDAPTest.LoginEmbeddedLDAPTest ( )
LoginEmbeddedLDAPTest.testEmptyPasswordLogin ( )  :  void
LoginEmbeddedLDAPTest.testSimpleFetchAsNewCreated ( )  :  void
LoginEmbeddedLDAPTest.testSimpleIncorrectLogin ( )  :  void
LoginEmbeddedLDAPTest.testSimpleLogin ( )  :  void

ldapserver.jar, RemoteLDAPLoginCaseTest.class
package de.hybris.platform.ldap.jalo.impl
RemoteLDAPLoginCaseTest.getLDAPCredenetial ( )  :  String
RemoteLDAPLoginCaseTest.getLDAPPassword ( )  :  String
RemoteLDAPLoginCaseTest.RemoteLDAPLoginCaseTest ( )
RemoteLDAPLoginCaseTest.setContexts ( String user, String passwd )  :  void
RemoteLDAPLoginCaseTest.testSimpleFetchLogin ( )  :  void
RemoteLDAPLoginCaseTest.testSimpleIncorrectLogin ( )  :  void
RemoteLDAPLoginCaseTest.testSimpleLogin ( )  :  void

mediawebserver.jar, MediaFilterErrorHandlingTest.class
package de.hybris.platform.mediaweb
MediaFilterErrorHandlingTest.tearDown ( )  :  void

models.jar, AbstractAsFacetConfiguration.class
package de.hybris.platform.adaptivesearch.data
AbstractAsFacetConfiguration.getName ( )  :  Map<String,String>
AbstractAsFacetConfiguration.setName ( Map<String,String> name )  :  void

models.jar, AbstractAsFacetConfigurationModel.class
package de.hybris.platform.adaptivesearch.model
AbstractAsFacetConfigurationModel.getName ( )  :  String
AbstractAsFacetConfigurationModel.getName ( Locale loc )  :  String
AbstractAsFacetConfigurationModel.isCorrupted ( )  :  boolean
AbstractAsFacetConfigurationModel.setName ( String value )  :  void
AbstractAsFacetConfigurationModel.setName ( String value, Locale loc )  :  void

models.jar, AbstractAsFacetValueConfigurationModel.class
package de.hybris.platform.adaptivesearch.model
AbstractAsFacetValueConfigurationModel.isCorrupted ( )  :  boolean

models.jar, AbstractAsSortConfigurationModel.class
package de.hybris.platform.adaptivesearch.model
AbstractAsSortConfigurationModel.isCorrupted ( )  :  boolean

models.jar, AbstractCMSComponentModel.class
package de.hybris.platform.cms2.model.contents.components
AbstractCMSComponentModel.getChildren ( )  :  List<AbstractCMSComponentModel>
AbstractCMSComponentModel.getParents ( )  :  List<AbstractCMSComponentModel>
AbstractCMSComponentModel.setChildren ( List<AbstractCMSComponentModel> value )  :  void
AbstractCMSComponentModel.setParents ( List<AbstractCMSComponentModel> value )  :  void

models.jar, AbstractExpressionQueryDTO.class
package de.hybris.platform.searchprovidercssearchservices.search.data
AbstractExpressionQueryDTO.getLanguageId ( )  :  String
AbstractExpressionQueryDTO.getQualifierId ( )  :  String
AbstractExpressionQueryDTO.setLanguageId ( String languageId )  :  void
AbstractExpressionQueryDTO.setQualifierId ( String qualifierId )  :  void

models.jar, AsFacetRangeModel.class
package de.hybris.platform.adaptivesearch.model
AsFacetRangeModel.AsFacetRangeModel ( AbstractAsFacetConfigurationModel _facetConfiguration, String _id, String _uid, String _uniqueIdx ) *DEPRECATED*
AsFacetRangeModel.AsFacetRangeModel ( CatalogVersionModel _catalogVersion, AbstractAsFacetConfigurationModel _facetConfiguration, String _id, ItemModel _owner, String _uid, String _uniqueIdx ) *DEPRECATED*
AsFacetRangeModel.isCorrupted ( )  :  boolean

models.jar, AsSimpleSearchConfigurationModel.class
package de.hybris.platform.adaptivesearch.model
AsSimpleSearchConfigurationModel.isCorrupted ( )  :  boolean

models.jar, AsSortExpressionModel.class
package de.hybris.platform.adaptivesearch.model
AsSortExpressionModel.isCorrupted ( )  :  boolean

models.jar, AuthenticationType.class
package de.hybris.platform.integrationservices.enums
AuthenticationType.getCode ( )  :  String
AuthenticationType.getType ( )  :  String
AuthenticationType.valueOf ( String p1 ) [static]  :  AuthenticationType
AuthenticationType.values ( ) [static]  :  AuthenticationType[ ]

models.jar, CachedPromotionResultModel.class
package de.hybris.platform.promotions.model
CachedPromotionResultModel.CachedPromotionResultModel ( AbstractOrderModel _order ) *DEPRECATED*
CachedPromotionResultModel.CachedPromotionResultModel ( AbstractOrderModel _order, ItemModel _owner ) *DEPRECATED*

models.jar, CatalogData.class
package de.hybris.platform.cmsfacades.data
CatalogData.getParents ( )  :  List<CatalogHierarchyData>
CatalogData.getSites ( )  :  List<SiteData>
CatalogData.setParents ( List<CatalogHierarchyData> parents )  :  void
CatalogData.setSites ( List<SiteData> sites )  :  void

models.jar, CatalogHierarchyData.class
package de.hybris.platform.cmsfacades.data
CatalogHierarchyData.CatalogHierarchyData ( )
CatalogHierarchyData.getCatalogId ( )  :  String
CatalogHierarchyData.getCatalogName ( )  :  Map<String,String>
CatalogHierarchyData.getSites ( )  :  List<SiteData>
CatalogHierarchyData.getVersions ( )  :  List<CatalogVersionData>
CatalogHierarchyData.setCatalogId ( String catalogId )  :  void
CatalogHierarchyData.setCatalogName ( Map<String,String> catalogName )  :  void
CatalogHierarchyData.setSites ( List<SiteData> sites )  :  void
CatalogHierarchyData.setVersions ( List<CatalogVersionData> versions )  :  void

models.jar, CatalogHierarchyWsDTO.class
package de.hybris.platform.cmssmarteditwebservices.dto
CatalogHierarchyWsDTO.CatalogHierarchyWsDTO ( )
CatalogHierarchyWsDTO.getCatalogId ( )  :  String
CatalogHierarchyWsDTO.getCatalogName ( )  :  Map<String,String>
CatalogHierarchyWsDTO.getSites ( )  :  List<SiteWsDTO>
CatalogHierarchyWsDTO.getVersions ( )  :  List<CatalogVersionWsDTO>
CatalogHierarchyWsDTO.setCatalogId ( String catalogId )  :  void
CatalogHierarchyWsDTO.setCatalogName ( Map<String,String> catalogName )  :  void
CatalogHierarchyWsDTO.setSites ( List<SiteWsDTO> sites )  :  void
CatalogHierarchyWsDTO.setVersions ( List<CatalogVersionWsDTO> versions )  :  void

models.jar, CatalogWsDTO.class
package de.hybris.platform.cmssmarteditwebservices.dto
CatalogWsDTO.getParents ( )  :  List<CatalogHierarchyWsDTO>
CatalogWsDTO.getSites ( )  :  List<SiteWsDTO>
CatalogWsDTO.setParents ( List<CatalogHierarchyWsDTO> parents )  :  void
CatalogWsDTO.setSites ( List<SiteWsDTO> sites )  :  void

models.jar, CloneAction.class
package de.hybris.platform.cms2.enums
CloneAction.valueOf ( String p1 ) [static]  :  CloneAction
CloneAction.values ( ) [static]  :  CloneAction[ ]

models.jar, CMSItemSearchData.class
package de.hybris.platform.cmsfacades.data
CMSItemSearchData.getFields ( )  :  String
CMSItemSearchData.setFields ( String fields )  :  void

models.jar, CMSItemSearchWsDTO.class
package de.hybris.platform.cmswebservices.dto
CMSItemSearchWsDTO.getFields ( )  :  String
CMSItemSearchWsDTO.setFields ( String fields )  :  void

models.jar, CMSItemTypeAttributeFilterConfigModel.class
package de.hybris.platform.cmsfacades.model
CMSItemTypeAttributeFilterConfigModel.CMSItemTypeAttributeFilterConfigModel ( )
CMSItemTypeAttributeFilterConfigModel.CMSItemTypeAttributeFilterConfigModel ( ItemModelContext ctx )
CMSItemTypeAttributeFilterConfigModel.CMSItemTypeAttributeFilterConfigModel ( String _attributes, String _mode, ItemModel _owner, String _typeCode ) *DEPRECATED*
CMSItemTypeAttributeFilterConfigModel.CMSItemTypeAttributeFilterConfigModel ( String _attributes, String _mode, String _typeCode ) *DEPRECATED*
CMSItemTypeAttributeFilterConfigModel.getAttributes ( )  :  String
CMSItemTypeAttributeFilterConfigModel.getMode ( )  :  String
CMSItemTypeAttributeFilterConfigModel.getTypeCode ( )  :  String
CMSItemTypeAttributeFilterConfigModel.setAttributes ( String value )  :  void
CMSItemTypeAttributeFilterConfigModel.setMode ( String value )  :  void
CMSItemTypeAttributeFilterConfigModel.setTypeCode ( String value )  :  void

models.jar, CMSItemUuidListWsDTO.class
package de.hybris.platform.cmswebservices.dto
CMSItemUuidListWsDTO.getFields ( )  :  String
CMSItemUuidListWsDTO.setFields ( String fields )  :  void

models.jar, CMSSiteModel.class
package de.hybris.platform.cms2.model.site
CMSSiteModel.getDefaultContentCatalog ( )  :  ContentCatalogModel
CMSSiteModel.setDefaultContentCatalog ( ContentCatalogModel value )  :  void

models.jar, CommentWsDTO.class
package de.hybris.platform.commercewebservicescommons.dto.comments
CommentWsDTO.CommentWsDTO ( )
CommentWsDTO.getAuthor ( )  :  PrincipalWsDTO
CommentWsDTO.getCreationDate ( )  :  Date
CommentWsDTO.getFromCustomer ( )  :  Boolean
CommentWsDTO.getText ( )  :  String
CommentWsDTO.setAuthor ( PrincipalWsDTO author )  :  void
CommentWsDTO.setCreationDate ( Date creationDate )  :  void
CommentWsDTO.setFromCustomer ( Boolean fromCustomer )  :  void
CommentWsDTO.setText ( String text )  :  void

models.jar, ConfigurationBundleEntity.class
package de.hybris.platform.odata2services.dto
ConfigurationBundleEntity.ConfigurationBundleEntity ( )
ConfigurationBundleEntity.getIntegrationObjectBundles ( )  :  Set<IntegrationObjectBundleEntity>
ConfigurationBundleEntity.setIntegrationObjectBundles ( Set<IntegrationObjectBundleEntity> integrationObjectBundles )  :  void

models.jar, CreateCommentWsDTO.class
package de.hybris.platform.commercewebservicescommons.dto.comments
CreateCommentWsDTO.CreateCommentWsDTO ( )
CreateCommentWsDTO.getText ( )  :  String
CreateCommentWsDTO.setText ( String text )  :  void

models.jar, EventConfigurationModel.class
package de.hybris.platform.apiregistryservices.model.events
EventConfigurationModel.getFilterLocation ( )  :  String
EventConfigurationModel.setFilterLocation ( String value )  :  void

models.jar, ExceptionMessageFormatterType.class
package de.hybris.platform.webservicescommons.resolver
ExceptionMessageFormatterType.valueOf ( String p1 ) [static]  :  ExceptionMessageFormatterType
ExceptionMessageFormatterType.values ( ) [static]  :  ExceptionMessageFormatterType[ ]

models.jar, ExistsQueryDTO.class
package de.hybris.platform.searchprovidercssearchservices.search.data
ExistsQueryDTO.ExistsQueryDTO ( )

models.jar, ExportEntity.class
package de.hybris.platform.odata2services.dto
ExportEntity.equals ( Object o )  :  boolean
ExportEntity.ExportEntity ( )
ExportEntity.getRequestBodies ( )  :  Set<String>
ExportEntity.getRequestUrl ( )  :  String
ExportEntity.hashCode ( )  :  int
ExportEntity.setRequestBodies ( Set<String> requestBodies )  :  void
ExportEntity.setRequestUrl ( String requestUrl )  :  void

models.jar, ExposedDestinationModel.class
package de.hybris.platform.apiregistryservices.model
ExposedDestinationModel.getInboundChannelConfiguration ( )  :  InboundChannelConfigurationModel
ExposedDestinationModel.setInboundChannelConfiguration ( InboundChannelConfigurationModel value )  :  void

models.jar, InboundChannelConfigurationModel.class
package de.hybris.platform.integrationservices.model
InboundChannelConfigurationModel.getAuthenticationType ( )  :  AuthenticationType
InboundChannelConfigurationModel.getExposedDestinations ( )  :  List<ExposedDestinationModel>
InboundChannelConfigurationModel.getIntegrationObject ( )  :  IntegrationObjectModel
InboundChannelConfigurationModel.InboundChannelConfigurationModel ( )
InboundChannelConfigurationModel.InboundChannelConfigurationModel ( IntegrationObjectModel _integrationObject ) *DEPRECATED*
InboundChannelConfigurationModel.InboundChannelConfigurationModel ( IntegrationObjectModel _integrationObject, ItemModel _owner ) *DEPRECATED*
InboundChannelConfigurationModel.InboundChannelConfigurationModel ( ItemModelContext ctx )
InboundChannelConfigurationModel.setAuthenticationType ( AuthenticationType value )  :  void
InboundChannelConfigurationModel.setExposedDestinations ( List<ExposedDestinationModel> value )  :  void
InboundChannelConfigurationModel.setIntegrationObject ( IntegrationObjectModel value )  :  void

models.jar, IntegrationObjectBundleEntity.class
package de.hybris.platform.odata2services.dto
IntegrationObjectBundleEntity.equals ( Object o )  :  boolean
IntegrationObjectBundleEntity.getIntegrationObjectCode ( )  :  String
IntegrationObjectBundleEntity.getRootItemInstancePks ( )  :  Set<String>
IntegrationObjectBundleEntity.hashCode ( )  :  int
IntegrationObjectBundleEntity.IntegrationObjectBundleEntity ( )
IntegrationObjectBundleEntity.setIntegrationObjectCode ( String integrationObjectCode )  :  void
IntegrationObjectBundleEntity.setRootItemInstancePks ( Set<String> rootItemInstancePks )  :  void

models.jar, MonitoredRequestModel.class
package de.hybris.platform.integrationservices.model
MonitoredRequestModel.getHttpMethod ( )  :  HttpMethod
MonitoredRequestModel.MonitoredRequestModel ( HttpMethod _httpMethod, ItemModel _owner, String _sapPassport, IntegrationRequestStatus _status, String _type, UserModel _user ) *DEPRECATED*
MonitoredRequestModel.setHttpMethod ( HttpMethod value )  :  void

models.jar, OrderEntryWsDTO.class
package de.hybris.platform.commercewebservicescommons.dto.order
OrderEntryWsDTO.getComments ( )  :  List<CommentWsDTO>
OrderEntryWsDTO.setComments ( List<CommentWsDTO> comments )  :  void

models.jar, OutboundChannelConfigurationModel.class
package de.hybris.platform.outboundsync.model
OutboundChannelConfigurationModel.getSynchronizeDelete ( )  :  Boolean
OutboundChannelConfigurationModel.setSynchronizeDelete ( Boolean value )  :  void

models.jar, OutboundRequestModel.class
package de.hybris.platform.outboundservices.model
OutboundRequestModel.OutboundRequestModel ( String _destination, HttpMethod _httpMethod, ItemModel _owner, String _sapPassport, IntegrationRequestStatus _status, String _type, UserModel _user ) *DEPRECATED*

models.jar, PermissionsPrincipalWsDTO.class
package de.hybris.platform.permissionswebservices.dto
PermissionsPrincipalWsDTO.getPrincipalUid ( )  :  String
PermissionsPrincipalWsDTO.PermissionsPrincipalWsDTO ( )
PermissionsPrincipalWsDTO.setPrincipalUid ( String principalUid )  :  void

models.jar, PermissionValuesData.class
package de.hybris.platform.permissionsfacades.data
PermissionValuesData.getChange ( )  :  Boolean
PermissionValuesData.getChangerights ( )  :  Boolean
PermissionValuesData.getCreate ( )  :  Boolean
PermissionValuesData.getRead ( )  :  Boolean
PermissionValuesData.getRemove ( )  :  Boolean
PermissionValuesData.PermissionValuesData ( )
PermissionValuesData.setChange ( Boolean change )  :  void
PermissionValuesData.setChangerights ( Boolean changerights )  :  void
PermissionValuesData.setCreate ( Boolean create )  :  void
PermissionValuesData.setRead ( Boolean read )  :  void
PermissionValuesData.setRemove ( Boolean remove )  :  void

models.jar, PermissionValuesWsDTO.class
package de.hybris.platform.permissionswebservices.dto
PermissionValuesWsDTO.getChange ( )  :  Boolean
PermissionValuesWsDTO.getChangerights ( )  :  Boolean
PermissionValuesWsDTO.getCreate ( )  :  Boolean
PermissionValuesWsDTO.getRead ( )  :  Boolean
PermissionValuesWsDTO.getRemove ( )  :  Boolean
PermissionValuesWsDTO.PermissionValuesWsDTO ( )
PermissionValuesWsDTO.setChange ( Boolean change )  :  void
PermissionValuesWsDTO.setChangerights ( Boolean changerights )  :  void
PermissionValuesWsDTO.setCreate ( Boolean create )  :  void
PermissionValuesWsDTO.setRead ( Boolean read )  :  void
PermissionValuesWsDTO.setRemove ( Boolean remove )  :  void

models.jar, PreviewDataModel.class
package de.hybris.platform.cms2.model.preview
PreviewDataModel.getPreviewContentCatalogVersion ( )  :  CatalogVersionModel
PreviewDataModel.setPreviewContentCatalogVersion ( CatalogVersionModel value )  :  void

models.jar, PromotionResultModel.class
package de.hybris.platform.promotions.model
PromotionResultModel.PromotionResultModel ( AbstractOrderModel _order ) *DEPRECATED*
PromotionResultModel.PromotionResultModel ( AbstractOrderModel _order, ItemModel _owner ) *DEPRECATED*

models.jar, QuoteActionWsDTO.class
package de.hybris.platform.commercewebservicescommons.dto.quote
QuoteActionWsDTO.getAction ( )  :  String
QuoteActionWsDTO.QuoteActionWsDTO ( )
QuoteActionWsDTO.setAction ( String action )  :  void

models.jar, QuoteDiscountWsDTO.class
package de.hybris.platform.commercewebservicescommons.dto.quote
QuoteDiscountWsDTO.getDiscountRate ( )  :  Double
QuoteDiscountWsDTO.getDiscountType ( )  :  String
QuoteDiscountWsDTO.QuoteDiscountWsDTO ( )
QuoteDiscountWsDTO.setDiscountRate ( Double discountRate )  :  void
QuoteDiscountWsDTO.setDiscountType ( String discountType )  :  void

models.jar, QuoteListData.class
package de.hybris.platform.commercefacades.quote.data
QuoteListData.getPagination ( )  :  PaginationData
QuoteListData.getQuotes ( )  :  List<QuoteData>
QuoteListData.getSorts ( )  :  List<SortData>
QuoteListData.QuoteListData ( )
QuoteListData.setPagination ( PaginationData pagination )  :  void
QuoteListData.setQuotes ( List<QuoteData> quotes )  :  void
QuoteListData.setSorts ( List<SortData> sorts )  :  void

models.jar, QuoteListWsDTO.class
package de.hybris.platform.commercewebservicescommons.dto.quote
QuoteListWsDTO.getPagination ( )  :  PaginationWsDTO
QuoteListWsDTO.getQuotes ( )  :  List<QuoteWsDTO>
QuoteListWsDTO.QuoteListWsDTO ( )
QuoteListWsDTO.setPagination ( PaginationWsDTO pagination )  :  void
QuoteListWsDTO.setQuotes ( List<QuoteWsDTO> quotes )  :  void

models.jar, QuoteMetadataWsDTO.class
package de.hybris.platform.commercewebservicescommons.dto.quote
QuoteMetadataWsDTO.getDescription ( )  :  String
QuoteMetadataWsDTO.getExpirationTime ( )  :  Date
QuoteMetadataWsDTO.getName ( )  :  String
QuoteMetadataWsDTO.QuoteMetadataWsDTO ( )
QuoteMetadataWsDTO.setDescription ( String description )  :  void
QuoteMetadataWsDTO.setExpirationTime ( Date expirationTime )  :  void
QuoteMetadataWsDTO.setName ( String name )  :  void

models.jar, QuoteStarterWsDTO.class
package de.hybris.platform.commercewebservicescommons.dto.quote
QuoteStarterWsDTO.getCartId ( )  :  String
QuoteStarterWsDTO.getQuoteCode ( )  :  String
QuoteStarterWsDTO.QuoteStarterWsDTO ( )
QuoteStarterWsDTO.setCartId ( String cartId )  :  void
QuoteStarterWsDTO.setQuoteCode ( String quoteCode )  :  void

models.jar, QuoteWsDTO.class
package de.hybris.platform.commercewebservicescommons.dto.quote
QuoteWsDTO.getAllowedActions ( )  :  List<String>
QuoteWsDTO.getCartId ( )  :  String
QuoteWsDTO.getCode ( )  :  String
QuoteWsDTO.getComments ( )  :  List<CommentWsDTO>
QuoteWsDTO.getCreationTime ( )  :  Date
QuoteWsDTO.getDescription ( )  :  String
QuoteWsDTO.getEntries ( )  :  List<OrderEntryWsDTO>
QuoteWsDTO.getExpirationTime ( )  :  Date
QuoteWsDTO.getName ( )  :  String
QuoteWsDTO.getOrderDiscounts ( )  :  PriceWsDTO
QuoteWsDTO.getPreviousEstimatedTotal ( )  :  PriceWsDTO
QuoteWsDTO.getProductDiscounts ( )  :  PriceWsDTO
QuoteWsDTO.getQuoteDiscounts ( )  :  PriceWsDTO
QuoteWsDTO.getState ( )  :  String
QuoteWsDTO.getSubTotalWithDiscounts ( )  :  PriceWsDTO
QuoteWsDTO.getThreshold ( )  :  Double
QuoteWsDTO.getTotalItems ( )  :  Integer
QuoteWsDTO.getTotalPrice ( )  :  PriceWsDTO
QuoteWsDTO.getTotalPriceWithTax ( )  :  PriceWsDTO
QuoteWsDTO.getUpdatedTime ( )  :  Date
QuoteWsDTO.getVersion ( )  :  Integer
QuoteWsDTO.QuoteWsDTO ( )
QuoteWsDTO.setAllowedActions ( List<String> allowedActions )  :  void
QuoteWsDTO.setCartId ( String cartId )  :  void
QuoteWsDTO.setCode ( String code )  :  void
QuoteWsDTO.setComments ( List<CommentWsDTO> comments )  :  void
QuoteWsDTO.setCreationTime ( Date creationTime )  :  void
QuoteWsDTO.setDescription ( String description )  :  void
QuoteWsDTO.setEntries ( List<OrderEntryWsDTO> entries )  :  void
QuoteWsDTO.setExpirationTime ( Date expirationTime )  :  void
QuoteWsDTO.setName ( String name )  :  void
QuoteWsDTO.setOrderDiscounts ( PriceWsDTO orderDiscounts )  :  void
QuoteWsDTO.setPreviousEstimatedTotal ( PriceWsDTO previousEstimatedTotal )  :  void
QuoteWsDTO.setProductDiscounts ( PriceWsDTO productDiscounts )  :  void
QuoteWsDTO.setQuoteDiscounts ( PriceWsDTO quoteDiscounts )  :  void
QuoteWsDTO.setState ( String state )  :  void
QuoteWsDTO.setSubTotalWithDiscounts ( PriceWsDTO subTotalWithDiscounts )  :  void
QuoteWsDTO.setThreshold ( Double threshold )  :  void
QuoteWsDTO.setTotalItems ( Integer totalItems )  :  void
QuoteWsDTO.setTotalPrice ( PriceWsDTO totalPrice )  :  void
QuoteWsDTO.setTotalPriceWithTax ( PriceWsDTO totalPriceWithTax )  :  void
QuoteWsDTO.setUpdatedTime ( Date updatedTime )  :  void
QuoteWsDTO.setVersion ( Integer version )  :  void

models.jar, SiteWsDTO.class
package de.hybris.platform.cmssmarteditwebservices.dto
SiteWsDTO.getName ( )  :  Map<String,String>
SiteWsDTO.getUid ( )  :  String
SiteWsDTO.setName ( Map<String,String> name )  :  void
SiteWsDTO.setUid ( String uid )  :  void
SiteWsDTO.SiteWsDTO ( )

models.jar, SnExportConfiguration.class
package de.hybris.platform.searchservices.spi.data
SnExportConfiguration.equals ( Object o )  :  boolean
SnExportConfiguration.getIndexConfiguration ( )  :  SnIndexConfiguration
SnExportConfiguration.getIndexTypes ( )  :  List<SnIndexType>
SnExportConfiguration.getSynonymDictionaries ( )  :  List<SnSynonymDictionary>
SnExportConfiguration.hashCode ( )  :  int
SnExportConfiguration.setIndexConfiguration ( SnIndexConfiguration indexConfiguration )  :  void
SnExportConfiguration.setIndexTypes ( List<SnIndexType> indexTypes )  :  void
SnExportConfiguration.setSynonymDictionaries ( List<SnSynonymDictionary> synonymDictionaries )  :  void
SnExportConfiguration.SnExportConfiguration ( )

models.jar, TicketAssociatedObjectListWsDTO.class
package de.hybris.platform.customerticketingocc.dto.ticket
TicketAssociatedObjectListWsDTO.getTicketAssociatedObjects ( )  :  List<TicketAssociatedObjectWsDTO>
TicketAssociatedObjectListWsDTO.setTicketAssociatedObjects ( List<TicketAssociatedObjectWsDTO> ticketAssociatedObjects )  :  void
TicketAssociatedObjectListWsDTO.TicketAssociatedObjectListWsDTO ( )

models.jar, TicketAssociatedObjectWsDTO.class
package de.hybris.platform.customerticketingocc.dto.ticket
TicketAssociatedObjectWsDTO.getCode ( )  :  String
TicketAssociatedObjectWsDTO.getModifiedAt ( )  :  Date
TicketAssociatedObjectWsDTO.getType ( )  :  String
TicketAssociatedObjectWsDTO.setCode ( String code )  :  void
TicketAssociatedObjectWsDTO.setModifiedAt ( Date modifiedAt )  :  void
TicketAssociatedObjectWsDTO.setType ( String type )  :  void
TicketAssociatedObjectWsDTO.TicketAssociatedObjectWsDTO ( )

models.jar, TicketCategoryListWsDTO.class
package de.hybris.platform.customerticketingocc.dto.ticket
TicketCategoryListWsDTO.getTicketCategories ( )  :  List<TicketCategoryWsDTO>
TicketCategoryListWsDTO.setTicketCategories ( List<TicketCategoryWsDTO> ticketCategories )  :  void
TicketCategoryListWsDTO.TicketCategoryListWsDTO ( )

models.jar, TicketCategoryWsDTO.class
package de.hybris.platform.customerticketingocc.dto.ticket
TicketCategoryWsDTO.getId ( )  :  String
TicketCategoryWsDTO.getName ( )  :  String
TicketCategoryWsDTO.setId ( String id )  :  void
TicketCategoryWsDTO.setName ( String name )  :  void
TicketCategoryWsDTO.TicketCategoryWsDTO ( )

models.jar, TicketEventWsDTO.class
package de.hybris.platform.customerticketingocc.dto.ticket
TicketEventWsDTO.getAddedByAgent ( )  :  Boolean
TicketEventWsDTO.getAuthor ( )  :  String
TicketEventWsDTO.getCreatedAt ( )  :  Date
TicketEventWsDTO.getMessage ( )  :  String
TicketEventWsDTO.getToStatus ( )  :  TicketStatusWsDTO
TicketEventWsDTO.setAddedByAgent ( Boolean addedByAgent )  :  void
TicketEventWsDTO.setAuthor ( String author )  :  void
TicketEventWsDTO.setCreatedAt ( Date createdAt )  :  void
TicketEventWsDTO.setMessage ( String message )  :  void
TicketEventWsDTO.setToStatus ( TicketStatusWsDTO toStatus )  :  void
TicketEventWsDTO.TicketEventWsDTO ( )

models.jar, TicketListWsDTO.class
package de.hybris.platform.customerticketingocc.dto.ticket
TicketListWsDTO.getPagination ( )  :  PaginationWsDTO
TicketListWsDTO.getSorts ( )  :  List<SortWsDTO>
TicketListWsDTO.getTickets ( )  :  List<TicketWsDTO>
TicketListWsDTO.setPagination ( PaginationWsDTO pagination )  :  void
TicketListWsDTO.setSorts ( List<SortWsDTO> sorts )  :  void
TicketListWsDTO.setTickets ( List<TicketWsDTO> tickets )  :  void
TicketListWsDTO.TicketListWsDTO ( )

models.jar, TicketStarterWsDTO.class
package de.hybris.platform.customerticketingocc.dto.ticket
TicketStarterWsDTO.getAssociatedTo ( )  :  TicketAssociatedObjectWsDTO
TicketStarterWsDTO.getMessage ( )  :  String
TicketStarterWsDTO.getSubject ( )  :  String
TicketStarterWsDTO.getTicketCategory ( )  :  TicketCategoryWsDTO
TicketStarterWsDTO.setAssociatedTo ( TicketAssociatedObjectWsDTO associatedTo )  :  void
TicketStarterWsDTO.setMessage ( String message )  :  void
TicketStarterWsDTO.setSubject ( String subject )  :  void
TicketStarterWsDTO.setTicketCategory ( TicketCategoryWsDTO ticketCategory )  :  void
TicketStarterWsDTO.TicketStarterWsDTO ( )

models.jar, TicketStatusWsDTO.class
package de.hybris.platform.customerticketingocc.dto.ticket
TicketStatusWsDTO.getId ( )  :  String
TicketStatusWsDTO.getName ( )  :  String
TicketStatusWsDTO.setId ( String id )  :  void
TicketStatusWsDTO.setName ( String name )  :  void
TicketStatusWsDTO.TicketStatusWsDTO ( )

models.jar, TicketWsDTO.class
package de.hybris.platform.customerticketingocc.dto.ticket
TicketWsDTO.getAssociatedTo ( )  :  TicketAssociatedObjectWsDTO
TicketWsDTO.getAvailableStatusTransitions ( )  :  List<TicketStatusWsDTO>
TicketWsDTO.getCreatedAt ( )  :  Date
TicketWsDTO.getCustomerId ( )  :  String
TicketWsDTO.getId ( )  :  String
TicketWsDTO.getModifiedAt ( )  :  Date
TicketWsDTO.getStatus ( )  :  TicketStatusWsDTO
TicketWsDTO.getSubject ( )  :  String
TicketWsDTO.getTicketCategory ( )  :  TicketCategoryWsDTO
TicketWsDTO.getTicketEvents ( )  :  List<TicketEventWsDTO>
TicketWsDTO.setAssociatedTo ( TicketAssociatedObjectWsDTO associatedTo )  :  void
TicketWsDTO.setAvailableStatusTransitions ( List<TicketStatusWsDTO> availableStatusTransitions )  :  void
TicketWsDTO.setCreatedAt ( Date createdAt )  :  void
TicketWsDTO.setCustomerId ( String customerId )  :  void
TicketWsDTO.setId ( String id )  :  void
TicketWsDTO.setModifiedAt ( Date modifiedAt )  :  void
TicketWsDTO.setStatus ( TicketStatusWsDTO status )  :  void
TicketWsDTO.setSubject ( String subject )  :  void
TicketWsDTO.setTicketCategory ( TicketCategoryWsDTO ticketCategory )  :  void
TicketWsDTO.setTicketEvents ( List<TicketEventWsDTO> ticketEvents )  :  void
TicketWsDTO.TicketWsDTO ( )

models.jar, TypePermissionsData.class
package de.hybris.platform.permissionsfacades.data
TypePermissionsData.getPermissions ( )  :  PermissionValuesData
TypePermissionsData.getType ( )  :  String
TypePermissionsData.setPermissions ( PermissionValuesData permissions )  :  void
TypePermissionsData.setType ( String type )  :  void
TypePermissionsData.TypePermissionsData ( )

models.jar, TypePermissionsDataList.class
package de.hybris.platform.permissionsfacades.data
TypePermissionsDataList.getPermissionsList ( )  :  List<TypePermissionsData>
TypePermissionsDataList.getPrincipalUid ( )  :  String
TypePermissionsDataList.setPermissionsList ( List<TypePermissionsData> permissionsList )  :  void
TypePermissionsDataList.setPrincipalUid ( String principalUid )  :  void
TypePermissionsDataList.TypePermissionsDataList ( )

models.jar, TypePermissionsListWsDTO.class
package de.hybris.platform.permissionswebservices.dto
TypePermissionsListWsDTO.getPermissionsList ( )  :  List<TypePermissionsWsDTO>
TypePermissionsListWsDTO.getPrincipalUid ( )  :  String
TypePermissionsListWsDTO.setPermissionsList ( List<TypePermissionsWsDTO> permissionsList )  :  void
TypePermissionsListWsDTO.setPrincipalUid ( String principalUid )  :  void
TypePermissionsListWsDTO.TypePermissionsListWsDTO ( )

models.jar, TypePermissionsWsDTO.class
package de.hybris.platform.permissionswebservices.dto
TypePermissionsWsDTO.getPermissions ( )  :  PermissionValuesWsDTO
TypePermissionsWsDTO.getType ( )  :  String
TypePermissionsWsDTO.setPermissions ( PermissionValuesWsDTO permissions )  :  void
TypePermissionsWsDTO.setType ( String type )  :  void
TypePermissionsWsDTO.TypePermissionsWsDTO ( )

models.jar, UserModel.class
package de.hybris.platform.core.model.user
UserModel.getCollectionPks ( )  :  Collection<BackofficeObjectSpecialCollectionModel>
UserModel.getRandomToken ( )  :  String
UserModel.setCollectionPks ( Collection<BackofficeObjectSpecialCollectionModel> value )  :  void
UserModel.setRandomToken ( String value )  :  void

pcmbackofficeserver.jar, ShortcutsService.class
package de.hybris.platform.pcmbackoffice.services
ShortcutsService.collectionContainsItem ( ProductModel product, BackofficeObjectSpecialCollectionModel collectionModel )  :  boolean
ShortcutsService.deleteProductFromCollectionlist ( ProductModel product, BackofficeObjectSpecialCollectionModel collectionModel )  :  void
ShortcutsService.getAllCollectionList ( BackofficeObjectSpecialCollectionModel collectionModel )  :  List<PK>
ShortcutsService.getGenericSearchService ( )  :  GenericSearchService
ShortcutsService.getModelService ( )  :  ModelService
ShortcutsService.getTypeService ( )  :  TypeService
ShortcutsService.getUserService ( )  :  UserService
ShortcutsService.initCollection ( String collectionCode )  :  BackofficeObjectSpecialCollectionModel
ShortcutsService.insertProductToCollectionlist ( ProductModel product, BackofficeObjectSpecialCollectionModel collectionModel )  :  void
ShortcutsService.setGenericSearchService ( GenericSearchService genericSearchService )  :  void
ShortcutsService.setModelService ( ModelService modelService )  :  void
ShortcutsService.setTypeService ( TypeService typeService )  :  void
ShortcutsService.setUserService ( UserService userService )  :  void
ShortcutsService.ShortcutsService ( )

pcmbackofficeserver.jar, ShortcutsServiceTest.class
package de.hybris.platform.pcmbackoffice.services
ShortcutsServiceTest.ShortcutsServiceTest ( )
ShortcutsServiceTest.shouldDeleteNotExistReferenceAndReturnPKListWhenGetAllCollectionList ( )  :  void
ShortcutsServiceTest.shouldReturnCollectionModelWhenGetCollectionIsNull ( )  :  void
ShortcutsServiceTest.shouldReturnCollectionModelWhenGetCollectionNotNull ( )  :  void
ShortcutsServiceTest.shouldReturnFalseWhenCollectionNotContainsItem ( )  :  void
ShortcutsServiceTest.shouldReturnNullWhenGetAllCollectionList ( )  :  void
ShortcutsServiceTest.shouldReturnPKListWhenGetAllCollectionList ( )  :  void
ShortcutsServiceTest.shouldReturnTrueWhenCollectionContainsItem ( )  :  void
ShortcutsServiceTest.verifyDeleteProductFromCollectionlist ( )  :  void
ShortcutsServiceTest.verifyInsertProductToCollectionlist ( )  :  void

permissionsfacadesserver.jar, __spock_feature_0_2_closure4.class
package de.hybris.platform.permissionsfacades.strategy.impl
DefaultApplyPermissionsStrategyTest.__spock_feature_0_2_closure4.DefaultApplyPermissionsStrategyTest.__spock_feature_0_2_closure4 ( Object _outerInstance, Object _thisObject, Reference validationException )
DefaultApplyPermissionsStrategyTest.__spock_feature_0_2_closure4.doCall ( )  :  Object
DefaultApplyPermissionsStrategyTest.__spock_feature_0_2_closure4.doCall ( Object it )  :  Object
DefaultApplyPermissionsStrategyTest.__spock_feature_0_2_closure4.getValidationException ( )  :  Object

permissionsfacadesserver.jar, __spock_feature_0_3_closure1.class
package de.hybris.platform.permissionsfacades.validation.strategy.impl
TypeExistValidationStrategyTest.__spock_feature_0_3_closure1.doCall ( )  :  Object
TypeExistValidationStrategyTest.__spock_feature_0_3_closure1.doCall ( Object it )  :  Object
TypeExistValidationStrategyTest.__spock_feature_0_3_closure1.TypeExistValidationStrategyTest.__spock_feature_0_3_closure1 ( Object _outerInstance, Object _thisObject )

permissionsfacadesserver.jar, __spock_feature_0_3_closure5.class
package de.hybris.platform.permissionsfacades.strategy.impl
DefaultApplyPermissionsStrategyTest.__spock_feature_0_3_closure5.DefaultApplyPermissionsStrategyTest.__spock_feature_0_3_closure5 ( Object _outerInstance, Object _thisObject )
DefaultApplyPermissionsStrategyTest.__spock_feature_0_3_closure5.doCall ( )  :  Object
DefaultApplyPermissionsStrategyTest.__spock_feature_0_3_closure5.doCall ( Object it )  :  Object

permissionsfacadesserver.jar, __spock_feature_0_4_closure6.class
package de.hybris.platform.permissionsfacades.strategy.impl
DefaultApplyPermissionsStrategyTest.__spock_feature_0_4_closure6.DefaultApplyPermissionsStrategyTest.__spock_feature_0_4_closure6 ( Object _outerInstance, Object _thisObject )
DefaultApplyPermissionsStrategyTest.__spock_feature_0_4_closure6.doCall ( )  :  Object
DefaultApplyPermissionsStrategyTest.__spock_feature_0_4_closure6.doCall ( Object it )  :  Object

permissionsfacadesserver.jar, __spock_feature_0_5_closure10.class
package de.hybris.platform.permissionsfacades.strategy.impl
DefaultApplyPermissionsStrategyTest.__spock_feature_0_5_closure10.DefaultApplyPermissionsStrategyTest.__spock_feature_0_5_closure10 ( Object _outerInstance, Object _thisObject, Reference permissionsToUpdate, Reference principal )
DefaultApplyPermissionsStrategyTest.__spock_feature_0_5_closure10.doCall ( Object args )  :  Object
DefaultApplyPermissionsStrategyTest.__spock_feature_0_5_closure10.getPermissionsToUpdate ( )  :  Object
DefaultApplyPermissionsStrategyTest.__spock_feature_0_5_closure10.getPrincipal ( )  :  Object

permissionsfacadesserver.jar, __spock_feature_0_5_closure7.class
package de.hybris.platform.permissionsfacades.strategy.impl
DefaultApplyPermissionsStrategyTest.__spock_feature_0_5_closure7.DefaultApplyPermissionsStrategyTest.__spock_feature_0_5_closure7 ( Object _outerInstance, Object _thisObject )
DefaultApplyPermissionsStrategyTest.__spock_feature_0_5_closure7.doCall ( )  :  Object
DefaultApplyPermissionsStrategyTest.__spock_feature_0_5_closure7.doCall ( Object it )  :  Object

permissionsfacadesserver.jar, __spock_feature_0_5_closure8.class
package de.hybris.platform.permissionsfacades.strategy.impl
DefaultApplyPermissionsStrategyTest.__spock_feature_0_5_closure8.DefaultApplyPermissionsStrategyTest.__spock_feature_0_5_closure8 ( Object _outerInstance, Object _thisObject )
DefaultApplyPermissionsStrategyTest.__spock_feature_0_5_closure8.doCall ( )  :  Object
DefaultApplyPermissionsStrategyTest.__spock_feature_0_5_closure8.doCall ( Object it )  :  Object

permissionsfacadesserver.jar, __spock_feature_0_5_closure9.class
package de.hybris.platform.permissionsfacades.strategy.impl
DefaultApplyPermissionsStrategyTest.__spock_feature_0_5_closure9.DefaultApplyPermissionsStrategyTest.__spock_feature_0_5_closure9 ( Object _outerInstance, Object _thisObject, Reference permissionsToUpdate, Reference principal )
DefaultApplyPermissionsStrategyTest.__spock_feature_0_5_closure9.doCall ( Object args )  :  Object
DefaultApplyPermissionsStrategyTest.__spock_feature_0_5_closure9.getPermissionsToUpdate ( )  :  Object
DefaultApplyPermissionsStrategyTest.__spock_feature_0_5_closure9.getPrincipal ( )  :  Object

permissionsfacadesserver.jar, __spock_feature_4_7_closure1.class
package de.hybris.platform.permissionsfacades.strategy.impl
ApplyPermissionsStrategyIntegrationTest.__spock_feature_4_7_closure1.ApplyPermissionsStrategyIntegrationTest.__spock_feature_4_7_closure1 ( Object _outerInstance, Object _thisObject )
ApplyPermissionsStrategyIntegrationTest.__spock_feature_4_7_closure1.doCall ( )  :  Object
ApplyPermissionsStrategyIntegrationTest.__spock_feature_4_7_closure1.doCall ( Object it )  :  Object

permissionsfacadesserver.jar, __spock_feature_4_7_closure2.class
package de.hybris.platform.permissionsfacades.strategy.impl
ApplyPermissionsStrategyIntegrationTest.__spock_feature_4_7_closure2.ApplyPermissionsStrategyIntegrationTest.__spock_feature_4_7_closure2 ( Object _outerInstance, Object _thisObject )
ApplyPermissionsStrategyIntegrationTest.__spock_feature_4_7_closure2.doCall ( )  :  Object
ApplyPermissionsStrategyIntegrationTest.__spock_feature_4_7_closure2.doCall ( Object it )  :  Object

permissionsfacadesserver.jar, __spock_feature_4_7_closure3.class
package de.hybris.platform.permissionsfacades.strategy.impl
ApplyPermissionsStrategyIntegrationTest.__spock_feature_4_7_closure3.ApplyPermissionsStrategyIntegrationTest.__spock_feature_4_7_closure3 ( Object _outerInstance, Object _thisObject )
ApplyPermissionsStrategyIntegrationTest.__spock_feature_4_7_closure3.doCall ( )  :  Object
ApplyPermissionsStrategyIntegrationTest.__spock_feature_4_7_closure3.doCall ( Object it )  :  Object

permissionsfacadesserver.jar, __spock_feature_4_7_closure4.class
package de.hybris.platform.permissionsfacades.strategy.impl
ApplyPermissionsStrategyIntegrationTest.__spock_feature_4_7_closure4.ApplyPermissionsStrategyIntegrationTest.__spock_feature_4_7_closure4 ( Object _outerInstance, Object _thisObject )
ApplyPermissionsStrategyIntegrationTest.__spock_feature_4_7_closure4.doCall ( )  :  Object
ApplyPermissionsStrategyIntegrationTest.__spock_feature_4_7_closure4.doCall ( Object it )  :  Object

permissionsfacadesserver.jar, __spock_feature_4_7_closure5.class
package de.hybris.platform.permissionsfacades.strategy.impl
ApplyPermissionsStrategyIntegrationTest.__spock_feature_4_7_closure5.ApplyPermissionsStrategyIntegrationTest.__spock_feature_4_7_closure5 ( Object _outerInstance, Object _thisObject )
ApplyPermissionsStrategyIntegrationTest.__spock_feature_4_7_closure5.doCall ( )  :  Object
ApplyPermissionsStrategyIntegrationTest.__spock_feature_4_7_closure5.doCall ( Object it )  :  Object

permissionsfacadesserver.jar, __spock_feature_4_8_closure10.class
package de.hybris.platform.permissionsfacades.strategy.impl
ApplyPermissionsStrategyIntegrationTest.__spock_feature_4_8_closure10.ApplyPermissionsStrategyIntegrationTest.__spock_feature_4_8_closure10 ( Object _outerInstance, Object _thisObject )
ApplyPermissionsStrategyIntegrationTest.__spock_feature_4_8_closure10.doCall ( )  :  Object
ApplyPermissionsStrategyIntegrationTest.__spock_feature_4_8_closure10.doCall ( Object it )  :  Object

permissionsfacadesserver.jar, __spock_feature_4_8_closure11.class
package de.hybris.platform.permissionsfacades.strategy.impl
ApplyPermissionsStrategyIntegrationTest.__spock_feature_4_8_closure11.ApplyPermissionsStrategyIntegrationTest.__spock_feature_4_8_closure11 ( Object _outerInstance, Object _thisObject )
ApplyPermissionsStrategyIntegrationTest.__spock_feature_4_8_closure11.doCall ( )  :  Object
ApplyPermissionsStrategyIntegrationTest.__spock_feature_4_8_closure11.doCall ( Object it )  :  Object

permissionsfacadesserver.jar, __spock_feature_4_8_closure12.class
package de.hybris.platform.permissionsfacades.strategy.impl
ApplyPermissionsStrategyIntegrationTest.__spock_feature_4_8_closure12.ApplyPermissionsStrategyIntegrationTest.__spock_feature_4_8_closure12 ( Object _outerInstance, Object _thisObject )
ApplyPermissionsStrategyIntegrationTest.__spock_feature_4_8_closure12.doCall ( )  :  Object
ApplyPermissionsStrategyIntegrationTest.__spock_feature_4_8_closure12.doCall ( Object it )  :  Object

permissionsfacadesserver.jar, __spock_feature_4_8_closure13.class
package de.hybris.platform.permissionsfacades.strategy.impl
ApplyPermissionsStrategyIntegrationTest.__spock_feature_4_8_closure13.ApplyPermissionsStrategyIntegrationTest.__spock_feature_4_8_closure13 ( Object _outerInstance, Object _thisObject )
ApplyPermissionsStrategyIntegrationTest.__spock_feature_4_8_closure13.doCall ( )  :  Object
ApplyPermissionsStrategyIntegrationTest.__spock_feature_4_8_closure13.doCall ( Object it )  :  Object

permissionsfacadesserver.jar, __spock_feature_4_8_closure14.class
package de.hybris.platform.permissionsfacades.strategy.impl
ApplyPermissionsStrategyIntegrationTest.__spock_feature_4_8_closure14.ApplyPermissionsStrategyIntegrationTest.__spock_feature_4_8_closure14 ( Object _outerInstance, Object _thisObject )
ApplyPermissionsStrategyIntegrationTest.__spock_feature_4_8_closure14.doCall ( )  :  Object
ApplyPermissionsStrategyIntegrationTest.__spock_feature_4_8_closure14.doCall ( Object it )  :  Object

permissionsfacadesserver.jar, __spock_feature_4_8_closure15.class
package de.hybris.platform.permissionsfacades.strategy.impl
ApplyPermissionsStrategyIntegrationTest.__spock_feature_4_8_closure15.ApplyPermissionsStrategyIntegrationTest.__spock_feature_4_8_closure15 ( Object _outerInstance, Object _thisObject )
ApplyPermissionsStrategyIntegrationTest.__spock_feature_4_8_closure15.doCall ( )  :  Object
ApplyPermissionsStrategyIntegrationTest.__spock_feature_4_8_closure15.doCall ( Object it )  :  Object

permissionsfacadesserver.jar, __spock_feature_4_8_closure6.class
package de.hybris.platform.permissionsfacades.strategy.impl
ApplyPermissionsStrategyIntegrationTest.__spock_feature_4_8_closure6.ApplyPermissionsStrategyIntegrationTest.__spock_feature_4_8_closure6 ( Object _outerInstance, Object _thisObject )
ApplyPermissionsStrategyIntegrationTest.__spock_feature_4_8_closure6.doCall ( )  :  Object
ApplyPermissionsStrategyIntegrationTest.__spock_feature_4_8_closure6.doCall ( Object it )  :  Object

permissionsfacadesserver.jar, __spock_feature_4_8_closure7.class
package de.hybris.platform.permissionsfacades.strategy.impl
ApplyPermissionsStrategyIntegrationTest.__spock_feature_4_8_closure7.ApplyPermissionsStrategyIntegrationTest.__spock_feature_4_8_closure7 ( Object _outerInstance, Object _thisObject )
ApplyPermissionsStrategyIntegrationTest.__spock_feature_4_8_closure7.doCall ( )  :  Object
ApplyPermissionsStrategyIntegrationTest.__spock_feature_4_8_closure7.doCall ( Object it )  :  Object

permissionsfacadesserver.jar, __spock_feature_4_8_closure8.class
package de.hybris.platform.permissionsfacades.strategy.impl
ApplyPermissionsStrategyIntegrationTest.__spock_feature_4_8_closure8.ApplyPermissionsStrategyIntegrationTest.__spock_feature_4_8_closure8 ( Object _outerInstance, Object _thisObject )
ApplyPermissionsStrategyIntegrationTest.__spock_feature_4_8_closure8.doCall ( )  :  Object
ApplyPermissionsStrategyIntegrationTest.__spock_feature_4_8_closure8.doCall ( Object it )  :  Object

permissionsfacadesserver.jar, __spock_feature_4_8_closure9.class
package de.hybris.platform.permissionsfacades.strategy.impl
ApplyPermissionsStrategyIntegrationTest.__spock_feature_4_8_closure9.ApplyPermissionsStrategyIntegrationTest.__spock_feature_4_8_closure9 ( Object _outerInstance, Object _thisObject )
ApplyPermissionsStrategyIntegrationTest.__spock_feature_4_8_closure9.doCall ( )  :  Object
ApplyPermissionsStrategyIntegrationTest.__spock_feature_4_8_closure9.doCall ( Object it )  :  Object

permissionsfacadesserver.jar, __spock_initializeFields_closure2.class
package de.hybris.platform.permissionsfacades.strategy.impl
DefaultApplyPermissionsStrategyTest.__spock_initializeFields_closure2.DefaultApplyPermissionsStrategyTest.__spock_initializeFields_closure2 ( Object _outerInstance, Object _thisObject )
DefaultApplyPermissionsStrategyTest.__spock_initializeFields_closure2.doCall ( )  :  Object
DefaultApplyPermissionsStrategyTest.__spock_initializeFields_closure2.doCall ( Object it )  :  Object

permissionsfacadesserver.jar, __spock_initializeFields_closure3.class
package de.hybris.platform.permissionsfacades.strategy.impl
DefaultApplyPermissionsStrategyTest.__spock_initializeFields_closure3.DefaultApplyPermissionsStrategyTest.__spock_initializeFields_closure3 ( Object _outerInstance, Object _thisObject )
DefaultApplyPermissionsStrategyTest.__spock_initializeFields_closure3.doCall ( )  :  Object
DefaultApplyPermissionsStrategyTest.__spock_initializeFields_closure3.doCall ( Object it )  :  Object

permissionsfacadesserver.jar, _closure11.class
package de.hybris.platform.permissionsfacades.strategy.impl
DefaultApplyPermissionsStrategyTest.__spock_initializeFields_closure2._closure11.DefaultApplyPermissionsStrategyTest.__spock_initializeFields_closure2._closure11 ( Object _outerInstance, Object _thisObject )
DefaultApplyPermissionsStrategyTest.__spock_initializeFields_closure2._closure11.doCall ( Object args )  :  Object

permissionsfacadesserver.jar, _closure12.class
package de.hybris.platform.permissionsfacades.strategy.impl
DefaultApplyPermissionsStrategyTest.__spock_initializeFields_closure3._closure12.DefaultApplyPermissionsStrategyTest.__spock_initializeFields_closure3._closure12 ( Object _outerInstance, Object _thisObject )
DefaultApplyPermissionsStrategyTest.__spock_initializeFields_closure3._closure12.doCall ( Object args )  :  Object

permissionsfacadesserver.jar, _closure13.class
package de.hybris.platform.permissionsfacades.strategy.impl
DefaultApplyPermissionsStrategyTest.__spock_feature_0_5_closure9._closure13.DefaultApplyPermissionsStrategyTest.__spock_feature_0_5_closure9._closure13 ( Object _outerInstance, Object _thisObject )
DefaultApplyPermissionsStrategyTest.__spock_feature_0_5_closure9._closure13.doCall ( )  :  Object
DefaultApplyPermissionsStrategyTest.__spock_feature_0_5_closure9._closure13.doCall ( Object it )  :  Object

permissionsfacadesserver.jar, _closure14.class
package de.hybris.platform.permissionsfacades.strategy.impl
DefaultApplyPermissionsStrategyTest.__spock_feature_0_5_closure9._closure14.DefaultApplyPermissionsStrategyTest.__spock_feature_0_5_closure9._closure14 ( Object _outerInstance, Object _thisObject, Reference permissionsToUpdate, Reference principal )
DefaultApplyPermissionsStrategyTest.__spock_feature_0_5_closure9._closure14.doCall ( )  :  Object
DefaultApplyPermissionsStrategyTest.__spock_feature_0_5_closure9._closure14.doCall ( Object it )  :  Object
DefaultApplyPermissionsStrategyTest.__spock_feature_0_5_closure9._closure14.getPermissionsToUpdate ( )  :  Object
DefaultApplyPermissionsStrategyTest.__spock_feature_0_5_closure9._closure14.getPrincipal ( )  :  Object

permissionsfacadesserver.jar, _closure15.class
package de.hybris.platform.permissionsfacades.strategy.impl
DefaultApplyPermissionsStrategyTest.__spock_feature_0_5_closure9._closure15.DefaultApplyPermissionsStrategyTest.__spock_feature_0_5_closure9._closure15 ( Object _outerInstance, Object _thisObject )
DefaultApplyPermissionsStrategyTest.__spock_feature_0_5_closure9._closure15.doCall ( )  :  Object
DefaultApplyPermissionsStrategyTest.__spock_feature_0_5_closure9._closure15.doCall ( Object it )  :  Object

permissionsfacadesserver.jar, _closure16.class
package de.hybris.platform.permissionsfacades.strategy.impl
DefaultApplyPermissionsStrategyTest.__spock_feature_0_5_closure9._closure16.DefaultApplyPermissionsStrategyTest.__spock_feature_0_5_closure9._closure16 ( Object _outerInstance, Object _thisObject )
DefaultApplyPermissionsStrategyTest.__spock_feature_0_5_closure9._closure16.doCall ( )  :  Object
DefaultApplyPermissionsStrategyTest.__spock_feature_0_5_closure9._closure16.doCall ( Object it )  :  Object

permissionsfacadesserver.jar, _closure17.class
package de.hybris.platform.permissionsfacades.strategy.impl
DefaultApplyPermissionsStrategyTest.__spock_feature_0_5_closure9._closure17.DefaultApplyPermissionsStrategyTest.__spock_feature_0_5_closure9._closure17 ( Object _outerInstance, Object _thisObject )
DefaultApplyPermissionsStrategyTest.__spock_feature_0_5_closure9._closure17.doCall ( )  :  Object
DefaultApplyPermissionsStrategyTest.__spock_feature_0_5_closure9._closure17.doCall ( Object it )  :  Object

permissionsfacadesserver.jar, _closure18.class
package de.hybris.platform.permissionsfacades.strategy.impl
DefaultApplyPermissionsStrategyTest.__spock_feature_0_5_closure9._closure18.DefaultApplyPermissionsStrategyTest.__spock_feature_0_5_closure9._closure18 ( Object _outerInstance, Object _thisObject )
DefaultApplyPermissionsStrategyTest.__spock_feature_0_5_closure9._closure18.doCall ( )  :  Object
DefaultApplyPermissionsStrategyTest.__spock_feature_0_5_closure9._closure18.doCall ( Object it )  :  Object

permissionsfacadesserver.jar, _closure19.class
package de.hybris.platform.permissionsfacades.strategy.impl
DefaultApplyPermissionsStrategyTest.__spock_feature_0_5_closure10._closure19.DefaultApplyPermissionsStrategyTest.__spock_feature_0_5_closure10._closure19 ( Object _outerInstance, Object _thisObject )
DefaultApplyPermissionsStrategyTest.__spock_feature_0_5_closure10._closure19.doCall ( )  :  Object
DefaultApplyPermissionsStrategyTest.__spock_feature_0_5_closure10._closure19.doCall ( Object it )  :  Object

permissionsfacadesserver.jar, _closure20.class
package de.hybris.platform.permissionsfacades.strategy.impl
DefaultApplyPermissionsStrategyTest.__spock_feature_0_5_closure10._closure20.DefaultApplyPermissionsStrategyTest.__spock_feature_0_5_closure10._closure20 ( Object _outerInstance, Object _thisObject, Reference permissionsToUpdate, Reference principal )
DefaultApplyPermissionsStrategyTest.__spock_feature_0_5_closure10._closure20.doCall ( )  :  Object
DefaultApplyPermissionsStrategyTest.__spock_feature_0_5_closure10._closure20.doCall ( Object it )  :  Object
DefaultApplyPermissionsStrategyTest.__spock_feature_0_5_closure10._closure20.getPermissionsToUpdate ( )  :  Object
DefaultApplyPermissionsStrategyTest.__spock_feature_0_5_closure10._closure20.getPrincipal ( )  :  Object

permissionsfacadesserver.jar, _closure21.class
package de.hybris.platform.permissionsfacades.strategy.impl
DefaultApplyPermissionsStrategyTest.__spock_feature_0_5_closure10._closure21.DefaultApplyPermissionsStrategyTest.__spock_feature_0_5_closure10._closure21 ( Object _outerInstance, Object _thisObject )
DefaultApplyPermissionsStrategyTest.__spock_feature_0_5_closure10._closure21.doCall ( )  :  Object
DefaultApplyPermissionsStrategyTest.__spock_feature_0_5_closure10._closure21.doCall ( Object it )  :  Object

permissionsfacadesserver.jar, _closure22.class
package de.hybris.platform.permissionsfacades.strategy.impl
DefaultApplyPermissionsStrategyTest.__spock_feature_0_5_closure10._closure22.DefaultApplyPermissionsStrategyTest.__spock_feature_0_5_closure10._closure22 ( Object _outerInstance, Object _thisObject, Reference permissionsToUpdate, Reference principal )
DefaultApplyPermissionsStrategyTest.__spock_feature_0_5_closure10._closure22.doCall ( )  :  Object
DefaultApplyPermissionsStrategyTest.__spock_feature_0_5_closure10._closure22.doCall ( Object it )  :  Object
DefaultApplyPermissionsStrategyTest.__spock_feature_0_5_closure10._closure22.getPermissionsToUpdate ( )  :  Object
DefaultApplyPermissionsStrategyTest.__spock_feature_0_5_closure10._closure22.getPrincipal ( )  :  Object

permissionsfacadesserver.jar, _closure23.class
package de.hybris.platform.permissionsfacades.strategy.impl
DefaultApplyPermissionsStrategyTest.__spock_feature_0_5_closure10._closure23.DefaultApplyPermissionsStrategyTest.__spock_feature_0_5_closure10._closure23 ( Object _outerInstance, Object _thisObject )
DefaultApplyPermissionsStrategyTest.__spock_feature_0_5_closure10._closure23.doCall ( )  :  Object
DefaultApplyPermissionsStrategyTest.__spock_feature_0_5_closure10._closure23.doCall ( Object it )  :  Object

permissionsfacadesserver.jar, _closure24.class
package de.hybris.platform.permissionsfacades.strategy.impl
DefaultApplyPermissionsStrategyTest.__spock_feature_0_5_closure10._closure24.DefaultApplyPermissionsStrategyTest.__spock_feature_0_5_closure10._closure24 ( Object _outerInstance, Object _thisObject )
DefaultApplyPermissionsStrategyTest.__spock_feature_0_5_closure10._closure24.doCall ( )  :  Object
DefaultApplyPermissionsStrategyTest.__spock_feature_0_5_closure10._closure24.doCall ( Object it )  :  Object

permissionsfacadesserver.jar, _closure25.class
package de.hybris.platform.permissionsfacades.strategy.impl
DefaultApplyPermissionsStrategyTest.__spock_feature_0_5_closure10._closure25.DefaultApplyPermissionsStrategyTest.__spock_feature_0_5_closure10._closure25 ( Object _outerInstance, Object _thisObject )
DefaultApplyPermissionsStrategyTest.__spock_feature_0_5_closure10._closure25.doCall ( )  :  Object
DefaultApplyPermissionsStrategyTest.__spock_feature_0_5_closure10._closure25.doCall ( Object it )  :  Object

permissionsfacadesserver.jar, _principal_closure1.class
package de.hybris.platform.permissionsfacades.strategy.impl
DefaultApplyPermissionsStrategyTest._principal_closure1.DefaultApplyPermissionsStrategyTest._principal_closure1 ( Object _outerInstance, Object _thisObject, Reference uid )
DefaultApplyPermissionsStrategyTest._principal_closure1.doCall ( )  :  Object
DefaultApplyPermissionsStrategyTest._principal_closure1.doCall ( Object it )  :  Object
DefaultApplyPermissionsStrategyTest._principal_closure1.getUid ( )  :  String

permissionsfacadesserver.jar, AbstractPermissionsIntegrationTest.class
package de.hybris.platform.permissionsfacades.strategy.impl
AbstractPermissionsIntegrationTest.AbstractPermissionsIntegrationTest ( )
AbstractPermissionsIntegrationTest.composedType ( String code )  :  ComposedTypeModel
AbstractPermissionsIntegrationTest.findPrincipal ( String principalUid )  :  PrincipalModel
AbstractPermissionsIntegrationTest.getPermissionManagementService ( )  :  PermissionManagementService
AbstractPermissionsIntegrationTest.getTypeService ( )  :  TypeService
AbstractPermissionsIntegrationTest.setPermissionManagementService ( PermissionManagementService p1 )  :  void
AbstractPermissionsIntegrationTest.setTypeService ( TypeService p1 )  :  void

permissionsfacadesserver.jar, ApplyPermissionsStrategy.class
package de.hybris.platform.permissionsfacades.strategy
ApplyPermissionsStrategy.apply ( TypePermissionsDataList p1 ) [abstract]  :  void

permissionsfacadesserver.jar, ApplyPermissionsStrategyIntegrationTest.class
package de.hybris.platform.permissionsfacades.strategy.impl
ApplyPermissionsStrategyIntegrationTest.ApplyPermissionsStrategyIntegrationTest ( )
ApplyPermissionsStrategyIntegrationTest.getApplyPermissionsStrategy ( )  :  ApplyPermissionsStrategy
ApplyPermissionsStrategyIntegrationTest.getDefaultPrincipal ( )  :  PrincipalModel
ApplyPermissionsStrategyIntegrationTest.getDefaultType ( )  :  ComposedTypeModel
ApplyPermissionsStrategyIntegrationTest.permissions ( )  :  Object
ApplyPermissionsStrategyIntegrationTest.permissions ( Map permissionsToSet )  :  Object
ApplyPermissionsStrategyIntegrationTest.removeReadPermission ( )  :  Object
ApplyPermissionsStrategyIntegrationTest.setApplyPermissionsStrategy ( ApplyPermissionsStrategy p1 )  :  void
ApplyPermissionsStrategyIntegrationTest.setDefaultPrincipal ( PrincipalModel p1 )  :  void
ApplyPermissionsStrategyIntegrationTest.setDefaultType ( ComposedTypeModel p1 )  :  void
ApplyPermissionsStrategyIntegrationTest.typePermissions ( String type, PermissionValuesData permissions )  :  Object
ApplyPermissionsStrategyIntegrationTest.typePermissionsList ( List typePermissions )  :  Object
ApplyPermissionsStrategyIntegrationTest.typePermissionsList ( List typePermissions, String uid )  :  Object

permissionsfacadesserver.jar, DefaultApplyPermissionsStrategy.class
package de.hybris.platform.permissionsfacades.strategy.impl
DefaultApplyPermissionsStrategy.addPermission ( PrincipalModel principal, TypePermissionsData typePermission )  :  void
DefaultApplyPermissionsStrategy.apply ( TypePermissionsDataList permissionsList )  :  void
DefaultApplyPermissionsStrategy.applyInTransaction ( PrincipalModel principal, TypePermissionsDataList typePermissionsDataList )  :  void
DefaultApplyPermissionsStrategy.createPermissionAssignments ( PrincipalModel principal, PermissionValuesData permissions )  :  Collection<PermissionAssignment>
DefaultApplyPermissionsStrategy.createPermissionsAssignment ( String permission, PrincipalModel principal, boolean granted )  :  PermissionAssignment
DefaultApplyPermissionsStrategy.DefaultApplyPermissionsStrategy ( FlexibleSearchService flexibleSearchService, PermissionManagementService permissionManagementService, TypeService typeService, SessionService sessionService, TransactionTemplate transactionTemplate, List<TypePermissionsListValidationStrategy> validationStrategies )
DefaultApplyPermissionsStrategy.getFlexibleSearchService ( )  :  FlexibleSearchService
DefaultApplyPermissionsStrategy.getPermissionManagementService ( )  :  PermissionManagementService
DefaultApplyPermissionsStrategy.getPrincipal ( String principalUid )  :  PrincipalModel
DefaultApplyPermissionsStrategy.getSessionService ( )  :  SessionService
DefaultApplyPermissionsStrategy.getTransactionTemplate ( )  :  TransactionTemplate
DefaultApplyPermissionsStrategy.getTypeService ( )  :  TypeService
DefaultApplyPermissionsStrategy.getValidationStrategies ( )  :  List<TypePermissionsListValidationStrategy>

permissionsfacadesserver.jar, DefaultApplyPermissionsStrategyTest.class
package de.hybris.platform.permissionsfacades.strategy.impl
DefaultApplyPermissionsStrategyTest.DefaultApplyPermissionsStrategyTest ( )
DefaultApplyPermissionsStrategyTest.getFlexibleSearchService ( )  :  Object
DefaultApplyPermissionsStrategyTest.getMetaClass ( )  :  MetaClass
DefaultApplyPermissionsStrategyTest.getPermissionManagementService ( )  :  Object
DefaultApplyPermissionsStrategyTest.getPermissionsStrategy ( )  :  Object
DefaultApplyPermissionsStrategyTest.getProperty ( String p1 )  :  Object
DefaultApplyPermissionsStrategyTest.getSessionService ( )  :  Object
DefaultApplyPermissionsStrategyTest.getTransactionTemplate ( )  :  Object
DefaultApplyPermissionsStrategyTest.getTypeService ( )  :  Object
DefaultApplyPermissionsStrategyTest.getValidationStrategy ( )  :  Object
DefaultApplyPermissionsStrategyTest.invokeMethod ( String p1, Object p2 )  :  Object
DefaultApplyPermissionsStrategyTest.permissions ( )  :  Object
DefaultApplyPermissionsStrategyTest.permissions ( Map perm )  :  Object
DefaultApplyPermissionsStrategyTest.principal ( )  :  Object
DefaultApplyPermissionsStrategyTest.principal ( String uid )  :  Object
DefaultApplyPermissionsStrategyTest.setFlexibleSearchService ( Object p1 )  :  void
DefaultApplyPermissionsStrategyTest.setMetaClass ( MetaClass p1 )  :  void
DefaultApplyPermissionsStrategyTest.setPermissionManagementService ( Object p1 )  :  void
DefaultApplyPermissionsStrategyTest.setPermissionsStrategy ( Object p1 )  :  void
DefaultApplyPermissionsStrategyTest.setProperty ( String p1, Object p2 )  :  void
DefaultApplyPermissionsStrategyTest.setSessionService ( Object p1 )  :  void
DefaultApplyPermissionsStrategyTest.setTransactionTemplate ( Object p1 )  :  void
DefaultApplyPermissionsStrategyTest.setTypeService ( Object p1 )  :  void
DefaultApplyPermissionsStrategyTest.setValidationStrategy ( Object p1 )  :  void
DefaultApplyPermissionsStrategyTest.typePermission ( String type, PermissionValuesData permissions )  :  Object
DefaultApplyPermissionsStrategyTest.typePermissionsDataList ( )  :  Object
DefaultApplyPermissionsStrategyTest.typePermissionsDataList ( String principalUid )  :  Object
DefaultApplyPermissionsStrategyTest.typePermissionsDataList ( String principalUid, List permissionsList )  :  Object

permissionsfacadesserver.jar, DefaultPermissionsFacade.class
package de.hybris.platform.permissionsfacades.impl
DefaultPermissionsFacade.applyPermissions ( TypePermissionsDataList permissionsList )  :  TypePermissionsDataList
DefaultPermissionsFacade.getApplyPermissionsStrategy ( )  :  ApplyPermissionsStrategy
DefaultPermissionsFacade.getCurrentPermissionsForTypes ( TypePermissionsDataList permissionsList )  :  TypePermissionsDataList
DefaultPermissionsFacade.setApplyPermissionsStrategy ( ApplyPermissionsStrategy strategy )  :  void
DefaultPermissionsFacade.toTypePermissionsData ( List<PermissionsData> permissionsData )  :  List<TypePermissionsData>

permissionsfacadesserver.jar, DefaultPermissionsFacadeTest.class
package de.hybris.platform.permissionsfacades.impl
DefaultPermissionsFacadeTest.testApplyPermissions ( )  :  void

permissionsfacadesserver.jar, PermissionsFacade.class
package de.hybris.platform.permissionsfacades
PermissionsFacade.applyPermissions ( TypePermissionsDataList permissionsList )  :  TypePermissionsDataList

permissionsfacadesserver.jar, PermissionsListPopulatedValidationStrategy.class
package de.hybris.platform.permissionsfacades.validation.strategy.impl
PermissionsListPopulatedValidationStrategy.PermissionsListPopulatedValidationStrategy ( )
PermissionsListPopulatedValidationStrategy.validate ( TypePermissionsDataList permissions )  :  void

permissionsfacadesserver.jar, PermissionsListPopulatedValidationStrategyTest.class
package de.hybris.platform.permissionsfacades.validation.strategy.impl
PermissionsListPopulatedValidationStrategyTest.getMetaClass ( )  :  MetaClass
PermissionsListPopulatedValidationStrategyTest.getProperty ( String p1 )  :  Object
PermissionsListPopulatedValidationStrategyTest.getStrategy ( )  :  Object
PermissionsListPopulatedValidationStrategyTest.invokeMethod ( String p1, Object p2 )  :  Object
PermissionsListPopulatedValidationStrategyTest.PermissionsListPopulatedValidationStrategyTest ( )
PermissionsListPopulatedValidationStrategyTest.setMetaClass ( MetaClass p1 )  :  void
PermissionsListPopulatedValidationStrategyTest.setProperty ( String p1, Object p2 )  :  void
PermissionsListPopulatedValidationStrategyTest.setStrategy ( Object p1 )  :  void

permissionsfacadesserver.jar, PermissionsListRequiredException.class
package de.hybris.platform.permissionsfacades.validation.exception
PermissionsListRequiredException.PermissionsListRequiredException ( )

permissionsfacadesserver.jar, PermissionsListRequiredExceptionTest.class
package de.hybris.platform.permissionsfacades.validation.exception
PermissionsListRequiredExceptionTest.getMetaClass ( )  :  MetaClass
PermissionsListRequiredExceptionTest.getProperty ( String p1 )  :  Object
PermissionsListRequiredExceptionTest.invokeMethod ( String p1, Object p2 )  :  Object
PermissionsListRequiredExceptionTest.PermissionsListRequiredExceptionTest ( )
PermissionsListRequiredExceptionTest.setMetaClass ( MetaClass p1 )  :  void
PermissionsListRequiredExceptionTest.setProperty ( String p1, Object p2 )  :  void

permissionsfacadesserver.jar, PermissionsPopulatedValidationStrategy.class
package de.hybris.platform.permissionsfacades.validation.strategy.impl
PermissionsPopulatedValidationStrategy.PermissionsPopulatedValidationStrategy ( )
PermissionsPopulatedValidationStrategy.validate ( TypePermissionsDataList permissions )  :  void

permissionsfacadesserver.jar, PermissionsPopulatedValidationStrategyTest.class
package de.hybris.platform.permissionsfacades.validation.strategy.impl
PermissionsPopulatedValidationStrategyTest.getMetaClass ( )  :  MetaClass
PermissionsPopulatedValidationStrategyTest.getProperty ( String p1 )  :  Object
PermissionsPopulatedValidationStrategyTest.getStrategy ( )  :  Object
PermissionsPopulatedValidationStrategyTest.invokeMethod ( String p1, Object p2 )  :  Object
PermissionsPopulatedValidationStrategyTest.PermissionsPopulatedValidationStrategyTest ( )
PermissionsPopulatedValidationStrategyTest.setMetaClass ( MetaClass p1 )  :  void
PermissionsPopulatedValidationStrategyTest.setProperty ( String p1, Object p2 )  :  void
PermissionsPopulatedValidationStrategyTest.setStrategy ( Object p1 )  :  void
PermissionsPopulatedValidationStrategyTest.typePermissions ( String type, PermissionValuesData permissions )  :  Object
PermissionsPopulatedValidationStrategyTest.typePermissionsDataList ( List<TypePermissionsData> permissionsList )  :  Object

permissionsfacadesserver.jar, PermissionsRequiredException.class
package de.hybris.platform.permissionsfacades.validation.exception
PermissionsRequiredException.PermissionsRequiredException ( int index )
PermissionsRequiredException.PermissionsRequiredException ( String type )

permissionsfacadesserver.jar, PermissionsRequiredExceptionTest.class
package de.hybris.platform.permissionsfacades.validation.exception
PermissionsRequiredExceptionTest.getMetaClass ( )  :  MetaClass
PermissionsRequiredExceptionTest.getProperty ( String p1 )  :  Object
PermissionsRequiredExceptionTest.invokeMethod ( String p1, Object p2 )  :  Object
PermissionsRequiredExceptionTest.PermissionsRequiredExceptionTest ( )
PermissionsRequiredExceptionTest.setMetaClass ( MetaClass p1 )  :  void
PermissionsRequiredExceptionTest.setProperty ( String p1, Object p2 )  :  void

permissionsfacadesserver.jar, PrincipalPopulatedValidationStrategy.class
package de.hybris.platform.permissionsfacades.validation.strategy.impl
PrincipalPopulatedValidationStrategy.PrincipalPopulatedValidationStrategy ( )
PrincipalPopulatedValidationStrategy.validate ( TypePermissionsDataList permissions )  :  void

permissionsfacadesserver.jar, PrincipalPopulatedValidationStrategyTest.class
package de.hybris.platform.permissionsfacades.validation.strategy.impl
PrincipalPopulatedValidationStrategyTest.getMetaClass ( )  :  MetaClass
PrincipalPopulatedValidationStrategyTest.getProperty ( String p1 )  :  Object
PrincipalPopulatedValidationStrategyTest.getStrategy ( )  :  Object
PrincipalPopulatedValidationStrategyTest.invokeMethod ( String p1, Object p2 )  :  Object
PrincipalPopulatedValidationStrategyTest.PrincipalPopulatedValidationStrategyTest ( )
PrincipalPopulatedValidationStrat