Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- ACTIVE - Enum constant in enum class com.broadleafcommerce.content.domain.type.ActiveFilterType
- ACTIVE_END_DATE - Static variable in class com.broadleafcommerce.content.provider.jpa.repository.JpaCustomizedContentItemRepository
- ACTIVE_START_DATE - Static variable in class com.broadleafcommerce.content.provider.jpa.repository.JpaCustomizedContentItemRepository
- ActiveFilterType - Enum Class in com.broadleafcommerce.content.domain.type
-
Active filtering types, used for filtering from the read endpoint
- addActiveDateRangePredicate(CriteriaBuilder, Root<D>, List<Predicate>, Map<String, Object>) - Method in class com.broadleafcommerce.content.provider.jpa.repository.JpaCustomizedContentItemRepository
-
Adds a predicate to filter for active items by a content item's active date range
- addAttribute(String, Object) - Method in class com.broadleafcommerce.content.domain.commerce.ContentResolverRequest
-
Takes in any additional attributes passed in the request not matching any defined properties.
- addAttribute(String, Object) - Method in class com.broadleafcommerce.content.domain.commerce.context.ContentContext
-
Takes in any additional attributes passed in the request not matching any defined properties.
- addContextInfoDataToKey(ContextInfo, ObjectNode) - Method in class com.broadleafcommerce.content.cache.ContentKeyGen.ContentWithPreviewKeyGenerator
- addEmbeddedFilterPredicate(CriteriaBuilder, Root<D>, List<Predicate>) - Method in class com.broadleafcommerce.content.provider.jpa.repository.JpaCustomizedContentItemRepository
-
Adds a predicate to filter out content items marked as embedded
- addInactiveDateRangePredicate(CriteriaBuilder, Root<D>, List<Predicate>, Map<String, Object>) - Method in class com.broadleafcommerce.content.provider.jpa.repository.JpaCustomizedContentItemRepository
-
Adds a predicate to filter for inactive items by a content item's active date range
- addMissingFieldData(ContentModel, List<FieldData>) - Method in class com.broadleafcommerce.content.service.hydration.DefaultContentItemHydrationService
- addNamePredicate(String, CriteriaBuilder, Root<D>, List<Predicate>, Map<String, Object>) - Method in class com.broadleafcommerce.content.provider.jpa.repository.JpaCustomizedContentItemRepository
-
Adds a predicate for filtering by a content item's name "like" the passed in string
- addPredicateForField(String, String, CriteriaBuilder, Root<D>, List<Predicate>, Map<String, Object>) - Method in class com.broadleafcommerce.content.provider.jpa.repository.JpaCustomizedContentItemRepository
-
Adds a predicate for filtering by a field on content item "like" the passed in string
- ADDRESSABLE_BY_URI - Static variable in class com.broadleafcommerce.content.provider.jpa.repository.JpaCustomizedContentItemRepository
- afterPropertiesSet() - Method in class com.broadleafcommerce.content.provider.jpa.repository.JpaCustomizedContentItemRepository
- ALL - Enum constant in enum class com.broadleafcommerce.content.domain.type.ActiveFilterType
- ALL_BY_FILTER - Static variable in class com.broadleafcommerce.content.service.DefaultContentItemService
- ALL_WITH_TAGS - Static variable in class com.broadleafcommerce.content.service.DefaultContentItemService
- applyRsqlCriteria(Node, CriteriaBuilder, CriteriaQuery<D>, Map<String, Object>, List<Predicate>) - Method in class com.broadleafcommerce.content.provider.jpa.repository.JpaCustomizedContentItemRepository
-
Processes the given
filters
to build and apply the necessaryPredicate
for RSQL. - ASSET_DROPZONE - Enum constant in enum class com.broadleafcommerce.content.domain.type.DefaultContentFieldType
- Attribute - Class in com.broadleafcommerce.content.domain.folder
-
Many entities have customizable dynamic attributes, and this class is intended to hold such values.
- Attribute() - Constructor for class com.broadleafcommerce.content.domain.folder.Attribute
- Attribute(Object, EmbeddedContextState) - Constructor for class com.broadleafcommerce.content.domain.folder.Attribute
- AttributeMapConverter - Class in com.broadleafcommerce.content.provider.jpa.domain.support
- AttributeMapConverter(ObjectMapper) - Constructor for class com.broadleafcommerce.content.provider.jpa.domain.support.AttributeMapConverter
- Author - Class in com.broadleafcommerce.content.domain
-
Represents an author of content.
- Author() - Constructor for class com.broadleafcommerce.content.domain.Author
- AUTHOR_NAME - Static variable in class com.broadleafcommerce.content.provider.jpa.repository.JpaCustomizedContentItemRepository
- AUTHOR_USERNAME - Static variable in class com.broadleafcommerce.content.provider.jpa.repository.JpaCustomizedContentItemRepository
B
- BASE_URI - Static variable in class com.broadleafcommerce.content.web.endpoint.ContentFolderEndpoint
- BASE_URI - Static variable in class com.broadleafcommerce.content.web.endpoint.ContentItemEndpoint
- BASE_URI - Static variable in class com.broadleafcommerce.content.web.endpoint.ContentItemFiltersEndpoint
- BASE_URI - Static variable in class com.broadleafcommerce.content.web.endpoint.ContentItemResolverEndpoint
- BASE_URI - Static variable in class com.broadleafcommerce.content.web.endpoint.ContentModelEndpoint
- BASE_URI - Static variable in class com.broadleafcommerce.content.web.endpoint.StarredItemEndpoint
- BASE_URI - Static variable in class com.broadleafcommerce.content.web.endpoint.ThemeFieldEndpoint
- BASE_URI - Static variable in class com.broadleafcommerce.content.web.endpoint.ThemeFieldGroupEndpoint
- BASE_URI - Static variable in class com.broadleafcommerce.content.web.endpoint.ThemeFieldResolverEndpoint
- BOOLEAN - Enum constant in enum class com.broadleafcommerce.content.domain.type.DefaultContentFieldType
- buildAuthor() - Method in class com.broadleafcommerce.content.service.DefaultContentItemService
-
Build the Content Items's author information based on the authenticated user.
- buildContentItemToZoneItemMap(P) - Method in class com.broadleafcommerce.content.service.DefaultContentZoneService
-
This builds a map from a
ContentItemId
to theContentZoneItems
they belong to. - buildRemoteEvent(Object) - Method in class com.broadleafcommerce.content.service.messaging.cache.ContentCacheInvalidationHelper
-
Build a cache invalidation event for a specific mutated entity
- buildRemoteRegionEvent(Class<?>) - Method in class com.broadleafcommerce.content.service.messaging.cache.ContentCacheInvalidationHelper
-
Build a cache invalidation event for an entire cache region
- bulkActionStarredItems(ContextInfo, StarredItemEndpoint.BulkActionStarredItemsRequest) - Method in class com.broadleafcommerce.content.web.endpoint.StarredItemEndpoint
- BulkActionStarredItemsRequest() - Constructor for class com.broadleafcommerce.content.web.endpoint.StarredItemEndpoint.BulkActionStarredItemsRequest
- bulkCloneContentItem(ContextInfo, List<CloneContentItemRequest>) - Method in class com.broadleafcommerce.content.web.endpoint.ContentItemEndpoint
- bulkCloneContentItems(List<R>, ContextInfo) - Method in interface com.broadleafcommerce.content.clone.contentitem.service.CloneContentItemService
- bulkCloneContentItems(List<R>, ContextInfo) - Method in class com.broadleafcommerce.content.clone.contentitem.service.DefaultCloneContentItemService
- BulkContentResolverRequest - Class in com.broadleafcommerce.content.domain.commerce
-
Represents a bulk request to the
ContentItemResolverEndpoint
containing a list ofContentResolverRequest
- BulkContentResolverRequest() - Constructor for class com.broadleafcommerce.content.domain.commerce.BulkContentResolverRequest
- BulkContentResolverResponse<T extends ContentItem> - Class in com.broadleafcommerce.content.domain.commerce
-
Represents a bulk response from the
ContentItemResolverEndpoint
containing a list ofContentResolverResponse
- BulkContentResolverResponse() - Constructor for class com.broadleafcommerce.content.domain.commerce.BulkContentResolverResponse
- bulkResolveContentItems(ContextInfo, Pageable, Node, ContentContext, BulkContentResolverRequest) - Method in class com.broadleafcommerce.content.web.endpoint.ContentItemResolverEndpoint
- BY_CONTENT_ITEM_ID - Static variable in class com.broadleafcommerce.content.service.hydration.DefaultContentItemHydrationService
- BY_CONTENT_ITEM_ID_AND_PREVIEW_TOKEN - Static variable in class com.broadleafcommerce.content.service.hydration.DefaultContentItemHydrationService
- BY_ITEM_AND_MODEL_URI - Static variable in class com.broadleafcommerce.content.service.DefaultContentItemService
- BY_ITEM_ID_IN - Static variable in class com.broadleafcommerce.content.service.DefaultContentItemResolverService
- BY_ITEM_ID_IN_CACHE - Static variable in class com.broadleafcommerce.content.service.DefaultContentItemService
- BY_ITEM_NAME_CACHE - Static variable in class com.broadleafcommerce.content.service.DefaultContentItemService
- BY_ITEM_NAME_IN - Static variable in class com.broadleafcommerce.content.service.DefaultContentItemResolverService
- BY_ITEM_NAME_IN_CACHE - Static variable in class com.broadleafcommerce.content.service.DefaultContentItemService
- BY_MODEL_ID - Static variable in class com.broadleafcommerce.content.service.DefaultContentItemResolverService
- BY_MODEL_ID_CACHE - Static variable in class com.broadleafcommerce.content.service.DefaultContentItemService
- BY_MODEL_NAME - Static variable in class com.broadleafcommerce.content.service.DefaultContentItemResolverService
- BY_MODEL_NAME_CACHE - Static variable in class com.broadleafcommerce.content.service.DefaultContentModelService
- BY_MODEL_URI_CACHE - Static variable in class com.broadleafcommerce.content.service.DefaultContentModelService
- BY_URI - Static variable in class com.broadleafcommerce.content.service.DefaultContentItemResolverService
- BY_URI_AND_MODEL_ID_CACHE - Static variable in class com.broadleafcommerce.content.service.DefaultContentItemService
- BY_ZONE_NAME - Static variable in class com.broadleafcommerce.content.service.DefaultContentItemResolverService
- BY_ZONE_NAME_CACHE - Static variable in class com.broadleafcommerce.content.service.DefaultContentZoneService
C
- CACHE_BY_NAME - Static variable in class com.broadleafcommerce.content.service.DefaultContentModelService
-
Deprecated.
- CACHE_BY_NAME - Static variable in class com.broadleafcommerce.content.service.DefaultFieldDataService
- canEqual(Object) - Method in class com.broadleafcommerce.content.cache.ContentCacheProperties
- canEqual(Object) - Method in class com.broadleafcommerce.content.clone.contentitem.CloneContentItemNotificationProperties
- canEqual(Object) - Method in class com.broadleafcommerce.content.clone.contentitem.CloneContentItemRequest
- canEqual(Object) - Method in class com.broadleafcommerce.content.clone.messaging.ContentItemCloneEvent
- canEqual(Object) - Method in class com.broadleafcommerce.content.domain.asset.ContentItemAsset
- canEqual(Object) - Method in class com.broadleafcommerce.content.domain.Author
- canEqual(Object) - Method in class com.broadleafcommerce.content.domain.commerce.BulkContentResolverRequest
- canEqual(Object) - Method in class com.broadleafcommerce.content.domain.commerce.BulkContentResolverResponse
- canEqual(Object) - Method in class com.broadleafcommerce.content.domain.commerce.ContentResolverRequest
- canEqual(Object) - Method in class com.broadleafcommerce.content.domain.commerce.ContentResolverResponse
- canEqual(Object) - Method in class com.broadleafcommerce.content.domain.commerce.context.ContentContext
- canEqual(Object) - Method in class com.broadleafcommerce.content.domain.commerce.context.CustomerRef
- canEqual(Object) - Method in class com.broadleafcommerce.content.domain.ContentField
- canEqual(Object) - Method in class com.broadleafcommerce.content.domain.ContentFilter
- canEqual(Object) - Method in class com.broadleafcommerce.content.domain.ContentFilterOption
- canEqual(Object) - Method in class com.broadleafcommerce.content.domain.ContentItem
- canEqual(Object) - Method in class com.broadleafcommerce.content.domain.ContentModel
- canEqual(Object) - Method in class com.broadleafcommerce.content.domain.ContentTag
- canEqual(Object) - Method in class com.broadleafcommerce.content.domain.ContentZone
- canEqual(Object) - Method in class com.broadleafcommerce.content.domain.ContentZoneItem
- canEqual(Object) - Method in class com.broadleafcommerce.content.domain.ContentZoneItemList
- canEqual(Object) - Method in class com.broadleafcommerce.content.domain.FieldData
- canEqual(Object) - Method in class com.broadleafcommerce.content.domain.folder.Attribute
- canEqual(Object) - Method in class com.broadleafcommerce.content.domain.folder.ContentFolder
- canEqual(Object) - Method in class com.broadleafcommerce.content.domain.folder.ContentFolderItem
- canEqual(Object) - Method in class com.broadleafcommerce.content.domain.StarredItem
- canEqual(Object) - Method in class com.broadleafcommerce.content.domain.ThemeField
- canEqual(Object) - Method in class com.broadleafcommerce.content.domain.ThemeFieldGroup
- canEqual(Object) - Method in class com.broadleafcommerce.content.provider.jpa.domain.asset.JpaContentItemAsset
- canEqual(Object) - Method in class com.broadleafcommerce.content.provider.jpa.domain.folder.JpaAttribute
- canEqual(Object) - Method in class com.broadleafcommerce.content.provider.jpa.domain.folder.JpaContentFolder
- canEqual(Object) - Method in class com.broadleafcommerce.content.provider.jpa.domain.folder.JpaContentFolderItem
- canEqual(Object) - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaAuthor
- canEqual(Object) - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentField
- canEqual(Object) - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentItem
- canEqual(Object) - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentModel
- canEqual(Object) - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentZone
- canEqual(Object) - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentZoneItem
- canEqual(Object) - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentZoneItemList
- canEqual(Object) - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaFieldData
- canEqual(Object) - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaStarredItem
- canEqual(Object) - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaThemeField
- canEqual(Object) - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaThemeFieldGroup
- canEqual(Object) - Method in class com.broadleafcommerce.content.provider.jpa.environment.ContentProperties
- canEqual(Object) - Method in class com.broadleafcommerce.content.service.messaging.cache.ContentCacheInvalidationHelper.SupportedType
- canEqual(Object) - Method in class com.broadleafcommerce.content.service.messaging.cache.ContentCacheInvalidationRemoteEvent
- canEqual(Object) - Method in class com.broadleafcommerce.content.web.endpoint.ContentFolderEndpoint.MoveItemsToFolderRequest
- canEqual(Object) - Method in class com.broadleafcommerce.content.web.endpoint.ContentItemFiltersEndpoint.ContentFilterRequest
- canEqual(Object) - Method in class com.broadleafcommerce.content.web.endpoint.StarredItemEndpoint.BulkActionStarredItemsRequest
- CHANNEL - Static variable in interface com.broadleafcommerce.content.clone.messaging.CloneContentItemProducer
- CHANNEL - Static variable in interface com.broadleafcommerce.content.service.messaging.cache.ContentCacheInvalidationConsumer
- CHANNEL - Static variable in interface com.broadleafcommerce.content.service.messaging.cache.ContentCacheInvalidationProducer
- checkContentItemDisplayRule(ContentItem, ContentContext) - Method in class com.broadleafcommerce.content.service.DefaultContentItemResolverService
- chooseMoreDerivedField(FieldData, FieldData) - Method in class com.broadleafcommerce.content.service.hydration.DefaultContentItemHydrationService
-
If we have fields with the same name, then we should choose the one in the more derived catalog.
- cloneContentItem(ContextInfo, String, CloneContentItemRequest) - Method in class com.broadleafcommerce.content.web.endpoint.ContentItemEndpoint
- cloneContentItem(R, ContextInfo) - Method in interface com.broadleafcommerce.content.clone.contentitem.service.CloneContentItemService
-
Clone the product with an id
CloneContentItemRequest.getContentItemId()
. - cloneContentItem(R, ContextInfo) - Method in class com.broadleafcommerce.content.clone.contentitem.service.DefaultCloneContentItemService
- CloneContentItemAutoConfiguration - Class in com.broadleafcommerce.content.clone.autoconfigure
-
The configuration for the clone
ContentItem
action. - CloneContentItemAutoConfiguration() - Constructor for class com.broadleafcommerce.content.clone.autoconfigure.CloneContentItemAutoConfiguration
- CloneContentItemAutoConfiguration.CloneContentItemNotificationAutoConfiguration - Class in com.broadleafcommerce.content.clone.autoconfigure
- CloneContentItemNotificationAutoConfiguration() - Constructor for class com.broadleafcommerce.content.clone.autoconfigure.CloneContentItemAutoConfiguration.CloneContentItemNotificationAutoConfiguration
- cloneContentItemNotificationHandler(CloneContentItemProducer, CloneContentItemNotificationProperties, List<IgnoredNotificationStateRepository>, MessageSerializationHelper) - Method in class com.broadleafcommerce.content.clone.autoconfigure.CloneContentItemAutoConfiguration.CloneContentItemNotificationAutoConfiguration
- CloneContentItemNotificationProperties - Class in com.broadleafcommerce.content.clone.contentitem
-
Configuration properties for the
NotificationHandler
andRetryHandler
related toCloneContentItemProducer
- CloneContentItemNotificationProperties() - Constructor for class com.broadleafcommerce.content.clone.contentitem.CloneContentItemNotificationProperties
- cloneContentItemOutput() - Method in interface com.broadleafcommerce.content.clone.messaging.CloneContentItemProducer
- CloneContentItemProducer - Interface in com.broadleafcommerce.content.clone.messaging
-
Spring cloud data channel description for messaging output.
- CloneContentItemRequest - Class in com.broadleafcommerce.content.clone.contentitem
-
This is the request DTO which should be sent as the request body of the clone
ContentItem
request. - CloneContentItemRequest() - Constructor for class com.broadleafcommerce.content.clone.contentitem.CloneContentItemRequest
- cloneContentItemService(ContentItemService<ContentItem>, FieldDataService<FieldData>, ContentItemHydrationService, ContentFolderItemService<ContentFolderItem>, ContentItemRepository<Trackable>, NotificationManager, DomainMapperManager, ObjectMapper, EntityValidatorManager, TransactionTemplate, TypeFactory, CommonCatalogService<Catalog>) - Method in class com.broadleafcommerce.content.clone.autoconfigure.CloneContentItemAutoConfiguration
- CloneContentItemService<P extends ContentItem,
R extends CloneContentItemRequest> - Interface in com.broadleafcommerce.content.clone.contentitem.service -
The service that is used to clone the
ContentItem
. - cloneFieldData(P, P, ContextInfo) - Method in class com.broadleafcommerce.content.clone.contentitem.service.DefaultCloneContentItemService
- cloneNestedContentItem(ContextInfo, P) - Method in class com.broadleafcommerce.content.clone.contentitem.service.DefaultCloneContentItemService
-
Deprecated.
- cloneNestedContentItem(ContextInfo, P, boolean) - Method in class com.broadleafcommerce.content.clone.contentitem.service.DefaultCloneContentItemService
- COLOR_PICKER - Enum constant in enum class com.broadleafcommerce.content.domain.type.DefaultContentFieldType
- com.broadleafcommerce.content.autoconfigure - package com.broadleafcommerce.content.autoconfigure
- com.broadleafcommerce.content.cache - package com.broadleafcommerce.content.cache
- com.broadleafcommerce.content.clone.autoconfigure - package com.broadleafcommerce.content.clone.autoconfigure
- com.broadleafcommerce.content.clone.contentitem - package com.broadleafcommerce.content.clone.contentitem
- com.broadleafcommerce.content.clone.contentitem.service - package com.broadleafcommerce.content.clone.contentitem.service
- com.broadleafcommerce.content.clone.messaging - package com.broadleafcommerce.content.clone.messaging
- com.broadleafcommerce.content.domain - package com.broadleafcommerce.content.domain
- com.broadleafcommerce.content.domain.asset - package com.broadleafcommerce.content.domain.asset
- com.broadleafcommerce.content.domain.commerce - package com.broadleafcommerce.content.domain.commerce
- com.broadleafcommerce.content.domain.commerce.context - package com.broadleafcommerce.content.domain.commerce.context
- com.broadleafcommerce.content.domain.folder - package com.broadleafcommerce.content.domain.folder
- com.broadleafcommerce.content.domain.type - package com.broadleafcommerce.content.domain.type
- com.broadleafcommerce.content.provider - package com.broadleafcommerce.content.provider
- com.broadleafcommerce.content.provider.jpa - package com.broadleafcommerce.content.provider.jpa
- com.broadleafcommerce.content.provider.jpa.autoconfigure - package com.broadleafcommerce.content.provider.jpa.autoconfigure
- com.broadleafcommerce.content.provider.jpa.domain - package com.broadleafcommerce.content.provider.jpa.domain
- com.broadleafcommerce.content.provider.jpa.domain.asset - package com.broadleafcommerce.content.provider.jpa.domain.asset
- com.broadleafcommerce.content.provider.jpa.domain.folder - package com.broadleafcommerce.content.provider.jpa.domain.folder
- com.broadleafcommerce.content.provider.jpa.domain.support - package com.broadleafcommerce.content.provider.jpa.domain.support
- com.broadleafcommerce.content.provider.jpa.environment - package com.broadleafcommerce.content.provider.jpa.environment
- com.broadleafcommerce.content.provider.jpa.repository - package com.broadleafcommerce.content.provider.jpa.repository
- com.broadleafcommerce.content.provider.jpa.repository.support - package com.broadleafcommerce.content.provider.jpa.repository.support
- com.broadleafcommerce.content.repository - package com.broadleafcommerce.content.repository
- com.broadleafcommerce.content.service - package com.broadleafcommerce.content.service
- com.broadleafcommerce.content.service.autoconfigure - package com.broadleafcommerce.content.service.autoconfigure
- com.broadleafcommerce.content.service.folder - package com.broadleafcommerce.content.service.folder
- com.broadleafcommerce.content.service.hydration - package com.broadleafcommerce.content.service.hydration
- com.broadleafcommerce.content.service.messaging.autoconfigure - package com.broadleafcommerce.content.service.messaging.autoconfigure
- com.broadleafcommerce.content.service.messaging.cache - package com.broadleafcommerce.content.service.messaging.cache
- com.broadleafcommerce.content.service.validation - package com.broadleafcommerce.content.service.validation
- com.broadleafcommerce.content.web.autoconfigure - package com.broadleafcommerce.content.web.autoconfigure
- com.broadleafcommerce.content.web.converter - package com.broadleafcommerce.content.web.converter
- com.broadleafcommerce.content.web.endpoint - package com.broadleafcommerce.content.web.endpoint
- com.broadleafcommerce.content.web.endpoint.exception - package com.broadleafcommerce.content.web.endpoint.exception
- com.broadleafcommerce.content.web.security - package com.broadleafcommerce.content.web.security
- COMPARATOR - Static variable in class com.broadleafcommerce.content.domain.ContentField
- compareTo(ContentField) - Method in class com.broadleafcommerce.content.domain.ContentField
- configure(HttpSecurity) - Method in class com.broadleafcommerce.content.web.security.ContentServicesSecurityEnhancer
- CONTENT - Static variable in class com.broadleafcommerce.content.web.endpoint.ContentZoneEndpoint
- CONTENT_CONTEXT_HEADER - Static variable in class com.broadleafcommerce.content.domain.commerce.context.ContentContext
- CONTENT_ENTITY_MANAGER_FACTORY - Static variable in class com.broadleafcommerce.content.provider.jpa.JpaRouteConstants.Persistence
- CONTENT_ROUTE_KEY - Static variable in class com.broadleafcommerce.content.provider.RouteConstants.Persistence
- CONTENT_ROUTE_PACKAGE - Static variable in class com.broadleafcommerce.content.provider.RouteConstants.Persistence
- CONTENT_TRANSACTION_MANAGER - Static variable in class com.broadleafcommerce.content.provider.jpa.JpaRouteConstants.Persistence
- CONTENT_TRANSACTION_TEMPLATE - Static variable in class com.broadleafcommerce.content.provider.jpa.JpaRouteConstants.Persistence
- CONTENT_WITH_PREVIEW - Enum constant in enum class com.broadleafcommerce.content.cache.ContentKeyGen.KeyType
- ContentCacheAutoConfiguration - Class in com.broadleafcommerce.content.autoconfigure
-
Configuration for engaging default Broadleaf support for Apache Ignite cache
- ContentCacheAutoConfiguration() - Constructor for class com.broadleafcommerce.content.autoconfigure.ContentCacheAutoConfiguration
- ContentCacheInvalidationConsumer - Interface in com.broadleafcommerce.content.service.messaging.cache
-
Spring cloud data channel description for messaging input.
- ContentCacheInvalidationEvent - Class in com.broadleafcommerce.content.service.messaging.cache
-
Internal Spring event to notify listeners of a state change on an entity in order to influence cache invalidation activities.
- ContentCacheInvalidationEvent(Object, String, Map<String, String>) - Constructor for class com.broadleafcommerce.content.service.messaging.cache.ContentCacheInvalidationEvent
- contentCacheInvalidationEventListener(ObjectMapper, ApplicationEventPublisher) - Method in class com.broadleafcommerce.content.service.messaging.autoconfigure.ContentCacheInvalidationMessagingConfiguration
- ContentCacheInvalidationEventListener - Class in com.broadleafcommerce.content.service.messaging.cache
-
An event listener that triggers when a promotion service related entity that is eligible for cache is mutated.
- ContentCacheInvalidationEventListener(ObjectMapper, ApplicationEventPublisher) - Constructor for class com.broadleafcommerce.content.service.messaging.cache.ContentCacheInvalidationEventListener
- contentCacheInvalidationHelper(ContentCacheInvalidationMessagingProperties, ObjectProvider<DomainMapperManager>) - Method in class com.broadleafcommerce.content.service.messaging.autoconfigure.ContentCacheInvalidationMessagingConfiguration
- ContentCacheInvalidationHelper - Class in com.broadleafcommerce.content.service.messaging.cache
-
Provides supporting functionality related to cache invalidation components based on the
ContentCacheInvalidationHelper.getSupportedProjectionTypes()
registered. - ContentCacheInvalidationHelper(Supplier<DomainMapperManager>, ContentCacheInvalidationMessagingProperties) - Constructor for class com.broadleafcommerce.content.service.messaging.cache.ContentCacheInvalidationHelper
- ContentCacheInvalidationHelper.SupportedType - Class in com.broadleafcommerce.content.service.messaging.cache
-
Pojo defining the types supported for cache invalidation, as well as the send delay for cache invalidation messages (may be zero delay, in which case sending is immediate).
- contentCacheInvalidationInput() - Method in interface com.broadleafcommerce.content.service.messaging.cache.ContentCacheInvalidationConsumer
- contentCacheInvalidationMessageFactory(ContentCacheInvalidationHelper) - Method in class com.broadleafcommerce.content.service.messaging.autoconfigure.ContentCacheInvalidationMessagingConfiguration
- ContentCacheInvalidationMessageFactory - Class in com.broadleafcommerce.content.service.messaging.cache
-
Factory responsible for creating cache invalidation messages via the
NotificationHandler
- ContentCacheInvalidationMessageFactory(ContentCacheInvalidationHelper) - Constructor for class com.broadleafcommerce.content.service.messaging.cache.ContentCacheInvalidationMessageFactory
- ContentCacheInvalidationMessagingConfiguration - Class in com.broadleafcommerce.content.service.messaging.autoconfigure
- ContentCacheInvalidationMessagingConfiguration() - Constructor for class com.broadleafcommerce.content.service.messaging.autoconfigure.ContentCacheInvalidationMessagingConfiguration
- ContentCacheInvalidationMessagingProperties - Class in com.broadleafcommerce.content.service.messaging.autoconfigure
- ContentCacheInvalidationMessagingProperties() - Constructor for class com.broadleafcommerce.content.service.messaging.autoconfigure.ContentCacheInvalidationMessagingProperties
- contentCacheInvalidationNotificationHandler(ContentCacheInvalidationProducer, ContentCacheInvalidationMessagingProperties, List<IgnoredNotificationStateRepository>, MessageFactory<ContentCacheInvalidationRemoteEvent>, MessageSerializationHelper) - Method in class com.broadleafcommerce.content.service.messaging.autoconfigure.ContentCacheInvalidationMessagingConfiguration
- contentCacheInvalidationNotificationImmediateSender(MessageFactory<ContentCacheInvalidationRemoteEvent>, ContentCacheInvalidationMessagingProperties, ContentCacheInvalidationProducer, ContentCacheInvalidationNotificationStateMapperMember, ContentCacheInvalidationHelper, ObjectProvider<NotificationManager>) - Method in class com.broadleafcommerce.content.service.messaging.autoconfigure.ContentCacheInvalidationMessagingConfiguration
- ContentCacheInvalidationNotificationSender - Class in com.broadleafcommerce.content.service.messaging.cache
-
This service is responsible for sending the cache invalidation notification to the
ContentCacheInvalidationProducer.contentCacheInvalidationOutput()
channel if the entity is modified. - ContentCacheInvalidationNotificationSender(Supplier<NotificationManager>, MessageFactory<ContentCacheInvalidationRemoteEvent>, ContentCacheInvalidationMessagingProperties, ChannelSupplier, ContentCacheInvalidationNotificationStateMapperMember, ContentCacheInvalidationHelper) - Constructor for class com.broadleafcommerce.content.service.messaging.cache.ContentCacheInvalidationNotificationSender
- contentCacheInvalidationNotificationStateMapperMember(NotificationStateService, NotificationHandler, ContentCacheInvalidationHelper) - Method in class com.broadleafcommerce.content.service.messaging.autoconfigure.ContentCacheInvalidationMessagingConfiguration
- ContentCacheInvalidationNotificationStateMapperMember - Class in com.broadleafcommerce.content.service.messaging.cache
-
Initialize the NotificationState for
ContentCacheInvalidationProducer.TYPE
. - ContentCacheInvalidationNotificationStateMapperMember(NotificationStateService, NotificationHandler, ContentCacheInvalidationHelper) - Constructor for class com.broadleafcommerce.content.service.messaging.cache.ContentCacheInvalidationNotificationStateMapperMember
- contentCacheInvalidationOutput() - Method in interface com.broadleafcommerce.content.service.messaging.cache.ContentCacheInvalidationProducer
- ContentCacheInvalidationProducer - Interface in com.broadleafcommerce.content.service.messaging.cache
-
Spring cloud data channel description for messaging output.
- ContentCacheInvalidationRemoteEvent - Class in com.broadleafcommerce.content.service.messaging.cache
-
Contains information about the changed entity for which the cache should be invalidated.
- ContentCacheInvalidationRemoteEvent(String, String, String) - Constructor for class com.broadleafcommerce.content.service.messaging.cache.ContentCacheInvalidationRemoteEvent
- contentCacheInvalidationRetryClusterService(CamelClusterService, ContentCacheInvalidationMessagingProperties, List<NotificationStateRepository>, NotificationHandler, List<IgnoredNotificationStateRepository>, DataRouteReference) - Method in class com.broadleafcommerce.content.service.messaging.autoconfigure.ContentCacheInvalidationMessagingConfiguration
- contentCacheManagerCustomizer(IgniteConfigurers.BasicIgniteConfigurer, ContentCacheProperties) - Method in class com.broadleafcommerce.content.autoconfigure.ContentCacheAutoConfiguration
- ContentCacheProperties - Class in com.broadleafcommerce.content.cache
-
Properties that influence cache settings for the content service
- ContentCacheProperties() - Constructor for class com.broadleafcommerce.content.cache.ContentCacheProperties
- ContentContext - Class in com.broadleafcommerce.content.domain.commerce.context
-
DTO for holding data relevant for determining which content applies to an API request.
- ContentContext() - Constructor for class com.broadleafcommerce.content.domain.commerce.context.ContentContext
- ContentContextConverter - Class in com.broadleafcommerce.content.web.converter
- ContentContextConverter(ObjectMapper) - Constructor for class com.broadleafcommerce.content.web.converter.ContentContextConverter
- ContentEnvironmentPostProcessor - Class in com.broadleafcommerce.content.autoconfigure
-
Default property overrides for Content Services
- ContentEnvironmentPostProcessor() - Constructor for class com.broadleafcommerce.content.autoconfigure.ContentEnvironmentPostProcessor
- ContentEventComponentConstants - Class in com.broadleafcommerce.content.service.messaging.cache
- ContentExceptionAdvisor - Class in com.broadleafcommerce.content.web.endpoint.exception
- ContentExceptionAdvisor(MessageSource) - Constructor for class com.broadleafcommerce.content.web.endpoint.exception.ContentExceptionAdvisor
- ContentField - Class in com.broadleafcommerce.content.domain
-
Represents the definition of a
FieldData
. - ContentField() - Constructor for class com.broadleafcommerce.content.domain.ContentField
- ContentFieldConverter - Class in com.broadleafcommerce.content.provider.jpa.domain.support
- ContentFieldConverter(ObjectMapper) - Constructor for class com.broadleafcommerce.content.provider.jpa.domain.support.ContentFieldConverter
- ContentFieldRepository<D extends com.broadleafcommerce.data.tracking.core.Trackable> - Interface in com.broadleafcommerce.content.repository
- ContentFieldService<P extends ContentField> - Interface in com.broadleafcommerce.content.service
- ContentFilter - Class in com.broadleafcommerce.content.domain
-
Represents a filter that can be applied to a content item.
- ContentFilter() - Constructor for class com.broadleafcommerce.content.domain.ContentFilter
- ContentFilterOption - Class in com.broadleafcommerce.content.domain
-
Represents a filter option that can be applied to a content item.
- ContentFilterOption() - Constructor for class com.broadleafcommerce.content.domain.ContentFilterOption
- ContentFilterRequest() - Constructor for class com.broadleafcommerce.content.web.endpoint.ContentItemFiltersEndpoint.ContentFilterRequest
- ContentFolder - Class in com.broadleafcommerce.content.domain.folder
-
A domain that is intended to replicate the concept of folders in a filesystem.
- ContentFolder() - Constructor for class com.broadleafcommerce.content.domain.folder.ContentFolder
- ContentFolderEndpoint - Class in com.broadleafcommerce.content.web.endpoint
- ContentFolderEndpoint(ContentFolderService<ContentFolder>, ContentFolderItemService<ContentFolderItem>, ContentItemService<ContentItem>, ContentItemHydrationService) - Constructor for class com.broadleafcommerce.content.web.endpoint.ContentFolderEndpoint
- ContentFolderEndpoint.MoveItemsToFolderRequest - Class in com.broadleafcommerce.content.web.endpoint
- ContentFolderItem - Class in com.broadleafcommerce.content.domain.folder
-
A domain that maps a ContentItem to a Folder.
- ContentFolderItem() - Constructor for class com.broadleafcommerce.content.domain.folder.ContentFolderItem
- ContentFolderItemRepository<D extends com.broadleafcommerce.data.tracking.core.Trackable> - Interface in com.broadleafcommerce.content.repository
-
Repository
for persistent counter-parts ofFolderItems
. - contentFolderItemService(ContentFolderItemRepository<Trackable>, RsqlCrudEntityHelper) - Method in class com.broadleafcommerce.content.service.autoconfigure.ContentServiceAutoConfiguration
- ContentFolderItemService<P extends ContentFolderItem> - Interface in com.broadleafcommerce.content.service.folder
-
Base service API for
FolderItems
. - ContentFolderRepository<D extends com.broadleafcommerce.data.tracking.core.Trackable> - Interface in com.broadleafcommerce.content.repository
-
Repository
for persistent counter-parts ofFolders
. - contentFolderService(ContentFolderRepository<Trackable>, RsqlCrudEntityHelper) - Method in class com.broadleafcommerce.content.service.autoconfigure.ContentServiceAutoConfiguration
- ContentFolderService<P extends ContentFolder> - Interface in com.broadleafcommerce.content.service.folder
-
Base service API for
Folders
. - ContentItem - Class in com.broadleafcommerce.content.domain
-
A domain representing some content that should be displayed on the associated application.
- ContentItem() - Constructor for class com.broadleafcommerce.content.domain.ContentItem
- ContentItemAsset - Class in com.broadleafcommerce.content.domain.asset
-
Represents a relationship between a
ContentItem
and anAsset
. - ContentItemAsset() - Constructor for class com.broadleafcommerce.content.domain.asset.ContentItemAsset
- ContentItemAssetConverter - Class in com.broadleafcommerce.content.provider.jpa.domain.support
- ContentItemAssetConverter(ObjectMapper) - Constructor for class com.broadleafcommerce.content.provider.jpa.domain.support.ContentItemAssetConverter
- contentItemCacheAllByFilter(VendorAwareTrackablePolicyUtils) - Method in class com.broadleafcommerce.content.autoconfigure.ContentCacheAutoConfiguration
- contentItemCacheAllWithTags(VendorAwareTrackablePolicyUtils) - Method in class com.broadleafcommerce.content.autoconfigure.ContentCacheAutoConfiguration
- contentItemCacheByContentItemId(VendorAwareTrackablePolicyUtils) - Method in class com.broadleafcommerce.content.autoconfigure.ContentCacheAutoConfiguration
- contentItemCacheByContentItemIdAndPreviewToken(VendorAwareTrackablePolicyUtils) - Method in class com.broadleafcommerce.content.autoconfigure.ContentCacheAutoConfiguration
- contentItemCacheByIdIn(VendorAwareTrackablePolicyUtils) - Method in class com.broadleafcommerce.content.autoconfigure.ContentCacheAutoConfiguration
- contentItemCacheByItemAndModelUri(VendorAwareTrackablePolicyUtils) - Method in class com.broadleafcommerce.content.autoconfigure.ContentCacheAutoConfiguration
- contentItemCacheByModelId(VendorAwareTrackablePolicyUtils) - Method in class com.broadleafcommerce.content.autoconfigure.ContentCacheAutoConfiguration
- contentItemCacheByName(VendorAwareTrackablePolicyUtils) - Method in class com.broadleafcommerce.content.autoconfigure.ContentCacheAutoConfiguration
- contentItemCacheByNameIn(VendorAwareTrackablePolicyUtils) - Method in class com.broadleafcommerce.content.autoconfigure.ContentCacheAutoConfiguration
- contentItemCacheByUriAndModelId(VendorAwareTrackablePolicyUtils) - Method in class com.broadleafcommerce.content.autoconfigure.ContentCacheAutoConfiguration
- contentItemCachePageByIdIn(VendorAwareTrackablePolicyUtils) - Method in class com.broadleafcommerce.content.autoconfigure.ContentCacheAutoConfiguration
- contentItemCachePageByModelId(VendorAwareTrackablePolicyUtils) - Method in class com.broadleafcommerce.content.autoconfigure.ContentCacheAutoConfiguration
- contentItemCachePageByNameIn(VendorAwareTrackablePolicyUtils) - Method in class com.broadleafcommerce.content.autoconfigure.ContentCacheAutoConfiguration
- ContentItemCloneEvent - Class in com.broadleafcommerce.content.clone.messaging
-
The event, which is sent after the
ContentItem
is cloned. - ContentItemCloneEvent() - Constructor for class com.broadleafcommerce.content.clone.messaging.ContentItemCloneEvent
- ContentItemEndpoint - Class in com.broadleafcommerce.content.web.endpoint
- ContentItemEndpoint(ContentItemService<ContentItem>, ContentItemHydrationService, TypeFactory, TranslationEntityService<Translation>) - Constructor for class com.broadleafcommerce.content.web.endpoint.ContentItemEndpoint
- contentItemFilterRulesExtractor() - Method in class com.broadleafcommerce.content.provider.jpa.autoconfigure.ContentJpaAutoConfiguration
- ContentItemFiltersEndpoint - Class in com.broadleafcommerce.content.web.endpoint
- ContentItemFiltersEndpoint(ContentFolderItemService<ContentFolderItem>, ContentItemService<ContentItem>, StarredItemService<StarredItem>, AuthenticationUtils, TypeFactory) - Constructor for class com.broadleafcommerce.content.web.endpoint.ContentItemFiltersEndpoint
- ContentItemFiltersEndpoint.ContentFilterRequest - Class in com.broadleafcommerce.content.web.endpoint
- ContentItemHydrationService - Interface in com.broadleafcommerce.content.service.hydration
-
Service responsible for hydrating
ContentItem.getModel()
and missingContentItem.getFields()
if the model has been updated since the last request for an item or items. - ContentItemMembershipType - Enum Class in com.broadleafcommerce.content.domain.type
-
A ContentItemMembershipType defines whether a
ContentZoneItem
has an explicitly specifiedContentItem
or a rule-based membership criteria. - ContentItemRepository<D extends com.broadleafcommerce.data.tracking.core.Trackable> - Interface in com.broadleafcommerce.content.repository
-
Repository for persistent counter-parts of
ContentItem
. - ContentItemResolverEndpoint - Class in com.broadleafcommerce.content.web.endpoint
-
This endpoint handles resolving
ContentItems
from a storefront context. - ContentItemResolverEndpoint(TypeFactory, ContentItemResolverService<ContentItem>) - Constructor for class com.broadleafcommerce.content.web.endpoint.ContentItemResolverEndpoint
- ContentItemResolverProperties - Class in com.broadleafcommerce.content.service.autoconfigure
- ContentItemResolverProperties() - Constructor for class com.broadleafcommerce.content.service.autoconfigure.ContentItemResolverProperties
- ContentItemResolverService<I extends ContentItem> - Interface in com.broadleafcommerce.content.service
-
This service is responsible for resolving
ContentItems
for commerce-facing clients. - ContentItemService<P extends ContentItem> - Interface in com.broadleafcommerce.content.service
-
This service is responsible for handling all CRUD operations on
ContentItems
. - contentItemValidator() - Method in class com.broadleafcommerce.content.service.autoconfigure.ContentValidationAutoConfiguration
- ContentItemValidator - Class in com.broadleafcommerce.content.service.validation
- ContentItemValidator() - Constructor for class com.broadleafcommerce.content.service.validation.ContentItemValidator
- ContentJpaAutoConfiguration - Class in com.broadleafcommerce.content.provider.jpa.autoconfigure
- ContentJpaAutoConfiguration() - Constructor for class com.broadleafcommerce.content.provider.jpa.autoconfigure.ContentJpaAutoConfiguration
- ContentKeyGen - Class in com.broadleafcommerce.content.cache
-
Utility for creating
ContextKeyGen
for caches in Content Services. - ContentKeyGen.ContentWithPreviewKeyGenerator - Class in com.broadleafcommerce.content.cache
- ContentKeyGen.KeyType - Enum Class in com.broadleafcommerce.content.cache
- ContentModel - Class in com.broadleafcommerce.content.domain
-
Represents the definition for
ContentItems
. - ContentModel() - Constructor for class com.broadleafcommerce.content.domain.ContentModel
- contentModelCacheByName(VendorAwareTrackablePolicyUtils) - Method in class com.broadleafcommerce.content.autoconfigure.ContentCacheAutoConfiguration
- contentModelCacheByUri(VendorAwareTrackablePolicyUtils) - Method in class com.broadleafcommerce.content.autoconfigure.ContentCacheAutoConfiguration
- ContentModelEndpoint - Class in com.broadleafcommerce.content.web.endpoint
- ContentModelEndpoint(ContentModelService<ContentModel>) - Constructor for class com.broadleafcommerce.content.web.endpoint.ContentModelEndpoint
- contentModelFilterRulesExtractor() - Method in class com.broadleafcommerce.content.provider.jpa.autoconfigure.ContentJpaAutoConfiguration
- ContentModelRepository<D extends com.broadleafcommerce.data.tracking.core.Trackable> - Interface in com.broadleafcommerce.content.repository
-
Repository
for persistent counter-parts ofContentModel
. - ContentModelService<P extends ContentModel> - Interface in com.broadleafcommerce.content.service
-
This service is responsible for handling all CRUD operations on
ContentModels
. - contentModelValidator() - Method in class com.broadleafcommerce.content.service.autoconfigure.ContentValidationAutoConfiguration
- ContentModelValidator - Class in com.broadleafcommerce.content.service.validation
-
Validations for
ContentModel
. - ContentModelValidator() - Constructor for class com.broadleafcommerce.content.service.validation.ContentModelValidator
- ContentProperties - Class in com.broadleafcommerce.content.provider.jpa.environment
- ContentProperties() - Constructor for class com.broadleafcommerce.content.provider.jpa.environment.ContentProperties
- contentResolverCacheByZoneName(VendorAwareTrackablePolicyUtils) - Method in class com.broadleafcommerce.content.autoconfigure.ContentCacheAutoConfiguration
- ContentResolverRequest - Class in com.broadleafcommerce.content.domain.commerce
-
Represents a request to the
ContentItemResolverEndpoint
to retrieveContentItems
from a commerce-facing context. - ContentResolverRequest() - Constructor for class com.broadleafcommerce.content.domain.commerce.ContentResolverRequest
- ContentResolverResponse<T extends ContentItem> - Class in com.broadleafcommerce.content.domain.commerce
-
Represents a response from the
ContentItemResolverEndpoint
to retrieveContentItems
for a commerce-facing context. - ContentResolverResponse() - Constructor for class com.broadleafcommerce.content.domain.commerce.ContentResolverResponse
- ContentServiceAutoConfiguration - Class in com.broadleafcommerce.content.service.autoconfigure
- ContentServiceAutoConfiguration() - Constructor for class com.broadleafcommerce.content.service.autoconfigure.ContentServiceAutoConfiguration
- ContentServicesSecurityEnhancer - Class in com.broadleafcommerce.content.web.security
-
Opens access to certain public endpoints.
- ContentServicesSecurityEnhancer() - Constructor for class com.broadleafcommerce.content.web.security.ContentServicesSecurityEnhancer
- ContentTag - Class in com.broadleafcommerce.content.domain
-
Represents a tag that can be applied to a content item.
- ContentTag() - Constructor for class com.broadleafcommerce.content.domain.ContentTag
- ContentValidationAutoConfiguration - Class in com.broadleafcommerce.content.service.autoconfigure
-
Content-specific configuration for validation.
- ContentValidationAutoConfiguration() - Constructor for class com.broadleafcommerce.content.service.autoconfigure.ContentValidationAutoConfiguration
- ContentWebAutoConfiguration - Class in com.broadleafcommerce.content.web.autoconfigure
- ContentWebAutoConfiguration() - Constructor for class com.broadleafcommerce.content.web.autoconfigure.ContentWebAutoConfiguration
- ContentWithPreviewKeyGenerator() - Constructor for class com.broadleafcommerce.content.cache.ContentKeyGen.ContentWithPreviewKeyGenerator
- ContentWithPreviewKeyGenerator(VendorAwareCacheKeyEnhancer) - Constructor for class com.broadleafcommerce.content.cache.ContentKeyGen.ContentWithPreviewKeyGenerator
- ContentZone - Class in com.broadleafcommerce.content.domain
-
Represents an area in a UI view that displays variable content.
- ContentZone() - Constructor for class com.broadleafcommerce.content.domain.ContentZone
- contentZoneCacheByName(VendorAwareTrackablePolicyUtils) - Method in class com.broadleafcommerce.content.autoconfigure.ContentCacheAutoConfiguration
- ContentZoneEndpoint - Class in com.broadleafcommerce.content.web.endpoint
- ContentZoneEndpoint(ContentZoneService<ContentZone>, ContentItemService<ContentItem>) - Constructor for class com.broadleafcommerce.content.web.endpoint.ContentZoneEndpoint
- ContentZoneItem - Class in com.broadleafcommerce.content.domain
-
Represents a link between a
ContentItem
and aContentZone
where the item should be displayed if the request context matches theContentZoneItem.displayRule
. - ContentZoneItem() - Constructor for class com.broadleafcommerce.content.domain.ContentZoneItem
- ContentZoneItemList - Class in com.broadleafcommerce.content.domain
-
Represents a collection of
ContentZoneItems
related to aContentZone
that should be returned together when theContentZoneItemList.displayRule
matches the request context. - ContentZoneItemList() - Constructor for class com.broadleafcommerce.content.domain.ContentZoneItemList
- ContentZoneItemListConverter - Class in com.broadleafcommerce.content.provider.jpa.domain.support
- ContentZoneItemListConverter(ObjectMapper) - Constructor for class com.broadleafcommerce.content.provider.jpa.domain.support.ContentZoneItemListConverter
- ContentZoneItemListListConverter - Class in com.broadleafcommerce.content.provider.jpa.domain.support
- ContentZoneItemListListConverter(ObjectMapper) - Constructor for class com.broadleafcommerce.content.provider.jpa.domain.support.ContentZoneItemListListConverter
- ContentZoneRepository<D extends com.broadleafcommerce.data.tracking.core.Trackable> - Interface in com.broadleafcommerce.content.repository
-
Handles persistence operations for
ContentZones
. - ContentZoneService<P extends ContentZone> - Interface in com.broadleafcommerce.content.service
-
Service responsible for
ContentZones
CRUD operations. - contentZoneValidator() - Method in class com.broadleafcommerce.content.service.autoconfigure.ContentValidationAutoConfiguration
- ContentZoneValidator - Class in com.broadleafcommerce.content.service.validation
- ContentZoneValidator() - Constructor for class com.broadleafcommerce.content.service.validation.ContentZoneValidator
- CONTEXT_ID - Static variable in class com.broadleafcommerce.content.service.messaging.cache.ContentEventComponentConstants
- convert(String) - Method in class com.broadleafcommerce.content.web.converter.ContentContextConverter
- convertToDatabaseColumn(JpaContentItemAsset) - Method in class com.broadleafcommerce.content.provider.jpa.domain.support.ContentItemAssetConverter
- convertToDatabaseColumn(Object) - Method in class com.broadleafcommerce.content.provider.jpa.domain.support.FieldValueConverter
- convertToEntityAttribute(String) - Method in class com.broadleafcommerce.content.provider.jpa.domain.support.ContentItemAssetConverter
- convertToEntityAttribute(String) - Method in class com.broadleafcommerce.content.provider.jpa.domain.support.FieldValueConverter
- convertToJson(String) - Method in class com.broadleafcommerce.content.provider.jpa.domain.support.FieldValueConverter
- convertToJsonArray(String) - Method in class com.broadleafcommerce.content.provider.jpa.domain.support.FieldValueConverter
- create(P, ContextInfo) - Method in class com.broadleafcommerce.content.service.DefaultContentFieldService
- create(P, ContextInfo) - Method in class com.broadleafcommerce.content.service.DefaultContentItemService
- create(P, ContextInfo) - Method in class com.broadleafcommerce.content.service.DefaultContentModelService
- create(P, ContextInfo) - Method in class com.broadleafcommerce.content.service.DefaultFieldDataService
- createAll(String, List<String>, ContextInfo) - Method in class com.broadleafcommerce.content.service.DefaultStarredItemService
- createAll(String, List<String>, ContextInfo) - Method in interface com.broadleafcommerce.content.service.StarredItemService
-
Create
StarredItems
based on the supplied user id and content item ids. - createContentItem(ContextInfo, ContentItem) - Method in class com.broadleafcommerce.content.web.endpoint.ContentItemEndpoint
- createContentModel(ContextInfo, ContentModel) - Method in class com.broadleafcommerce.content.web.endpoint.ContentModelEndpoint
- createContentZone(HttpServletRequest, ContextInfo, ContentZone) - Method in class com.broadleafcommerce.content.web.endpoint.ContentZoneEndpoint
- createFolder(ContextInfo, ContentFolder) - Method in class com.broadleafcommerce.content.web.endpoint.ContentFolderEndpoint
- createFolderItem(P, R, ContextInfo) - Method in class com.broadleafcommerce.content.clone.contentitem.service.DefaultCloneContentItemService
- createMessage(Object) - Method in class com.broadleafcommerce.content.service.messaging.cache.ContentCacheInvalidationMessageFactory
- createNotificationState(P, P) - Method in class com.broadleafcommerce.content.clone.contentitem.service.DefaultCloneContentItemService
- createStarredItem(ContextInfo, StarredItem) - Method in class com.broadleafcommerce.content.web.endpoint.StarredItemEndpoint
- createStarredItem(String, String) - Method in class com.broadleafcommerce.content.service.DefaultStarredItemService
- createStarredItems(String, List<String>) - Method in class com.broadleafcommerce.content.service.DefaultStarredItemService
- createThemeField(ContextInfo, String, ThemeField) - Method in class com.broadleafcommerce.content.web.endpoint.ThemeFieldEndpoint
- createThemeFieldGroup(ContextInfo, ThemeFieldGroup) - Method in class com.broadleafcommerce.content.web.endpoint.ThemeFieldGroupEndpoint
- CustomerRef - Class in com.broadleafcommerce.content.domain.commerce.context
-
DTO for holding data relevant for determining which content applies to an API request.
- CustomerRef() - Constructor for class com.broadleafcommerce.content.domain.commerce.context.CustomerRef
- CustomizedContentItemRepository<D extends com.broadleafcommerce.data.tracking.core.Trackable> - Interface in com.broadleafcommerce.content.repository
D
- DATE - Enum constant in enum class com.broadleafcommerce.content.domain.type.DefaultContentFieldType
- DECIMAL - Enum constant in enum class com.broadleafcommerce.content.domain.type.DefaultContentFieldType
- DefaultCloneContentItemService<P extends ContentItem,
R extends CloneContentItemRequest> - Class in com.broadleafcommerce.content.clone.contentitem.service -
Default implementation for
CloneContentItemService
. - DefaultCloneContentItemService(ContentItemService<P>, FieldDataService<FieldData>, ContentItemHydrationService, ContentFolderItemService<ContentFolderItem>, ContentItemRepository<Trackable>, NotificationManager, DomainMapperManager, ObjectMapper, EntityValidatorManager, TransactionTemplate, TypeFactory, CommonCatalogService<Catalog>) - Constructor for class com.broadleafcommerce.content.clone.contentitem.service.DefaultCloneContentItemService
- DefaultContentFieldService<P extends ContentField> - Class in com.broadleafcommerce.content.service
- DefaultContentFieldService(ContentFieldRepository<Trackable>, RsqlCrudEntityHelper) - Constructor for class com.broadleafcommerce.content.service.DefaultContentFieldService
- DefaultContentFieldType - Enum Class in com.broadleafcommerce.content.domain.type
-
Default types a
ContentField
can be. - DefaultContentFolderItemService<P extends ContentFolderItem> - Class in com.broadleafcommerce.content.service.folder
- DefaultContentFolderItemService(ContentFolderItemRepository<Trackable>, RsqlCrudEntityHelper) - Constructor for class com.broadleafcommerce.content.service.folder.DefaultContentFolderItemService
- DefaultContentFolderService<P extends ContentFolder> - Class in com.broadleafcommerce.content.service.folder
- DefaultContentFolderService(ContentFolderRepository<Trackable>, RsqlCrudEntityHelper) - Constructor for class com.broadleafcommerce.content.service.folder.DefaultContentFolderService
- DefaultContentItemHydrationService - Class in com.broadleafcommerce.content.service.hydration
- DefaultContentItemHydrationService(ContentModelService<ContentModel>, ContentItemService<ContentItem>, FieldDataService<FieldData>) - Constructor for class com.broadleafcommerce.content.service.hydration.DefaultContentItemHydrationService
- DefaultContentItemResolverService<I extends ContentItem> - Class in com.broadleafcommerce.content.service
- DefaultContentItemResolverService(ContentZoneService<ContentZone>, ContentModelService<ContentModel>, ContentItemService<I>, ContentItemHydrationService, TypeFactory, FilterParser<Node>) - Constructor for class com.broadleafcommerce.content.service.DefaultContentItemResolverService
- DefaultContentItemService<P extends ContentItem> - Class in com.broadleafcommerce.content.service
- DefaultContentItemService(ContentItemRepository<Trackable>, RsqlCrudEntityHelper, FieldDataService<FieldData>, TypeFactory, AuthenticationUtils) - Constructor for class com.broadleafcommerce.content.service.DefaultContentItemService
- DefaultContentModelService<P extends ContentModel> - Class in com.broadleafcommerce.content.service
- DefaultContentModelService(ContentModelRepository<Trackable>, RsqlCrudEntityHelper, FieldDataService<FieldData>, TypeFactory) - Constructor for class com.broadleafcommerce.content.service.DefaultContentModelService
- DefaultContentZoneService<P extends ContentZone> - Class in com.broadleafcommerce.content.service
- DefaultContentZoneService(ContentZoneRepository<Trackable>, ContentItemService<ContentItem>, RsqlCrudEntityHelper, FilterParser<Node>) - Constructor for class com.broadleafcommerce.content.service.DefaultContentZoneService
- DefaultFieldDataService<P extends FieldData> - Class in com.broadleafcommerce.content.service
- DefaultFieldDataService(FieldDataRepository<Trackable>, RsqlCrudEntityHelper) - Constructor for class com.broadleafcommerce.content.service.DefaultFieldDataService
- DefaultStarredItemService<P extends StarredItem> - Class in com.broadleafcommerce.content.service
- DefaultStarredItemService(StarredItemRepository<Trackable>, ContentItemService<ContentItem>, RsqlCrudEntityHelper, TypeFactory, CommonCatalogService<Catalog>) - Constructor for class com.broadleafcommerce.content.service.DefaultStarredItemService
- DefaultThemeFieldGroupService<P extends ThemeFieldGroup> - Class in com.broadleafcommerce.content.service
- DefaultThemeFieldGroupService(ThemeFieldGroupRepository<Trackable>, RsqlCrudEntityHelper) - Constructor for class com.broadleafcommerce.content.service.DefaultThemeFieldGroupService
- DefaultThemeFieldService<P extends ThemeField> - Class in com.broadleafcommerce.content.service
- DefaultThemeFieldService(ThemeFieldRepository<Trackable>, RsqlCrudEntityHelper) - Constructor for class com.broadleafcommerce.content.service.DefaultThemeFieldService
- DefaultThemeHydrationService<T extends ThemeFieldGroup> - Class in com.broadleafcommerce.content.service.hydration
- DefaultThemeHydrationService(ThemeFieldService<ThemeField>) - Constructor for class com.broadleafcommerce.content.service.hydration.DefaultThemeHydrationService
- delayIfApplicable(D, P, ContextInfo) - Method in class com.broadleafcommerce.content.service.messaging.cache.ContentCacheInvalidationNotificationStateMapperMember
- delete(String, ContextInfo) - Method in class com.broadleafcommerce.content.service.DefaultContentItemService
- delete(String, ContextInfo) - Method in class com.broadleafcommerce.content.service.DefaultContentModelService
- deleteContentItem(ContextInfo, String) - Method in class com.broadleafcommerce.content.web.endpoint.ContentItemEndpoint
- deleteContentModel(ContextInfo, String) - Method in class com.broadleafcommerce.content.web.endpoint.ContentModelEndpoint
- deleteContentZone(HttpServletRequest, ContextInfo, String) - Method in class com.broadleafcommerce.content.web.endpoint.ContentZoneEndpoint
- deleteFolder(ContextInfo, String) - Method in class com.broadleafcommerce.content.web.endpoint.ContentFolderEndpoint
- deleteMap(D, ContextInfo) - Method in class com.broadleafcommerce.content.service.messaging.cache.ContentCacheInvalidationNotificationStateMapperMember
- deleteStarredItem(ContextInfo, String) - Method in class com.broadleafcommerce.content.web.endpoint.StarredItemEndpoint
- deleteThemeField(ContextInfo, String, String) - Method in class com.broadleafcommerce.content.web.endpoint.ThemeFieldEndpoint
- deleteThemeFieldGroup(ContextInfo, String) - Method in class com.broadleafcommerce.content.web.endpoint.ThemeFieldGroupEndpoint
- DERIVED_URL - Enum constant in enum class com.broadleafcommerce.content.domain.type.DefaultContentFieldType
- deserialize(String) - Method in class com.broadleafcommerce.content.provider.jpa.domain.support.FieldValueConverter
E
- EMPTY_ARRAY - Static variable in class com.broadleafcommerce.content.provider.jpa.repository.JpaCustomizedContentItemRepository
- ENUM - Enum constant in enum class com.broadleafcommerce.content.domain.type.DefaultContentFieldType
- equals(Object) - Method in class com.broadleafcommerce.content.cache.ContentCacheProperties
- equals(Object) - Method in class com.broadleafcommerce.content.clone.contentitem.CloneContentItemNotificationProperties
- equals(Object) - Method in class com.broadleafcommerce.content.clone.contentitem.CloneContentItemRequest
- equals(Object) - Method in class com.broadleafcommerce.content.clone.messaging.ContentItemCloneEvent
- equals(Object) - Method in class com.broadleafcommerce.content.domain.asset.ContentItemAsset
- equals(Object) - Method in class com.broadleafcommerce.content.domain.Author
- equals(Object) - Method in class com.broadleafcommerce.content.domain.commerce.BulkContentResolverRequest
- equals(Object) - Method in class com.broadleafcommerce.content.domain.commerce.BulkContentResolverResponse
- equals(Object) - Method in class com.broadleafcommerce.content.domain.commerce.ContentResolverRequest
- equals(Object) - Method in class com.broadleafcommerce.content.domain.commerce.ContentResolverResponse
- equals(Object) - Method in class com.broadleafcommerce.content.domain.commerce.context.ContentContext
- equals(Object) - Method in class com.broadleafcommerce.content.domain.commerce.context.CustomerRef
- equals(Object) - Method in class com.broadleafcommerce.content.domain.ContentField
- equals(Object) - Method in class com.broadleafcommerce.content.domain.ContentFilter
- equals(Object) - Method in class com.broadleafcommerce.content.domain.ContentFilterOption
- equals(Object) - Method in class com.broadleafcommerce.content.domain.ContentItem
- equals(Object) - Method in class com.broadleafcommerce.content.domain.ContentModel
- equals(Object) - Method in class com.broadleafcommerce.content.domain.ContentTag
- equals(Object) - Method in class com.broadleafcommerce.content.domain.ContentZone
- equals(Object) - Method in class com.broadleafcommerce.content.domain.ContentZoneItem
- equals(Object) - Method in class com.broadleafcommerce.content.domain.ContentZoneItemList
- equals(Object) - Method in class com.broadleafcommerce.content.domain.FieldData
- equals(Object) - Method in class com.broadleafcommerce.content.domain.folder.Attribute
- equals(Object) - Method in class com.broadleafcommerce.content.domain.folder.ContentFolder
- equals(Object) - Method in class com.broadleafcommerce.content.domain.folder.ContentFolderItem
- equals(Object) - Method in class com.broadleafcommerce.content.domain.StarredItem
- equals(Object) - Method in class com.broadleafcommerce.content.domain.ThemeField
- equals(Object) - Method in class com.broadleafcommerce.content.domain.ThemeFieldGroup
- equals(Object) - Method in class com.broadleafcommerce.content.provider.jpa.domain.asset.JpaContentItemAsset
- equals(Object) - Method in class com.broadleafcommerce.content.provider.jpa.domain.folder.JpaAttribute
- equals(Object) - Method in class com.broadleafcommerce.content.provider.jpa.domain.folder.JpaContentFolder
- equals(Object) - Method in class com.broadleafcommerce.content.provider.jpa.domain.folder.JpaContentFolderItem
- equals(Object) - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaAuthor
- equals(Object) - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentField
- equals(Object) - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentItem
- equals(Object) - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentModel
- equals(Object) - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentZone
- equals(Object) - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentZoneItem
- equals(Object) - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentZoneItemList
- equals(Object) - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaFieldData
- equals(Object) - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaStarredItem
- equals(Object) - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaThemeField
- equals(Object) - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaThemeFieldGroup
- equals(Object) - Method in class com.broadleafcommerce.content.provider.jpa.environment.ContentProperties
- equals(Object) - Method in class com.broadleafcommerce.content.provider.jpa.repository.support.LinkedRSQLQueryDetails
- equals(Object) - Method in class com.broadleafcommerce.content.service.messaging.cache.ContentCacheInvalidationHelper.SupportedType
- equals(Object) - Method in class com.broadleafcommerce.content.service.messaging.cache.ContentCacheInvalidationRemoteEvent
- equals(Object) - Method in class com.broadleafcommerce.content.web.endpoint.ContentFolderEndpoint.MoveItemsToFolderRequest
- equals(Object) - Method in class com.broadleafcommerce.content.web.endpoint.ContentItemFiltersEndpoint.ContentFilterRequest
- equals(Object) - Method in class com.broadleafcommerce.content.web.endpoint.StarredItemEndpoint.BulkActionStarredItemsRequest
- evaluateContentItemDisplayRules(I, ContentContext) - Method in class com.broadleafcommerce.content.service.DefaultContentItemResolverService
- evaluateDisplayRulesForResponse(ContentResolverResponse<I>, ContentContext) - Method in interface com.broadleafcommerce.content.service.ContentItemResolverService
-
Recursively evaluates the display rules for the given
response
to filter out anyContentItems
that should not be displayed. - evaluateDisplayRulesForResponse(ContentResolverResponse<I>, ContentContext) - Method in class com.broadleafcommerce.content.service.DefaultContentItemResolverService
- EVENT_ORDER - Static variable in class com.broadleafcommerce.content.service.messaging.cache.ContentCacheInvalidationNotificationSender
- ExistingContentItemsException - Exception in com.broadleafcommerce.content.web.endpoint.exception
-
This exception is thrown when a content model is attempted to be deleted (or more accurately, archived), but has unarchived content items.
- ExistingContentItemsException() - Constructor for exception com.broadleafcommerce.content.web.endpoint.exception.ExistingContentItemsException
- ExistingContentItemsException(String) - Constructor for exception com.broadleafcommerce.content.web.endpoint.exception.ExistingContentItemsException
- existsByFolderContextId(String, ContextInfo) - Method in interface com.broadleafcommerce.content.repository.ContentFolderItemRepository
-
Returns whether there are any folder items with
folderId
as theirContentFolderItem#folder
. - existsByFolderId(String, ContextInfo) - Method in interface com.broadleafcommerce.content.service.folder.ContentFolderItemService
-
Returns whether there are any folder items with
folderId
as theirContentFolderItem#folder
. - existsByFolderId(String, ContextInfo) - Method in class com.broadleafcommerce.content.service.folder.DefaultContentFolderItemService
- existsByModelContextId(String, ContextInfo) - Method in interface com.broadleafcommerce.content.repository.ContentItemRepository
- existsByParentFolderContextId(String, ContextInfo) - Method in interface com.broadleafcommerce.content.repository.ContentFolderRepository
-
Returns whether there are any folders with
folderId
as theirContentFolder.parentFolderId
. - existsByParentFolderId(String, ContextInfo) - Method in interface com.broadleafcommerce.content.service.folder.ContentFolderService
-
Returns whether there are any folders with
folderId
as theirContentFolder.parentFolderId
. - existsByParentFolderId(String, ContextInfo) - Method in class com.broadleafcommerce.content.service.folder.DefaultContentFolderService
- EXPLICIT - Enum constant in enum class com.broadleafcommerce.content.domain.type.ContentItemMembershipType
-
The
ContentZoneItem
has explicitly specifiedContentItems
F
- FieldData - Class in com.broadleafcommerce.content.domain
-
Represents the field data for fields on a
ContentItem
as defined by aContentModel's ContentFields
. - FieldData() - Constructor for class com.broadleafcommerce.content.domain.FieldData
- FieldDataListConverter - Class in com.broadleafcommerce.content.provider.jpa.domain.support
- FieldDataListConverter(ObjectMapper) - Constructor for class com.broadleafcommerce.content.provider.jpa.domain.support.FieldDataListConverter
- FieldDataRepository<D extends com.broadleafcommerce.data.tracking.core.Trackable> - Interface in com.broadleafcommerce.content.repository
-
Repository
for persistent counter-parts ofFieldData
. - FieldDataService<P extends FieldData> - Interface in com.broadleafcommerce.content.service
-
This service is responsible for handling all CRUD operations on
FieldData
. - FieldValueConverter - Class in com.broadleafcommerce.content.provider.jpa.domain.support
- FieldValueConverter(ObjectMapper) - Constructor for class com.broadleafcommerce.content.provider.jpa.domain.support.FieldValueConverter
- findAllActiveByName(String, Node, Pageable, ContextInfo) - Method in class com.broadleafcommerce.content.provider.jpa.repository.JpaCustomizedContentItemRepository
- findAllActiveByName(String, Node, Pageable, ContextInfo) - Method in interface com.broadleafcommerce.content.repository.CustomizedContentItemRepository
-
Returns a list of all active content items that are associated with the given
model
. - findAllByContentItemContextId(String, ContextInfo) - Method in interface com.broadleafcommerce.content.repository.FieldDataRepository
- findAllByContentItemContextIdIn(Iterable<String>, ContextInfo) - Method in interface com.broadleafcommerce.content.repository.FieldDataRepository
- findAllByContentItemContextIdIn(Collection<String>, ContextInfo) - Method in interface com.broadleafcommerce.content.repository.ContentFolderItemRepository
-
Returns all folder items with the given content item context ID.
- findAllByContentModelContextId(String, ContextInfo) - Method in interface com.broadleafcommerce.content.repository.ContentFieldRepository
-
Finds the
Fields
belonging to theContentModel
by its id. - findAllByContentModelContextIdIn(Collection<String>, ContextInfo) - Method in interface com.broadleafcommerce.content.repository.ContentFieldRepository
- findAllByContextIdIn(Iterable<String>, ContextInfo) - Method in interface com.broadleafcommerce.content.repository.ContentFieldRepository
-
Finds the
Fields
by their ids. - findAllByContextIdIn(Iterable<String>, ContextInfo) - Method in interface com.broadleafcommerce.content.repository.ContentModelRepository
-
Finds all the models with the given
contextIds
. - findAllByContextIdIn(Iterable<String>, ContextInfo) - Method in interface com.broadleafcommerce.content.repository.FieldDataRepository
- findAllByContextIdIn(Iterable<String>, ContextInfo) - Method in interface com.broadleafcommerce.content.repository.ThemeFieldRepository
- findAllByContextIdIn(Collection<String>, Node, ContextInfo) - Method in interface com.broadleafcommerce.content.repository.ContentItemRepository
-
Reads all
ContentItems
matching the given ids. - findAllByContextIdIn(Collection<String>, Pageable, ContextInfo) - Method in interface com.broadleafcommerce.content.repository.ContentFolderRepository
-
Retrieves a paged list of folders whose context IDs match any of the given IDs.
- findAllByContextIdIn(Collection<String>, Pageable, Node, ContextInfo) - Method in interface com.broadleafcommerce.content.repository.ContentItemRepository
-
Reads all
ContentItems
matching the given ids. - findAllByContextIdIn(List<String>, ContextInfo) - Method in interface com.broadleafcommerce.content.repository.ContentItemRepository
-
Find all content for a given list of ids
- findAllByFieldGroupContextIdInOrderByName(Iterable<String>, ContextInfo) - Method in interface com.broadleafcommerce.content.repository.ThemeFieldRepository
- findAllByFieldGroupContextIdOrderByName(String, ContextInfo) - Method in interface com.broadleafcommerce.content.repository.ThemeFieldRepository
- findAllByFolderContextId(String, ContextInfo) - Method in interface com.broadleafcommerce.content.repository.ContentFolderItemRepository
-
Returns a list of the children folder items of the given folder by finding all folder items whose folder context ID matches the given ID.
- findAllByFolderContextId(String, Node, Pageable, ContextInfo) - Method in interface com.broadleafcommerce.content.repository.ContentFolderItemRepository
-
Returns the children folder items of the given folder by finding all folder items whose folder context ID matches the given ID.
- findAllByFolderContextIdIsNull(Node, Pageable, ContextInfo) - Method in interface com.broadleafcommerce.content.repository.ContentFolderItemRepository
-
Returns all root folder items.
- findAllByModelContextId(String, Node, ContextInfo) - Method in interface com.broadleafcommerce.content.repository.ContentItemRepository
-
Find all content for a specific model.
- findAllByModelContextId(String, Pageable, Node, ContextInfo) - Method in interface com.broadleafcommerce.content.repository.ContentItemRepository
-
Read all content for a specific model.
- findAllByNameContainingIgnoreCase(String, Node, Pageable, ContextInfo) - Method in interface com.broadleafcommerce.content.repository.ContentFolderRepository
-
Retrieves a paged list of all Folders in the database, optionally filtered by name.
- findAllByNameContainingIgnoreCase(String, Node, Pageable, ContextInfo) - Method in interface com.broadleafcommerce.content.repository.ContentItemRepository
-
Find all content models, filtered by name.
- findAllByNameContainingIgnoreCase(String, Node, Pageable, ContextInfo) - Method in interface com.broadleafcommerce.content.repository.ContentModelRepository
-
Find all content models, filtered by name.
- findAllByNameIn(Collection<String>, Node, ContextInfo) - Method in interface com.broadleafcommerce.content.repository.ContentItemRepository
-
Reads all
ContentItems
matching the given names. - findAllByNameIn(Collection<String>, Pageable, Node, ContextInfo) - Method in interface com.broadleafcommerce.content.repository.ContentItemRepository
-
Reads all
ContentItems
matching the given names. - findAllByParentFolderContextId(String, Node, Pageable, ContextInfo) - Method in interface com.broadleafcommerce.content.repository.ContentFolderRepository
-
Returns the children folders of the given folder by finding all folders whose parent folder context ID matches the given ID.
- findAllByParentFolderContextIdIsNull(Node, Pageable, ContextInfo) - Method in interface com.broadleafcommerce.content.repository.ContentFolderRepository
-
Returns all root folders.
- findAllByQuery(String, Node, Pageable, ContextInfo) - Method in class com.broadleafcommerce.content.provider.jpa.repository.JpaCustomizedContentItemRepository
- findAllByQuery(String, Node, Pageable, ContextInfo) - Method in interface com.broadleafcommerce.content.repository.CustomizedContentItemRepository
-
Returns a list of all content items that are associate with the given query
- findAllByTagsIsNotNull(ContextInfo) - Method in interface com.broadleafcommerce.content.repository.ContentItemRepository
-
Find all content where tags is not null
- findAllByUriIsNotNullAndUriNot(String, Pageable, ContextInfo) - Method in interface com.broadleafcommerce.content.repository.ContentItemRepository
-
Read all
ContentItems
whoseContentItem.getUri()
is not equal to the value specified by the uri parameter - findAllByUserId(String, ContextInfo) - Method in interface com.broadleafcommerce.content.repository.StarredItemRepository
-
Find all starred items, filtered by userId.
- findAllByUserIdAndContentItemIdIn(String, List<String>, ContextInfo) - Method in interface com.broadleafcommerce.content.repository.StarredItemRepository
-
Find all starred items, filtered by userId and the list of content item IDs.
- findAllInactiveByName(String, Node, Pageable, ContextInfo) - Method in class com.broadleafcommerce.content.provider.jpa.repository.JpaCustomizedContentItemRepository
- findAllInactiveByName(String, Node, Pageable, ContextInfo) - Method in interface com.broadleafcommerce.content.repository.CustomizedContentItemRepository
-
Returns a list of all
ContentItem
s that are currently inactive. - findByCombinedModelAndItemUris(String, ContextInfo) - Method in class com.broadleafcommerce.content.provider.jpa.repository.JpaCustomizedContentItemRepository
- findByCombinedModelAndItemUris(String, ContextInfo) - Method in interface com.broadleafcommerce.content.repository.CustomizedContentItemRepository
-
Takes the given
uri
and returns the item where the combination ofits URI
and itsContentModel's URI
matches. - findByModelContextIdAndUri(String, String, ContextInfo) - Method in interface com.broadleafcommerce.content.repository.ContentItemRepository
- findByName(String, ContextInfo) - Method in interface com.broadleafcommerce.content.repository.ContentItemRepository
-
Deprecated, for removal: This API element is subject to removal in a future version.since 2.1.3. Content names are not unique for all content, they are only unique for non-embedded content. Use
ContentItemRepository.findByNameAndEmbeddedFalse(String, ContextInfo)
instead. - findByName(String, ContextInfo) - Method in interface com.broadleafcommerce.content.repository.ContentModelRepository
-
Find the content model with the given name.
- findByName(String, ContextInfo) - Method in interface com.broadleafcommerce.content.repository.ContentZoneRepository
-
Retrieves the zone by name.
- findByNameAndEmbeddedFalse(String, ContextInfo) - Method in interface com.broadleafcommerce.content.repository.ContentItemRepository
-
Find the non-embedded content item with the given name.
- findByNameAndFieldGroupContextId(String, String, ContextInfo) - Method in interface com.broadleafcommerce.content.repository.ThemeFieldRepository
-
Finds the field with the given name in the given group.
- findByUri(String, ContextInfo) - Method in interface com.broadleafcommerce.content.repository.ContentModelRepository
-
Finds the model by the given
uri
. - fromBusinessDomain(Object, D, ContextInfo) - Method in class com.broadleafcommerce.content.service.messaging.cache.ContentCacheInvalidationNotificationStateMapperMember
- fromMe() - Method in class com.broadleafcommerce.content.provider.jpa.domain.folder.JpaContentFolder
- fromMe() - Method in class com.broadleafcommerce.content.provider.jpa.domain.folder.JpaContentFolderItem
- fromMe() - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentField
- fromMe() - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentItem
- fromMe() - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentModel
- fromMe() - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentZone
- fromMe() - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaFieldData
- fromMe() - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaThemeField
- fromMe() - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaThemeFieldGroup
G
- generateClone(R, Trackable, Class<P>, ContextInfo) - Method in class com.broadleafcommerce.content.clone.contentitem.service.DefaultCloneContentItemService
- get_id() - Method in class com.broadleafcommerce.content.provider.jpa.domain.folder.JpaContentFolder
- get_id() - Method in class com.broadleafcommerce.content.provider.jpa.domain.folder.JpaContentFolderItem
- get_id() - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentField
- get_id() - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentItem
- get_id() - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentModel
- get_id() - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentZone
- get_id() - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaFieldData
- get_id() - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaStarredItem
- get_id() - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaThemeField
- get_id() - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaThemeFieldGroup
- getAccountId() - Method in class com.broadleafcommerce.content.domain.commerce.context.CustomerRef
-
The ID of the account the user belongs to.
- getAction() - Method in class com.broadleafcommerce.content.web.endpoint.StarredItemEndpoint.BulkActionStarredItemsRequest
- getActiveEndDate() - Method in class com.broadleafcommerce.content.domain.ContentItem
-
Defines the ending time for which this content item is active.
- getActiveEndDate() - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentItem
- getActiveFilteredResults(Node, Pageable, ContextInfo, Class<D>, CriteriaBuilder, CriteriaQuery<D>, List<Predicate>, Map<String, Object>) - Method in class com.broadleafcommerce.content.provider.jpa.repository.JpaCustomizedContentItemRepository
- getActiveStartDate() - Method in class com.broadleafcommerce.content.domain.ContentItem
-
Defines the beginning time for which this content item is active.
- getActiveStartDate() - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentItem
- getAllItemsByFilter() - Method in class com.broadleafcommerce.content.cache.ContentCacheProperties
- getAllItemsByModelId() - Method in class com.broadleafcommerce.content.cache.ContentCacheProperties
- getAllItemsWithTags() - Method in class com.broadleafcommerce.content.cache.ContentCacheProperties
- getAllowedModels() - Method in class com.broadleafcommerce.content.domain.ContentField
-
When the `referenceType` is `CONTENT`, this field holds allowed content models.
- getAllowedModels() - Method in class com.broadleafcommerce.content.domain.ContentZone
-
When the `referenceType` is `CONTENT`, this field holds allowed content models.
- getAllowedModels() - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentField
- getAllowedModels() - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentZone
- getAlternateItemSets() - Method in class com.broadleafcommerce.content.domain.ContentZone
-
List of
ContentZoneItemLists
to display based on theirrules
. - getAlternateItemSets() - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentZone
- getApplicationEventPublisher() - Method in class com.broadleafcommerce.content.service.messaging.cache.ContentCacheInvalidationEventListener
- getAttribute() - Method in class com.broadleafcommerce.content.domain.commerce.ContentResolverRequest
-
Return any additional attributes passed in the request not matching any defined properties.
- getAttributes() - Method in class com.broadleafcommerce.content.clone.messaging.ContentItemCloneEvent
-
The attributes used to send the additional information.
- getAttributes() - Method in class com.broadleafcommerce.content.domain.commerce.ContentResolverRequest
-
Map holding any additional attributes passed in the request not matching any defined properties.
- getAttributes() - Method in class com.broadleafcommerce.content.domain.commerce.context.ContentContext
-
Additional, unspecified attributes.
- getAttributes() - Method in class com.broadleafcommerce.content.domain.ContentField
-
Additional attributes needed to further define this field
- getAttributes() - Method in class com.broadleafcommerce.content.domain.folder.ContentFolder
-
Additional attributes of the folder.
- getAttributes() - Method in class com.broadleafcommerce.content.provider.jpa.domain.folder.JpaContentFolder
- getAttributes() - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentField
- getAuthenticatedUserId() - Method in class com.broadleafcommerce.content.service.hydration.DefaultContentItemHydrationService
-
Get the authenticated user id from the
AuthenticationUtils
. - getAuthenticatedUserId() - Method in class com.broadleafcommerce.content.web.endpoint.ContentItemEndpoint
- getAuthenticatedUserId() - Method in class com.broadleafcommerce.content.web.endpoint.ContentItemFiltersEndpoint
- getAuthenticatedUserId() - Method in class com.broadleafcommerce.content.web.endpoint.StarredItemEndpoint
- getAuthenticationUtils() - Method in class com.broadleafcommerce.content.service.DefaultContentItemResolverService
- getAuthenticationUtils() - Method in class com.broadleafcommerce.content.service.DefaultContentItemService
- getAuthenticationUtils() - Method in class com.broadleafcommerce.content.service.hydration.DefaultContentItemHydrationService
- getAuthenticationUtils() - Method in class com.broadleafcommerce.content.web.endpoint.ContentItemEndpoint
- getAuthenticationUtils() - Method in class com.broadleafcommerce.content.web.endpoint.ContentItemFiltersEndpoint
- getAuthenticationUtils() - Method in class com.broadleafcommerce.content.web.endpoint.StarredItemEndpoint
- getAuthor() - Method in class com.broadleafcommerce.content.domain.ContentItem
-
Information on the user who created this item.
- getAuthor() - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentItem
- getBehaviorUtil() - Method in class com.broadleafcommerce.content.provider.jpa.repository.JpaCustomizedContentItemRepository
- getBusinessDomainType() - Method in class com.broadleafcommerce.content.provider.jpa.domain.folder.JpaContentFolder
- getBusinessDomainType() - Method in class com.broadleafcommerce.content.provider.jpa.domain.folder.JpaContentFolderItem
- getBusinessDomainType() - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentField
- getBusinessDomainType() - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentItem
- getBusinessDomainType() - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentModel
- getBusinessDomainType() - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentZone
- getBusinessDomainType() - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaFieldData
- getBusinessDomainType() - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaStarredItem
- getBusinessDomainType() - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaThemeField
- getBusinessDomainType() - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaThemeFieldGroup
- getByContentItemId() - Method in class com.broadleafcommerce.content.cache.ContentCacheProperties
- getByItemAndModelUri() - Method in class com.broadleafcommerce.content.cache.ContentCacheProperties
- getByItemIdIn() - Method in class com.broadleafcommerce.content.cache.ContentCacheProperties
- getByItemName() - Method in class com.broadleafcommerce.content.cache.ContentCacheProperties
- getByItemNameIn() - Method in class com.broadleafcommerce.content.cache.ContentCacheProperties
- getByItemUriAndModelId() - Method in class com.broadleafcommerce.content.cache.ContentCacheProperties
- getByModelName() - Method in class com.broadleafcommerce.content.cache.ContentCacheProperties
- getByModelUri() - Method in class com.broadleafcommerce.content.cache.ContentCacheProperties
- getByName() - Method in class com.broadleafcommerce.content.cache.ContentCacheProperties
-
Deprecated.Use
ContentCacheProperties.byModelName
. - getByZoneName() - Method in class com.broadleafcommerce.content.cache.ContentCacheProperties
- getCacheInfo() - Method in class com.broadleafcommerce.content.service.messaging.cache.ContentCacheInvalidationEvent
- getCacheStateManager() - Method in class com.broadleafcommerce.content.service.DefaultContentItemResolverService
- getCacheStateManager() - Method in class com.broadleafcommerce.content.service.DefaultContentItemService
- getCacheStateManager() - Method in class com.broadleafcommerce.content.service.DefaultContentModelService
- getCacheStateManager() - Method in class com.broadleafcommerce.content.service.DefaultContentZoneService
- getCacheStateManager() - Method in class com.broadleafcommerce.content.service.hydration.DefaultContentItemHydrationService
- getCatalogService() - Method in class com.broadleafcommerce.content.clone.contentitem.service.DefaultCloneContentItemService
- getCatalogService() - Method in class com.broadleafcommerce.content.service.DefaultStarredItemService
- getCloneContentItemSvc() - Method in class com.broadleafcommerce.content.web.endpoint.ContentItemEndpoint
- getClonedIds() - Method in class com.broadleafcommerce.content.clone.messaging.ContentItemCloneEvent
-
The ids of the cloned
ContentItem
. - getCloneRelationships() - Method in class com.broadleafcommerce.content.clone.contentitem.CloneContentItemRequest
-
The
List
of the ContentItem relationships that is used to specify which of the relationships should be cloned. - getContentByContentZoneName(ContentResolverRequest, ContextInfo) - Method in class com.broadleafcommerce.content.service.DefaultContentItemResolverService
- getContentByUri(String, Pageable, Node, ContextInfo) - Method in class com.broadleafcommerce.content.service.DefaultContentItemResolverService
- getContentContext() - Method in class com.broadleafcommerce.content.domain.commerce.ContentResolverRequest
-
Any contextual information needed to resolve targetted content.
- getContentFieldCacheInvalidationMessageSendDelay() - Method in class com.broadleafcommerce.content.service.messaging.autoconfigure.ContentCacheInvalidationMessagingProperties
- getContentFieldService() - Method in class com.broadleafcommerce.content.service.DefaultContentModelService
- getContentFieldService() - Method in class com.broadleafcommerce.content.service.hydration.DefaultContentItemHydrationService
- getContentFolderItemCacheInvalidationMessageSendDelay() - Method in class com.broadleafcommerce.content.service.messaging.autoconfigure.ContentCacheInvalidationMessagingProperties
- getContentFolderItemService() - Method in class com.broadleafcommerce.content.web.endpoint.ContentFolderEndpoint
- getContentFolderItemService() - Method in class com.broadleafcommerce.content.web.endpoint.ContentItemFiltersEndpoint
- getContentFolderService() - Method in class com.broadleafcommerce.content.web.endpoint.ContentFolderEndpoint
- getContentForItemIds(Collection<String>, Pageable, Node, ContextInfo) - Method in class com.broadleafcommerce.content.service.DefaultContentItemResolverService
- getContentForItemNames(Collection<String>, Pageable, Node, ContextInfo) - Method in class com.broadleafcommerce.content.service.DefaultContentItemResolverService
- getContentForModelId(String, Pageable, Node, ContextInfo) - Method in class com.broadleafcommerce.content.service.DefaultContentItemResolverService
- getContentForModelName(String, Pageable, Node, ContextInfo) - Method in class com.broadleafcommerce.content.service.DefaultContentItemResolverService
- getContentForRequest(ContentResolverRequest, Pageable, Node, ContextInfo) - Method in class com.broadleafcommerce.content.service.DefaultContentItemResolverService
- getContentForRequest(ContentResolverRequest, Pageable, Node, ContextInfo) - Method in interface com.broadleafcommerce.content.service.ContentItemResolverService
-
Resolves
ContentItems
for the givenrequest
. - getContentItem() - Method in class com.broadleafcommerce.content.domain.FieldData
-
The content item this field belongs to
- getContentItemCacheAllByFilterKeyGen() - Method in class com.broadleafcommerce.content.service.DefaultContentItemService
- getContentItemCacheAllWithTags() - Method in class com.broadleafcommerce.content.service.DefaultContentItemService
- getContentItemCacheByIdInKeyGen() - Method in class com.broadleafcommerce.content.service.DefaultContentItemService
- getContentItemCacheByItemAndModelUriKeyGen() - Method in class com.broadleafcommerce.content.service.DefaultContentItemService
- getContentItemCacheByModelIdKeyGen() - Method in class com.broadleafcommerce.content.service.DefaultContentItemService
- getContentItemCacheByNameInKeyGen() - Method in class com.broadleafcommerce.content.service.DefaultContentItemService
- getContentItemCacheByNameKeyGen() - Method in class com.broadleafcommerce.content.service.DefaultContentItemService
- getContentItemCacheByUriAndModelIdKeyGen() - Method in class com.broadleafcommerce.content.service.DefaultContentItemService
- getContentItemCacheInvalidationMessageSendDelay() - Method in class com.broadleafcommerce.content.service.messaging.autoconfigure.ContentCacheInvalidationMessagingProperties
- getContentItemCachePageByIdInKeyGen() - Method in class com.broadleafcommerce.content.service.DefaultContentItemService
- getContentItemCachePageByModelIdKeyGen() - Method in class com.broadleafcommerce.content.service.DefaultContentItemService
- getContentItemCachePageByNameInKeyGen() - Method in class com.broadleafcommerce.content.service.DefaultContentItemService
- getContentItemContextId() - Method in class com.broadleafcommerce.content.provider.jpa.domain.folder.JpaContentFolderItem
- getContentItemContextId() - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentZoneItem
- getContentItemContextId() - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaFieldData
- getContentItemId() - Method in class com.broadleafcommerce.content.clone.contentitem.CloneContentItemRequest
-
The
ContentItem
id to clone. - getContentItemId() - Method in class com.broadleafcommerce.content.domain.folder.ContentFolderItem
-
The content item.
- getContentItemId() - Method in class com.broadleafcommerce.content.domain.StarredItem
-
The system ID of the content item.
- getContentItemId() - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaStarredItem
- getContentItemIds() - Method in class com.broadleafcommerce.content.web.endpoint.ContentFolderEndpoint.MoveItemsToFolderRequest
- getContentItemIds() - Method in class com.broadleafcommerce.content.web.endpoint.StarredItemEndpoint.BulkActionStarredItemsRequest
- getContentItemIdsFromItemList(List<ContentZoneItem>, ContentContext) - Method in class com.broadleafcommerce.content.service.DefaultContentItemResolverService
- getContentItemMembershipRule() - Method in class com.broadleafcommerce.content.domain.ContentZoneItem
-
If the membership type is
ContentItemMembershipType.RULE_BASED
, this rule defines what items to include. - getContentItemMembershipRule() - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentZoneItem
- getContentItemMembershipType() - Method in class com.broadleafcommerce.content.domain.ContentZoneItem
-
The content item membership type.
- getContentItemMembershipType() - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentZoneItem
- getContentItemRepository() - Method in class com.broadleafcommerce.content.service.DefaultContentModelService
- getContentItemService() - Method in class com.broadleafcommerce.content.clone.contentitem.service.DefaultCloneContentItemService
- getContentItemService() - Method in class com.broadleafcommerce.content.service.DefaultContentZoneService
- getContentItemService() - Method in class com.broadleafcommerce.content.service.DefaultStarredItemService
- getContentItemService() - Method in class com.broadleafcommerce.content.web.endpoint.ContentFolderEndpoint
- getContentItemService() - Method in class com.broadleafcommerce.content.web.endpoint.ContentItemFiltersEndpoint
- getContentItemService() - Method in class com.broadleafcommerce.content.web.endpoint.ContentZoneEndpoint
- getContentItemService() - Method in class com.broadleafcommerce.content.web.endpoint.StarredItemEndpoint
- getContentItemsForFolder(String, ContextInfo) - Method in class com.broadleafcommerce.content.web.endpoint.ContentItemFiltersEndpoint
- getContentModel() - Method in class com.broadleafcommerce.content.domain.ContentField
-
The content model this content field belongs to
- getContentModelCacheByNameKeyGen() - Method in class com.broadleafcommerce.content.service.DefaultContentModelService
- getContentModelCacheByUriKeyGen() - Method in class com.broadleafcommerce.content.service.DefaultContentModelService
- getContentModelCacheInvalidationMessageSendDelay() - Method in class com.broadleafcommerce.content.service.messaging.autoconfigure.ContentCacheInvalidationMessagingProperties
- getContentModelContextId() - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentField
- getContentModelForContentItem(C, List<ContentModel>) - Method in class com.broadleafcommerce.content.service.hydration.DefaultContentItemHydrationService
-
Deprecated, for removal: This API element is subject to removal in a future version.
- getContentModelForContentItem(C, List<ContentModel>, ContextInfo) - Method in class com.broadleafcommerce.content.service.hydration.DefaultContentItemHydrationService
-
Find the
ContentModel
associated to the suppliedContentItem
. - getContentModelService() - Method in class com.broadleafcommerce.content.service.hydration.DefaultContentItemHydrationService
- getContentResolverCacheByItemIdIn() - Method in class com.broadleafcommerce.content.service.DefaultContentItemResolverService
- getContentResolverCacheByItemNameIn() - Method in class com.broadleafcommerce.content.service.DefaultContentItemResolverService
- getContentResolverCacheByModelId() - Method in class com.broadleafcommerce.content.service.DefaultContentItemResolverService
- getContentResolverCacheByModelName() - Method in class com.broadleafcommerce.content.service.DefaultContentItemResolverService
- getContentResolverCacheByUri() - Method in class com.broadleafcommerce.content.service.DefaultContentItemResolverService
- getContentResolverCacheByZoneName() - Method in class com.broadleafcommerce.content.service.DefaultContentItemResolverService
- getContentResolverRequests() - Method in class com.broadleafcommerce.content.domain.commerce.BulkContentResolverRequest
-
List of content resolver requests to include
- getContentResolverResponseToId() - Method in class com.broadleafcommerce.content.domain.commerce.BulkContentResolverResponse
-
A
ContentResolverResponse
for eachContentResolverRequest
mapped by request ID. - getContentZoneCacheByNameKeyGen() - Method in class com.broadleafcommerce.content.service.DefaultContentZoneService
- getContentZoneCacheInvalidationMessageSendDelay() - Method in class com.broadleafcommerce.content.service.messaging.autoconfigure.ContentCacheInvalidationMessagingProperties
- getContentZoneName() - Method in class com.broadleafcommerce.content.domain.commerce.ContentResolverRequest
-
Name of a
ContentZone
to retrieve relatedContentItems
. - getContentZoneService() - Method in class com.broadleafcommerce.content.web.endpoint.ContentZoneEndpoint
- getContextId() - Method in class com.broadleafcommerce.content.provider.jpa.domain.folder.JpaContentFolder
- getContextId() - Method in class com.broadleafcommerce.content.provider.jpa.domain.folder.JpaContentFolderItem
- getContextId() - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentField
- getContextId() - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentItem
- getContextId() - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentModel
- getContextId() - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentZone
- getContextId() - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaFieldData
- getContextId() - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaStarredItem
- getContextId() - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaThemeField
- getContextId() - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaThemeFieldGroup
- getContextId() - Method in class com.broadleafcommerce.content.service.messaging.cache.ContentCacheInvalidationRemoteEvent
-
Entity context id.
- getContextState() - Method in class com.broadleafcommerce.content.domain.ContentField
-
A subset of
Tracking
information to expose the context state for this object. - getContextState() - Method in class com.broadleafcommerce.content.domain.ContentItem
-
A subset of
Tracking
information to expose the context state for this object. - getContextState() - Method in class com.broadleafcommerce.content.domain.ContentModel
-
A subset of
Tracking
information to expose the context state for this object. - getContextState() - Method in class com.broadleafcommerce.content.domain.ContentZone
-
A subset of
Tracking
information to expose the context state for this object. - getContextState() - Method in class com.broadleafcommerce.content.domain.ContentZoneItemList
-
A subset of
Tracking
information to expose the context state for this object. - getContextState() - Method in class com.broadleafcommerce.content.domain.FieldData
-
A subset of
Tracking
information to expose the context state for this object. - getContextState() - Method in class com.broadleafcommerce.content.domain.folder.Attribute
-
A subset of
Tracking
information to expose the context state for this object. - getContextState() - Method in class com.broadleafcommerce.content.domain.folder.ContentFolder
-
A subset of
Tracking
information to expose the context state for this object. - getContextState() - Method in class com.broadleafcommerce.content.domain.folder.ContentFolderItem
-
A subset of
Tracking
information to expose the context state for this object. - getContextState() - Method in class com.broadleafcommerce.content.domain.StarredItem
-
A subset of
Tracking
information to expose the context state for this object. - getContextState() - Method in class com.broadleafcommerce.content.domain.ThemeField
-
A subset of
Tracking
information to expose the context state for this object. - getContextState() - Method in class com.broadleafcommerce.content.domain.ThemeFieldGroup
-
A subset of
Tracking
information to expose the context state for this object. - getCriteriaBuilder() - Method in class com.broadleafcommerce.content.provider.jpa.repository.JpaCustomizedContentItemRepository
- getCustomer() - Method in class com.broadleafcommerce.content.domain.commerce.context.ContentContext
-
The
CustomerRef
used in this context - getCustomerSegmentIds() - Method in class com.broadleafcommerce.content.domain.commerce.context.CustomerRef
-
A list of customer segment ids in this context.
- getDataRoutePartition() - Method in class com.broadleafcommerce.content.service.messaging.cache.ContentCacheInvalidationNotificationStateMapperMember
- getDatasource() - Method in class com.broadleafcommerce.content.provider.jpa.environment.ContentProperties
- getDefaultItems() - Method in class com.broadleafcommerce.content.domain.ContentZone
-
The default
ContentItem
to display. - getDefaultItems() - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentZone
- getDelegating() - Method in class com.broadleafcommerce.content.provider.jpa.environment.ContentProperties
- getDisplay() - Method in class com.broadleafcommerce.content.provider.jpa.domain.folder.JpaContentFolder
- getDisplay() - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentItem
- getDisplay() - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentModel
- getDisplay() - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaThemeField
- getDisplay() - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaThemeFieldGroup
- getDisplayOrder() - Method in class com.broadleafcommerce.content.domain.ContentField
-
The display order of this field in relation to other fields.
- getDisplayOrder() - Method in class com.broadleafcommerce.content.domain.ContentItem
-
This item's display order relative to other items.
- getDisplayOrder() - Method in class com.broadleafcommerce.content.domain.ContentZoneItem
-
The display order of this item in relation to other items
- getDisplayOrder() - Method in class com.broadleafcommerce.content.domain.FieldData
-
The field's display order, defined by the
ContentModel
- getDisplayOrder() - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentField
- getDisplayOrder() - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentZoneItem
- getDisplayRule() - Method in class com.broadleafcommerce.content.domain.ContentItem
-
Rule governing when this item can be displayed based on the context.
- getDisplayRule() - Method in class com.broadleafcommerce.content.domain.ContentZoneItem
-
The display rule for the item to be displayed in the zone.
- getDisplayRule() - Method in class com.broadleafcommerce.content.domain.ContentZoneItemList
-
The display rule required to be matched by requests for the list to be displayed in the zone.
- getDisplayRule() - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentItem
- getDisplayRule() - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentZoneItem
- getDisplayRule() - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentZoneItemList
- getDocumentContext(String) - Method in class com.broadleafcommerce.content.service.messaging.cache.ContentCacheInvalidationEventListener
-
Parses the message payload into a `DocumentContext` which allows for JsonPath parsing using Jackson providers.
- getDomainMapper() - Method in class com.broadleafcommerce.content.clone.contentitem.service.DefaultCloneContentItemService
- getEmbedded() - Method in class com.broadleafcommerce.content.domain.ContentItem
-
Whether this item is considered embedded within another item and should not be retrieved separately.
- getEmptyContentItemForModel(ContextInfo, String) - Method in class com.broadleafcommerce.content.web.endpoint.ContentItemEndpoint
- getEntityManager() - Method in class com.broadleafcommerce.content.provider.jpa.repository.JpaCustomizedContentItemRepository
- getFactory() - Method in class com.broadleafcommerce.content.service.messaging.cache.ContentCacheInvalidationNotificationSender
- getFieldDataCacheInvalidationMessageSendDelay() - Method in class com.broadleafcommerce.content.service.messaging.autoconfigure.ContentCacheInvalidationMessagingProperties
- getFieldDataService() - Method in class com.broadleafcommerce.content.clone.contentitem.service.DefaultCloneContentItemService
- getFieldDataService() - Method in class com.broadleafcommerce.content.service.DefaultContentItemService
- getFieldDataService() - Method in class com.broadleafcommerce.content.service.DefaultContentModelService
- getFieldDataService() - Method in class com.broadleafcommerce.content.service.hydration.DefaultContentItemHydrationService
- getFieldGroup() - Method in class com.broadleafcommerce.content.domain.ThemeField
-
The group this field belongs to.
- getFieldGroupContextId() - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaThemeField
- getFields() - Method in class com.broadleafcommerce.content.domain.ContentItem
-
The individual field data for this content
- getFields() - Method in class com.broadleafcommerce.content.domain.ContentModel
-
The list of fields that make up this content model
- getFields() - Method in class com.broadleafcommerce.content.domain.ThemeFieldGroup
-
The fields in this group.
- getFieldsByName(List<ContentField>, List<FieldData>) - Method in class com.broadleafcommerce.content.service.hydration.DefaultContentItemHydrationService
- getFieldService() - Method in class com.broadleafcommerce.content.web.endpoint.ThemeFieldEndpoint
- getFilterKey() - Method in class com.broadleafcommerce.content.domain.ContentFilter
-
The key for this filter
- getFolderContextId() - Method in class com.broadleafcommerce.content.provider.jpa.domain.folder.JpaContentFolderItem
- getFolderId() - Method in class com.broadleafcommerce.content.clone.contentitem.CloneContentItemRequest
-
The id of the folder where the cloned
ContentItem
should be placed. - getFolderId() - Method in class com.broadleafcommerce.content.domain.ContentItem
-
The folder ID that this content item belongs to.
- getFolderId() - Method in class com.broadleafcommerce.content.domain.folder.ContentFolderItem
- getFolderId() - Method in class com.broadleafcommerce.content.web.endpoint.ContentItemFiltersEndpoint.ContentFilterRequest
- getFolderItemMap(Collection<String>, ContextInfo) - Method in class com.broadleafcommerce.content.service.hydration.DefaultContentItemHydrationService
-
Read all
ContentFolderItem
s for the suppliedContentItem
ids. - getFolderItemService() - Method in class com.broadleafcommerce.content.clone.contentitem.service.DefaultCloneContentItemService
- getFolderItemService() - Method in class com.broadleafcommerce.content.service.hydration.DefaultContentItemHydrationService
- getFolderItemService() - Method in class com.broadleafcommerce.content.web.endpoint.ContentItemEndpoint
- getFullUri() - Method in class com.broadleafcommerce.content.domain.ContentItem
-
Return the full content item URI if the related
ContentModel
is addressable by URI - getGroupService() - Method in class com.broadleafcommerce.content.web.endpoint.ThemeFieldEndpoint
- getHandler() - Method in class com.broadleafcommerce.content.service.messaging.cache.ContentCacheInvalidationNotificationStateMapperMember
- getHelper() - Method in class com.broadleafcommerce.content.provider.jpa.repository.JpaCustomizedContentItemRepository
- getHelper() - Method in class com.broadleafcommerce.content.service.messaging.cache.ContentCacheInvalidationMessageFactory
- getHelper() - Method in class com.broadleafcommerce.content.service.messaging.cache.ContentCacheInvalidationNotificationSender
- getHelper() - Method in class com.broadleafcommerce.content.service.messaging.cache.ContentCacheInvalidationNotificationStateMapperMember
- getHelpText() - Method in class com.broadleafcommerce.content.domain.ContentField
-
Help text to display on the field
- getHelpText() - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentField
- getHint() - Method in class com.broadleafcommerce.content.domain.ContentField
-
Hint text to display below the field in the admin
- getHint() - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentField
- getHydrationByCacheByResolvedContentItemId() - Method in class com.broadleafcommerce.content.service.hydration.DefaultContentItemHydrationService
- getHydrationCacheByResolvedContentItemIdAndPreviewToken() - Method in class com.broadleafcommerce.content.service.hydration.DefaultContentItemHydrationService
- getHydrationService() - Method in class com.broadleafcommerce.content.clone.contentitem.service.DefaultCloneContentItemService
- getHydrationService() - Method in class com.broadleafcommerce.content.service.DefaultContentItemResolverService
- getHydrationService() - Method in class com.broadleafcommerce.content.web.endpoint.ContentFolderEndpoint
- getHydrationService() - Method in class com.broadleafcommerce.content.web.endpoint.ContentItemEndpoint
- getHydrationService() - Method in class com.broadleafcommerce.content.web.endpoint.StarredItemEndpoint
- getHydrationService() - Method in class com.broadleafcommerce.content.web.endpoint.ThemeFieldGroupEndpoint
- getHydrationService() - Method in class com.broadleafcommerce.content.web.endpoint.ThemeFieldResolverEndpoint
- getId() - Method in class com.broadleafcommerce.content.domain.Author
-
Id of the author user
- getId() - Method in class com.broadleafcommerce.content.domain.ContentField
-
A unique id for the field.
- getId() - Method in class com.broadleafcommerce.content.domain.ContentItem
-
The system ID of the content item.
- getId() - Method in class com.broadleafcommerce.content.domain.ContentModel
-
The context ID of the content model.
- getId() - Method in class com.broadleafcommerce.content.domain.ContentTag
-
A unique id for the tag.
- getId() - Method in class com.broadleafcommerce.content.domain.ContentZone
-
The system ID of the zone.
- getId() - Method in class com.broadleafcommerce.content.domain.ContentZoneItemList
-
The id for this list.
- getId() - Method in class com.broadleafcommerce.content.domain.FieldData
-
The field's unique identifier
- getId() - Method in class com.broadleafcommerce.content.domain.folder.ContentFolder
-
The context ID of the folder.
- getId() - Method in class com.broadleafcommerce.content.domain.folder.ContentFolderItem
-
The context ID of the folder.
- getId() - Method in class com.broadleafcommerce.content.domain.StarredItem
-
The system ID of the content item.
- getId() - Method in class com.broadleafcommerce.content.domain.ThemeField
-
A unique id for the field.
- getId() - Method in class com.broadleafcommerce.content.domain.ThemeFieldGroup
-
A unique id for the field.
- getId() - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaAuthor
- getId() - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentZoneItemList
- getId() - Method in class com.broadleafcommerce.content.service.messaging.cache.ContentCacheInvalidationRemoteEvent
-
Entity id.
- getId() - Method in class com.broadleafcommerce.content.web.endpoint.ContentFolderEndpoint.MoveItemsToFolderRequest
- getId() - Method in class com.broadleafcommerce.content.web.endpoint.StarredItemEndpoint.BulkActionStarredItemsRequest
- getIdInformation(Object, String) - Method in class com.broadleafcommerce.content.service.messaging.cache.ContentCacheInvalidationHelper
-
Retrieve information used during message construction for notification of cache invalidation.
- getIdsNotFound() - Method in class com.broadleafcommerce.content.domain.commerce.ContentResolverResponse
-
Any
ContentResolverRequest.getItemIds()
that did not match active content. - getItem() - Method in class com.broadleafcommerce.content.domain.ContentZoneItem
-
The ID of the
ContentItem
to display. - getItemIds() - Method in class com.broadleafcommerce.content.domain.commerce.ContentResolverRequest
-
Ids of
ContentItems
to retrieve. - getItemNames() - Method in class com.broadleafcommerce.content.domain.commerce.ContentResolverRequest
-
Names of
ContentItems
to retrieve. - getItems() - Method in class com.broadleafcommerce.content.domain.ContentZoneItemList
-
The
ContentItems
in this list. - getItems() - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentZoneItemList
- getItemService() - Method in class com.broadleafcommerce.content.service.DefaultContentItemResolverService
- getItemService() - Method in class com.broadleafcommerce.content.service.DefaultContentModelService
- getItemService() - Method in class com.broadleafcommerce.content.service.hydration.DefaultContentItemHydrationService
- getItemService() - Method in class com.broadleafcommerce.content.service.validation.ContentItemValidator
- getItemService() - Method in class com.broadleafcommerce.content.service.validation.ContentModelValidator
- getItemService() - Method in class com.broadleafcommerce.content.service.validation.ContentZoneValidator
- getJpa() - Method in class com.broadleafcommerce.content.provider.jpa.environment.ContentProperties
- getLabel() - Method in class com.broadleafcommerce.content.domain.ContentField
-
The friendly display label for this field
- getLabel() - Method in class com.broadleafcommerce.content.domain.ContentFilter
-
The label for this filter
- getLabel() - Method in class com.broadleafcommerce.content.domain.ContentFilterOption
-
The label for this filter
- getLabel() - Method in class com.broadleafcommerce.content.domain.ThemeField
-
The friendly display label for this field
- getLabel() - Method in class com.broadleafcommerce.content.domain.ThemeFieldGroup
-
The friendly display label for this field
- getLabel() - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentField
- getLabel() - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaThemeField
- getLabel() - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaThemeFieldGroup
- getLastUpdated() - Method in class com.broadleafcommerce.content.domain.ContentItem
-
The date and time that this content item was last modified.
- getLastUpdated() - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentItem
- getLinkedQuery() - Method in class com.broadleafcommerce.content.provider.jpa.repository.support.LinkedRSQLQueryDetails
-
Holds the value from
CriteriaContext.getLinkedQuery()
. - getLinkedQueryParams() - Method in class com.broadleafcommerce.content.provider.jpa.repository.support.LinkedRSQLQueryDetails
-
Holds the value from
CriteriaContext.getLinkedNarrowingParams()
. - getLiquibase() - Method in class com.broadleafcommerce.content.provider.jpa.environment.ContentProperties
- getLocale() - Method in class com.broadleafcommerce.content.domain.commerce.context.ContentContext
-
The
Locale
used in this context - getManagedType() - Method in class com.broadleafcommerce.content.provider.jpa.repository.JpaCustomizedContentItemRepository
- getManager() - Method in class com.broadleafcommerce.content.service.messaging.cache.ContentCacheInvalidationHelper
- getManagerSupplier() - Method in class com.broadleafcommerce.content.service.messaging.cache.ContentCacheInvalidationHelper
- getMapper() - Method in class com.broadleafcommerce.content.service.messaging.cache.ContentCacheInvalidationNotificationSender
- getMessageSource() - Method in class com.broadleafcommerce.content.web.endpoint.exception.ContentExceptionAdvisor
- getModel() - Method in class com.broadleafcommerce.content.domain.ContentItem
-
The content model for this content.
- getModelContextId() - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentItem
- getModelContextId() - Method in class com.broadleafcommerce.content.service.messaging.cache.ContentCacheInvalidationRemoteEvent
-
This field contains the
ContentModel
id of theContentItem.getModel()
if available. - getModelId() - Method in class com.broadleafcommerce.content.domain.commerce.ContentResolverRequest
-
Id of a
ContentModel
all of whoseContentItems
to retrieve. - getModelId() - Method in class com.broadleafcommerce.content.web.endpoint.ContentItemFiltersEndpoint.ContentFilterRequest
- getModelName() - Method in class com.broadleafcommerce.content.domain.commerce.ContentResolverRequest
-
Name of a
ContentModel
all of whoseContentItems
to retrieve. - getModelName() - Method in class com.broadleafcommerce.content.domain.ContentItem
-
The content model name for this content.
- getModelName() - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentItem
- getModelService() - Method in class com.broadleafcommerce.content.service.DefaultContentItemResolverService
- getModelService() - Method in class com.broadleafcommerce.content.service.validation.ContentItemValidator
- getModelService() - Method in class com.broadleafcommerce.content.service.validation.ContentModelValidator
- getName() - Method in class com.broadleafcommerce.content.clone.contentitem.CloneContentItemRequest
- getName() - Method in class com.broadleafcommerce.content.domain.Author
-
Full name of the author.
- getName() - Method in class com.broadleafcommerce.content.domain.ContentField
-
A unique name for the content type, used for retrieval.
- getName() - Method in class com.broadleafcommerce.content.domain.ContentItem
-
A unique name for the content item, used for retrieval.
- getName() - Method in class com.broadleafcommerce.content.domain.ContentModel
-
A unique name for the content model, used for retrieval.
- getName() - Method in class com.broadleafcommerce.content.domain.ContentTag
-
The name for this tag
- getName() - Method in class com.broadleafcommerce.content.domain.ContentZone
-
A unique name for the content zone, used for retrieval.
- getName() - Method in class com.broadleafcommerce.content.domain.ContentZoneItemList
-
The name of this list.
- getName() - Method in class com.broadleafcommerce.content.domain.FieldData
-
The content field's name
- getName() - Method in class com.broadleafcommerce.content.domain.folder.ContentFolder
-
The user facing name of this folder.
- getName() - Method in class com.broadleafcommerce.content.domain.ThemeField
-
A unique name for the field, used for retrieval.
- getName() - Method in class com.broadleafcommerce.content.domain.ThemeFieldGroup
-
A unique name for the field, used for retrieval.
- getName() - Method in class com.broadleafcommerce.content.provider.jpa.domain.folder.JpaContentFolder
- getName() - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaAuthor
- getName() - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentField
- getName() - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentItem
- getName() - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentModel
- getName() - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentZone
- getName() - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentZoneItemList
- getName() - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaFieldData
- getName() - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaThemeField
- getName() - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaThemeFieldGroup
- getName() - Method in class com.broadleafcommerce.content.service.messaging.cache.ContentCacheInvalidationRemoteEvent
-
This field contains the content entity name if available, for example
ContentItem.getName()
. - getNamesNotFound() - Method in class com.broadleafcommerce.content.domain.commerce.ContentResolverResponse
-
Any
ContentResolverRequest.getItemNames()
that did not match active content. - getNestedContentItemIds(FieldData) - Method in class com.broadleafcommerce.content.clone.contentitem.service.DefaultCloneContentItemService
- getNestedItemById(List<ContentItem>, String) - Method in class com.broadleafcommerce.content.service.hydration.DefaultContentItemHydrationService
-
Find the
ContentItem
with the supplied id from the list ofContentItem
s. - getNormalizedType(Class<?>) - Method in class com.broadleafcommerce.content.service.messaging.cache.ContentCacheInvalidationHelper
-
Get the top-most type based on a possibly more derived projection type.
- getNormalType() - Method in class com.broadleafcommerce.content.service.messaging.cache.ContentCacheInvalidationHelper.SupportedType
- getNotification() - Method in class com.broadleafcommerce.content.clone.contentitem.CloneContentItemNotificationProperties
- getNotification() - Method in class com.broadleafcommerce.content.service.messaging.autoconfigure.ContentCacheInvalidationMessagingProperties
- getNotificationManager() - Method in class com.broadleafcommerce.content.clone.contentitem.service.DefaultCloneContentItemService
- getNotificationManager() - Method in class com.broadleafcommerce.content.service.messaging.cache.ContentCacheInvalidationNotificationSender
- getNotificationManagerSupplier() - Method in class com.broadleafcommerce.content.service.messaging.cache.ContentCacheInvalidationNotificationSender
- getNotificationStateService() - Method in class com.broadleafcommerce.content.service.messaging.cache.ContentCacheInvalidationNotificationStateMapperMember
- getNumberOfRecommendations() - Method in class com.broadleafcommerce.content.domain.FieldData
-
The number of recommendations requested from the recommendations engine
- getNumberOfRecommendations() - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaFieldData
- getObjectMapper() - Method in class com.broadleafcommerce.content.clone.contentitem.service.DefaultCloneContentItemService
- getObjectMapper() - Method in class com.broadleafcommerce.content.service.messaging.cache.ContentCacheInvalidationEventListener
- getOptions() - Method in class com.broadleafcommerce.content.domain.ContentFilter
-
The options for this filter
- getOrder() - Method in class com.broadleafcommerce.content.service.messaging.cache.ContentCacheInvalidationNotificationSender
- getOriginalIds() - Method in class com.broadleafcommerce.content.clone.messaging.ContentItemCloneEvent
-
The ids of the original
ContentItems
that were cloned. - getOwnerIdentifier() - Method in class com.broadleafcommerce.content.domain.StarredItem
- getPageByItemIdIn() - Method in class com.broadleafcommerce.content.cache.ContentCacheProperties
- getPageByItemModelId() - Method in class com.broadleafcommerce.content.cache.ContentCacheProperties
- getPageByItemNameIn() - Method in class com.broadleafcommerce.content.cache.ContentCacheProperties
- getPaginatedResults() - Method in class com.broadleafcommerce.content.domain.commerce.ContentResolverResponse
-
Paginated results.
- getParentFolderContextId() - Method in class com.broadleafcommerce.content.provider.jpa.domain.folder.JpaContentFolder
- getParentFolderId() - Method in class com.broadleafcommerce.content.domain.folder.ContentFolder
- getParser() - Method in class com.broadleafcommerce.content.service.DefaultContentZoneService
- getProducer() - Method in class com.broadleafcommerce.content.service.messaging.cache.ContentCacheInvalidationNotificationSender
- getProjectionType(Class<?>) - Method in class com.broadleafcommerce.content.service.messaging.cache.ContentCacheInvalidationHelper
-
Based on a repository domain type, retrieve the associated projection setup in the system.
- getProperties() - Method in class com.broadleafcommerce.content.service.DefaultContentItemResolverService
- getProperties() - Method in class com.broadleafcommerce.content.service.messaging.cache.ContentCacheInvalidationHelper
- getProperties() - Method in class com.broadleafcommerce.content.service.messaging.cache.ContentCacheInvalidationNotificationSender
- getQuerySearchTokens(String) - Static method in class com.broadleafcommerce.content.provider.jpa.repository.JpaCustomizedContentItemRepository
-
Returns a list of matches from the given
query
using the givenregex
. - getRecommendationModelType() - Method in class com.broadleafcommerce.content.domain.FieldData
-
The type of Recommendation Model that should be queried when retrieving recommendations e.g.
- getRecommendationModelType() - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaFieldData
- getReferenceType() - Method in class com.broadleafcommerce.content.domain.ContentField
-
When the `type` is `REFERENCE`, this field holds the type of entity this field links to
- getReferenceType() - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentField
- getRepository() - Method in class com.broadleafcommerce.content.clone.contentitem.service.DefaultCloneContentItemService
- getRepository() - Method in class com.broadleafcommerce.content.provider.jpa.repository.JpaCustomizedContentItemRepository
- getRepository() - Method in class com.broadleafcommerce.content.service.DefaultContentFieldService
- getRepository() - Method in class com.broadleafcommerce.content.service.DefaultContentItemService
- getRepository() - Method in class com.broadleafcommerce.content.service.DefaultContentModelService
- getRepository() - Method in class com.broadleafcommerce.content.service.DefaultContentZoneService
- getRepository() - Method in class com.broadleafcommerce.content.service.DefaultFieldDataService
- getRepository() - Method in class com.broadleafcommerce.content.service.DefaultStarredItemService
- getRepository() - Method in class com.broadleafcommerce.content.service.DefaultThemeFieldGroupService
- getRepository() - Method in class com.broadleafcommerce.content.service.DefaultThemeFieldService
- getRepository() - Method in class com.broadleafcommerce.content.service.folder.DefaultContentFolderItemService
- getRepository() - Method in class com.broadleafcommerce.content.service.folder.DefaultContentFolderService
- getRepositoryDomain() - Method in interface com.broadleafcommerce.content.service.ContentFieldService
-
Returns the name of the repository domain corresponding to the projection domain.
- getRepositoryDomain() - Method in interface com.broadleafcommerce.content.service.ContentItemService
-
Returns the name of the repository domain corresponding to the projection domain.
- getRepositoryDomain() - Method in class com.broadleafcommerce.content.service.DefaultContentFieldService
- getRepositoryDomain() - Method in class com.broadleafcommerce.content.service.DefaultContentItemService
- getRepositoryDomain() - Method in class com.broadleafcommerce.content.service.DefaultFieldDataService
- getRepositoryDomain() - Method in class com.broadleafcommerce.content.service.DefaultThemeFieldGroupService
- getRepositoryDomain() - Method in class com.broadleafcommerce.content.service.DefaultThemeFieldService
- getRepositoryDomain() - Method in interface com.broadleafcommerce.content.service.FieldDataService
-
Returns the name of the repository domain corresponding to the projection domain.
- getRepositoryDomain() - Method in interface com.broadleafcommerce.content.service.ThemeFieldGroupService
-
Returns the name of the repository domain corresponding to the projection domain.
- getRepositoryDomain() - Method in interface com.broadleafcommerce.content.service.ThemeFieldService
-
Returns the name of the repository domain corresponding to the projection domain.
- getRepositoryEntityTypeManager() - Method in class com.broadleafcommerce.content.provider.jpa.repository.JpaCustomizedContentItemRepository
- getRequestId() - Method in class com.broadleafcommerce.content.domain.commerce.ContentResolverRequest
-
The id of this content resolver request.
- getRequestIdsNotFound() - Method in class com.broadleafcommerce.content.domain.commerce.BulkContentResolverResponse
-
Any
request IDs
not returned in the correspondingContentResolverResponse
- getResults() - Method in class com.broadleafcommerce.content.domain.commerce.ContentResolverResponse
-
Unpaginated list of results.
- getRetry() - Method in class com.broadleafcommerce.content.clone.contentitem.CloneContentItemNotificationProperties
- getRetry() - Method in class com.broadleafcommerce.content.service.messaging.autoconfigure.ContentCacheInvalidationMessagingProperties
- getRsqlParser() - Method in class com.broadleafcommerce.content.service.DefaultContentItemResolverService
- getRsqlQueryTransformers() - Method in class com.broadleafcommerce.content.provider.jpa.repository.JpaCustomizedContentItemRepository
- getRsqlVisitor() - Method in class com.broadleafcommerce.content.provider.jpa.repository.JpaCustomizedContentItemRepository
- getRuleEvaluationService() - Method in class com.broadleafcommerce.content.service.DefaultContentItemResolverService
- getRuleEvaluationService() - Method in class com.broadleafcommerce.content.web.endpoint.ContentItemResolverEndpoint
- getSearch() - Method in class com.broadleafcommerce.content.web.endpoint.ContentItemFiltersEndpoint.ContentFilterRequest
- getSendDelay() - Method in class com.broadleafcommerce.content.service.messaging.cache.ContentCacheInvalidationHelper.SupportedType
- getSendDelay(Class<?>) - Method in class com.broadleafcommerce.content.service.messaging.cache.ContentCacheInvalidationHelper
-
Retrieve the send delay (if applicable) configured for the given projection type.
- getSerializedEvent(ContentItemCloneEvent) - Method in class com.broadleafcommerce.content.clone.contentitem.service.DefaultCloneContentItemService
- getService() - Method in class com.broadleafcommerce.content.web.endpoint.ContentItemEndpoint
- getService() - Method in class com.broadleafcommerce.content.web.endpoint.ContentItemResolverEndpoint
- getService() - Method in class com.broadleafcommerce.content.web.endpoint.ContentModelEndpoint
- getService() - Method in class com.broadleafcommerce.content.web.endpoint.StarredItemEndpoint
- getService() - Method in class com.broadleafcommerce.content.web.endpoint.ThemeFieldGroupEndpoint
- getService() - Method in class com.broadleafcommerce.content.web.endpoint.ThemeFieldResolverEndpoint
- getStarred() - Method in class com.broadleafcommerce.content.web.endpoint.ContentItemFiltersEndpoint.ContentFilterRequest
- getStarredItemCacheInvalidationMessageSendDelay() - Method in class com.broadleafcommerce.content.service.messaging.autoconfigure.ContentCacheInvalidationMessagingProperties
- getStarredItems(String, ContextInfo) - Method in class com.broadleafcommerce.content.service.hydration.DefaultContentItemHydrationService
-
Read all
StarredItem
s for the supplied admin user id. - getStarredItemService() - Method in class com.broadleafcommerce.content.service.hydration.DefaultContentItemHydrationService
- getStarredItemService() - Method in class com.broadleafcommerce.content.web.endpoint.ContentItemEndpoint
- getStarredItemService() - Method in class com.broadleafcommerce.content.web.endpoint.ContentItemFiltersEndpoint
- getSupportedProjectionTypes() - Method in class com.broadleafcommerce.content.service.messaging.cache.ContentCacheInvalidationHelper
- getTags() - Method in class com.broadleafcommerce.content.domain.ContentItem
-
List of simple tags used for filtering and retrieval.
- getTags() - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentItem
- getTemplate() - Method in class com.broadleafcommerce.content.clone.contentitem.service.DefaultCloneContentItemService
- getThemeFieldService() - Method in class com.broadleafcommerce.content.service.hydration.DefaultThemeHydrationService
- getTracking() - Method in class com.broadleafcommerce.content.provider.jpa.domain.folder.JpaContentFolder
- getTracking() - Method in class com.broadleafcommerce.content.provider.jpa.domain.folder.JpaContentFolderItem
- getTracking() - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentField
- getTracking() - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentItem
- getTracking() - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentModel
- getTracking() - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentZone
- getTracking() - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaFieldData
- getTracking() - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaStarredItem
- getTracking() - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaThemeField
- getTracking() - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaThemeFieldGroup
- getTranslationEntityService() - Method in class com.broadleafcommerce.content.service.DefaultContentItemService
- getTranslationEntityService() - Method in class com.broadleafcommerce.content.web.endpoint.ContentItemEndpoint
- getTranslationEntityService() - Method in class com.broadleafcommerce.content.web.endpoint.StarredItemEndpoint
- getType() - Method in class com.broadleafcommerce.content.domain.ContentField
-
The type of this content field
- getType() - Method in class com.broadleafcommerce.content.domain.ThemeField
-
The type of this content field
- getType() - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentField
- getType() - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaThemeField
- getType() - Method in class com.broadleafcommerce.content.service.messaging.cache.ContentCacheInvalidationEvent
- getType() - Method in class com.broadleafcommerce.content.service.messaging.cache.ContentCacheInvalidationRemoteEvent
-
The entity type.
- getTypeFactory() - Method in class com.broadleafcommerce.content.clone.contentitem.service.DefaultCloneContentItemService
- getTypeFactory() - Method in class com.broadleafcommerce.content.service.DefaultContentItemResolverService
- getTypeFactory() - Method in class com.broadleafcommerce.content.service.DefaultContentItemService
- getTypeFactory() - Method in class com.broadleafcommerce.content.service.DefaultContentModelService
- getTypeFactory() - Method in class com.broadleafcommerce.content.service.DefaultStarredItemService
- getTypeFactory() - Method in class com.broadleafcommerce.content.service.hydration.DefaultContentItemHydrationService
- getTypeFactory() - Method in class com.broadleafcommerce.content.web.endpoint.ContentItemEndpoint
- getTypeFactory() - Method in class com.broadleafcommerce.content.web.endpoint.ContentItemFiltersEndpoint
- getTypeFactory() - Method in class com.broadleafcommerce.content.web.endpoint.ContentItemResolverEndpoint
- getTypeFactory() - Method in class com.broadleafcommerce.content.web.endpoint.StarredItemEndpoint
- getTypeFactory() - Method in class com.broadleafcommerce.content.web.endpoint.ThemeFieldResolverEndpoint
- getUri() - Method in class com.broadleafcommerce.content.clone.contentitem.CloneContentItemRequest
- getUri() - Method in class com.broadleafcommerce.content.domain.commerce.ContentResolverRequest
-
URI of either a
ContentModel
all of whoseContentItems
should be retrieved or else that of a singleContentItem
. - getUri() - Method in class com.broadleafcommerce.content.domain.ContentItem
-
SEO-friendly URI to identify this content item.
- getUri() - Method in class com.broadleafcommerce.content.domain.ContentModel
-
SEO-friendly URI to identify
ContentItems
of this model. - getUri() - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentItem
- getUri() - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentModel
- getUri() - Method in class com.broadleafcommerce.content.service.messaging.cache.ContentCacheInvalidationRemoteEvent
-
This field contains the content URI if available, for example
ContentItem.getUri()
. - getUserId() - Method in class com.broadleafcommerce.content.domain.commerce.context.CustomerRef
-
The user's id.
- getUserId() - Method in class com.broadleafcommerce.content.domain.StarredItem
-
The ID of the user who starred the item.
- getUserId() - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaStarredItem
- getUserId() - Method in class com.broadleafcommerce.content.web.endpoint.StarredItemEndpoint.BulkActionStarredItemsRequest
- getUsername() - Method in class com.broadleafcommerce.content.domain.Author
-
Username of the author.
- getUsername() - Method in class com.broadleafcommerce.content.domain.commerce.context.CustomerRef
-
The user's username.
- getUsername() - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaAuthor
- getValidator() - Method in class com.broadleafcommerce.content.clone.contentitem.service.DefaultCloneContentItemService
- getValue() - Method in class com.broadleafcommerce.content.domain.ContentFilterOption
-
The value for the filter
- getValue() - Method in class com.broadleafcommerce.content.domain.FieldData
-
The field's value
- getValue() - Method in class com.broadleafcommerce.content.domain.folder.Attribute
-
The value represented by this attribute.
- getValue() - Method in class com.broadleafcommerce.content.domain.ThemeField
-
The field's value
- getValue() - Method in class com.broadleafcommerce.content.provider.jpa.domain.folder.JpaAttribute
- getValue() - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaFieldData
- getValue() - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaThemeField
- getWhitelistedServiceCallers() - Method in class com.broadleafcommerce.content.service.autoconfigure.ContentItemResolverProperties
-
The names of external microservices that are expected to call Content and should be whitelisted so that user information they provide in a
ContentContext
or similar are trusted over trying to consult theSecurityContext
to glean the same user target information. - getZoneService() - Method in class com.broadleafcommerce.content.service.DefaultContentItemResolverService
- getZoneService() - Method in class com.broadleafcommerce.content.service.validation.ContentZoneValidator
H
- handleCacheInvalidation(TrackableRepository<? extends Trackable>, Trackable, boolean, ContextInfo) - Method in class com.broadleafcommerce.content.service.messaging.cache.ContentCacheInvalidationNotificationSender
- handleExistingContentItemsException(ExistingContentItemsException, WebRequest) - Method in class com.broadleafcommerce.content.web.endpoint.exception.ContentExceptionAdvisor
- hashCode() - Method in class com.broadleafcommerce.content.cache.ContentCacheProperties
- hashCode() - Method in class com.broadleafcommerce.content.clone.contentitem.CloneContentItemNotificationProperties
- hashCode() - Method in class com.broadleafcommerce.content.clone.contentitem.CloneContentItemRequest
- hashCode() - Method in class com.broadleafcommerce.content.clone.messaging.ContentItemCloneEvent
- hashCode() - Method in class com.broadleafcommerce.content.domain.asset.ContentItemAsset
- hashCode() - Method in class com.broadleafcommerce.content.domain.Author
- hashCode() - Method in class com.broadleafcommerce.content.domain.commerce.BulkContentResolverRequest
- hashCode() - Method in class com.broadleafcommerce.content.domain.commerce.BulkContentResolverResponse
- hashCode() - Method in class com.broadleafcommerce.content.domain.commerce.ContentResolverRequest
- hashCode() - Method in class com.broadleafcommerce.content.domain.commerce.ContentResolverResponse
- hashCode() - Method in class com.broadleafcommerce.content.domain.commerce.context.ContentContext
- hashCode() - Method in class com.broadleafcommerce.content.domain.commerce.context.CustomerRef
- hashCode() - Method in class com.broadleafcommerce.content.domain.ContentField
- hashCode() - Method in class com.broadleafcommerce.content.domain.ContentFilter
- hashCode() - Method in class com.broadleafcommerce.content.domain.ContentFilterOption
- hashCode() - Method in class com.broadleafcommerce.content.domain.ContentItem
- hashCode() - Method in class com.broadleafcommerce.content.domain.ContentModel
- hashCode() - Method in class com.broadleafcommerce.content.domain.ContentTag
- hashCode() - Method in class com.broadleafcommerce.content.domain.ContentZone
- hashCode() - Method in class com.broadleafcommerce.content.domain.ContentZoneItem
- hashCode() - Method in class com.broadleafcommerce.content.domain.ContentZoneItemList
- hashCode() - Method in class com.broadleafcommerce.content.domain.FieldData
- hashCode() - Method in class com.broadleafcommerce.content.domain.folder.Attribute
- hashCode() - Method in class com.broadleafcommerce.content.domain.folder.ContentFolder
- hashCode() - Method in class com.broadleafcommerce.content.domain.folder.ContentFolderItem
- hashCode() - Method in class com.broadleafcommerce.content.domain.StarredItem
- hashCode() - Method in class com.broadleafcommerce.content.domain.ThemeField
- hashCode() - Method in class com.broadleafcommerce.content.domain.ThemeFieldGroup
- hashCode() - Method in class com.broadleafcommerce.content.provider.jpa.domain.asset.JpaContentItemAsset
- hashCode() - Method in class com.broadleafcommerce.content.provider.jpa.domain.folder.JpaAttribute
- hashCode() - Method in class com.broadleafcommerce.content.provider.jpa.domain.folder.JpaContentFolder
- hashCode() - Method in class com.broadleafcommerce.content.provider.jpa.domain.folder.JpaContentFolderItem
- hashCode() - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaAuthor
- hashCode() - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentField
- hashCode() - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentItem
- hashCode() - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentModel
- hashCode() - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentZone
- hashCode() - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentZoneItem
- hashCode() - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentZoneItemList
- hashCode() - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaFieldData
- hashCode() - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaStarredItem
- hashCode() - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaThemeField
- hashCode() - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaThemeFieldGroup
- hashCode() - Method in class com.broadleafcommerce.content.provider.jpa.environment.ContentProperties
- hashCode() - Method in class com.broadleafcommerce.content.provider.jpa.repository.support.LinkedRSQLQueryDetails
- hashCode() - Method in class com.broadleafcommerce.content.service.messaging.cache.ContentCacheInvalidationHelper.SupportedType
- hashCode() - Method in class com.broadleafcommerce.content.service.messaging.cache.ContentCacheInvalidationRemoteEvent
- hashCode() - Method in class com.broadleafcommerce.content.web.endpoint.ContentFolderEndpoint.MoveItemsToFolderRequest
- hashCode() - Method in class com.broadleafcommerce.content.web.endpoint.ContentItemFiltersEndpoint.ContentFilterRequest
- hashCode() - Method in class com.broadleafcommerce.content.web.endpoint.StarredItemEndpoint.BulkActionStarredItemsRequest
- hasResults() - Method in class com.broadleafcommerce.content.domain.commerce.ContentResolverResponse
- HTML - Enum constant in enum class com.broadleafcommerce.content.domain.type.DefaultContentFieldType
- hydrate(ContentItem, ContextInfo) - Method in class com.broadleafcommerce.content.service.hydration.DefaultContentItemHydrationService
- hydrate(List<C>, ContextInfo) - Method in class com.broadleafcommerce.content.service.hydration.DefaultContentItemHydrationService
- hydrate(Page<C>, ContextInfo) - Method in class com.broadleafcommerce.content.service.hydration.DefaultContentItemHydrationService
- hydrate(Page<C>, ContextInfo, boolean) - Method in interface com.broadleafcommerce.content.service.hydration.ContentItemHydrationService
-
Hydrates the page of
ContentItems
. - hydrate(Page<C>, ContextInfo, boolean) - Method in class com.broadleafcommerce.content.service.hydration.DefaultContentItemHydrationService
- hydrate(Page<T>, ContextInfo) - Method in class com.broadleafcommerce.content.service.hydration.DefaultThemeHydrationService
- hydrate(ContentItem, ContextInfo) - Method in interface com.broadleafcommerce.content.service.hydration.ContentItemHydrationService
-
Hydrates the individual
ContentItem
. - hydrate(List<C>, ContextInfo) - Method in interface com.broadleafcommerce.content.service.hydration.ContentItemHydrationService
-
Hydrates the list of
ContentItems
. - hydrate(Page<C>, ContextInfo) - Method in interface com.broadleafcommerce.content.service.hydration.ContentItemHydrationService
-
Hydrates the page of
ContentItems
. - hydrate(Page<T>, ContextInfo) - Method in interface com.broadleafcommerce.content.service.hydration.ThemeHydrationService
- hydrate(T, ContextInfo) - Method in class com.broadleafcommerce.content.service.hydration.DefaultThemeHydrationService
- hydrate(T, ContextInfo) - Method in interface com.broadleafcommerce.content.service.hydration.ThemeHydrationService
- hydrateCatalogInfoInAppContext(ContextInfo, ContentItem) - Method in class com.broadleafcommerce.content.service.DefaultStarredItemService
-
When performing a starring operation, typically for bulk starring in an application context, it is not necessarily possible for the caller to identify which assigned catalog (a.k.a., profile) the starred xref should belong to since multiple items may be getting starred and multiple catalogs can be assigned to the application.
- hydrateCatalogInfoInAppContext(ContextInfo, Trackable) - Method in class com.broadleafcommerce.content.clone.contentitem.service.DefaultCloneContentItemService
-
When performing a clone operation, typically for bulk cloning in an application context, it is not necessarily possible for the caller to identify which assigned catalog (a.k.a., profile) since multiple items may be getting cloned and multiple catalogs can be assigned to the application.
- hydrateContentFields(List<P>, ContextInfo) - Method in interface com.broadleafcommerce.content.service.ContentModelService
-
Hydrates the
ContentFields
for eachContentModel
in the passed-in collection - hydrateContentFields(List<P>, ContextInfo) - Method in class com.broadleafcommerce.content.service.DefaultContentModelService
- hydrateContentFields(Page<P>, ContextInfo) - Method in interface com.broadleafcommerce.content.service.ContentModelService
- hydrateContentFields(Page<P>, ContextInfo) - Method in class com.broadleafcommerce.content.service.DefaultContentModelService
- hydrateContentFields(P, ContextInfo) - Method in interface com.broadleafcommerce.content.service.ContentModelService
-
Hydrates the
ContentFields
for aContentModel
- hydrateContentFields(P, ContextInfo) - Method in class com.broadleafcommerce.content.service.DefaultContentModelService
- hydrateContentItem(List<ContentModel>, Map<String, List<FieldData>>, List<StarredItem>, C) - Method in class com.broadleafcommerce.content.service.hydration.DefaultContentItemHydrationService
-
Deprecated, for removal: This API element is subject to removal in a future version.
- hydrateContentItem(List<ContentModel>, Map<String, List<FieldData>>, List<StarredItem>, C, ContextInfo) - Method in class com.broadleafcommerce.content.service.hydration.DefaultContentItemHydrationService
-
Hydrates the
ContentItem.getModel()
,ContentItem.isStarred()
and adds missingContentItem.getFields()
if model has new fields. - hydrateContentItem(List<ContentModel>, Map<String, List<FieldData>>, C) - Method in class com.broadleafcommerce.content.service.hydration.DefaultContentItemHydrationService
-
Deprecated.
- hydrateContentItems(Page<P>, ContextInfo) - Method in class com.broadleafcommerce.content.service.DefaultContentZoneService
- hydrateContentItems(Page<P>, ContextInfo) - Method in interface com.broadleafcommerce.content.service.ContentZoneService
-
Hydrates the
ContentItems for the ContentZoneItems
. - hydrateContentItems(P, ContextInfo) - Method in interface com.broadleafcommerce.content.service.ContentZoneService
-
Hydrates the
ContentItems for the ContentZoneItems
. - hydrateContentItems(P, ContextInfo) - Method in class com.broadleafcommerce.content.service.DefaultContentZoneService
- hydrateInternal(ContentItem, ContextInfo) - Method in class com.broadleafcommerce.content.service.hydration.DefaultContentItemHydrationService
-
Performs the actual hydration of the
ContentItem
. - hydrateInternal(List<C>, boolean, ContextInfo) - Method in class com.broadleafcommerce.content.service.hydration.DefaultContentItemHydrationService
-
Performs the actual hydration of a list of
ContentItems
. - hydrateResponse(ContentResolverResponse<I>, ContextInfo) - Method in class com.broadleafcommerce.content.service.DefaultContentItemResolverService
-
Hydrates the
ContentModel
on the items so that theContentFields
are present. - hydrateRuleBasedItems(List<ContentZoneItem>, ContentContext, String, ContextInfo) - Method in class com.broadleafcommerce.content.service.DefaultContentItemResolverService
I
- ID - Static variable in class com.broadleafcommerce.content.service.messaging.cache.ContentEventComponentConstants
- INACTIVE - Enum constant in enum class com.broadleafcommerce.content.domain.type.ActiveFilterType
- init() - Method in class com.broadleafcommerce.content.service.messaging.cache.ContentCacheInvalidationHelper
- initState(NotificationStateAware) - Method in class com.broadleafcommerce.content.service.messaging.cache.ContentCacheInvalidationNotificationStateMapperMember
- IS_EMBEDDED - Static variable in class com.broadleafcommerce.content.provider.jpa.repository.JpaCustomizedContentItemRepository
- isActive() - Method in class com.broadleafcommerce.content.service.messaging.autoconfigure.ContentCacheInvalidationMessagingProperties
- isActive(Instant) - Method in class com.broadleafcommerce.content.domain.ContentItem
-
Determine whether this content is active at the given instant.
- isAddressableByUri() - Method in class com.broadleafcommerce.content.domain.ContentModel
-
Whether all
ContentItems
of this model can be retrieved by navigating toContentModel.uri
from a storefront app. - isAddressableByUri() - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentModel
- isAllowRecommendationConfiguration() - Method in class com.broadleafcommerce.content.domain.ContentField
-
Whether this field can source from recommendations.
- isAllowRecommendationConfiguration() - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentField
- isAuthenticated() - Method in class com.broadleafcommerce.content.domain.commerce.context.CustomerRef
-
Whether the customer is authenticated.
- isCallerWhitelistedService() - Method in class com.broadleafcommerce.content.service.DefaultContentItemResolverService
- isCollection() - Method in class com.broadleafcommerce.content.domain.ContentField
-
Whether this field represents a collection
- isCollection() - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentField
- isContentItemStarred(ContentItem, List<StarredItem>) - Method in class com.broadleafcommerce.content.service.hydration.DefaultContentItemHydrationService
-
Determine whether the
ContentItem
is starred if it's ID is found in the list ofStarredItems
. - isEmbedded() - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentItem
- isEmbeddedOnly() - Method in class com.broadleafcommerce.content.domain.ContentModel
-
Whether this model is only used as an embedded model.
- isEmbeddedOnly() - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentModel
- isEnableRecommendations() - Method in class com.broadleafcommerce.content.domain.FieldData
-
Whether this field should use recommendations for its product references.
- isEnableRecommendations() - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaFieldData
- isExplicitContentItemMembership(ContentZoneItem) - Method in class com.broadleafcommerce.content.service.DefaultContentItemResolverService
- isPaginated(Pageable) - Method in class com.broadleafcommerce.content.service.DefaultContentItemResolverService
- isRequired() - Method in class com.broadleafcommerce.content.domain.ContentField
-
Whether this field is required
- isRequired() - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentField
- isReset() - Method in class com.broadleafcommerce.content.service.messaging.cache.ContentCacheInvalidationEvent
- isRuleBasedContentItemMembership(ContentZoneItem) - Method in class com.broadleafcommerce.content.service.DefaultContentItemResolverService
- isStarred() - Method in class com.broadleafcommerce.content.domain.ContentItem
-
Whether this item is starred by a user.
- isTranslatable() - Method in class com.broadleafcommerce.content.domain.ContentField
-
Whether the field should be translatable.
- isTranslatable() - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentField
- isValidDateValue(Object) - Method in class com.broadleafcommerce.content.service.hydration.DefaultContentItemHydrationService
- isValidFieldDataValue(ContentField, FieldData) - Method in class com.broadleafcommerce.content.service.hydration.DefaultContentItemHydrationService
- isValidHexColorValue(Object) - Method in class com.broadleafcommerce.content.service.hydration.DefaultContentItemHydrationService
J
- JpaAttribute - Class in com.broadleafcommerce.content.provider.jpa.domain.folder
-
Persistent counter-part to an
Attribute
for use with a JPA-supported datastore. - JpaAttribute() - Constructor for class com.broadleafcommerce.content.provider.jpa.domain.folder.JpaAttribute
- JpaAttribute(Object) - Constructor for class com.broadleafcommerce.content.provider.jpa.domain.folder.JpaAttribute
- JpaAuthor - Class in com.broadleafcommerce.content.provider.jpa.domain
- JpaAuthor() - Constructor for class com.broadleafcommerce.content.provider.jpa.domain.JpaAuthor
- JpaContentField - Class in com.broadleafcommerce.content.provider.jpa.domain
- JpaContentField() - Constructor for class com.broadleafcommerce.content.provider.jpa.domain.JpaContentField
- JpaContentFieldRepository<D extends JpaContentField> - Interface in com.broadleafcommerce.content.provider.jpa.repository
- JpaContentFolder - Class in com.broadleafcommerce.content.provider.jpa.domain.folder
-
Persistent counter-part to
ContentFolder
for use with a JPA-supported datastore. - JpaContentFolder() - Constructor for class com.broadleafcommerce.content.provider.jpa.domain.folder.JpaContentFolder
- JpaContentFolderItem - Class in com.broadleafcommerce.content.provider.jpa.domain.folder
-
Persistent counter-part to
ContentFolder
for use with a JPA-supported datastore. - JpaContentFolderItem() - Constructor for class com.broadleafcommerce.content.provider.jpa.domain.folder.JpaContentFolderItem
- JpaContentFolderItemRepository<D extends JpaContentFolderItem> - Interface in com.broadleafcommerce.content.provider.jpa.repository
-
JPA domain-specific implementation of
ContentFolderRepository
. - JpaContentFolderRepository<D extends JpaContentFolder> - Interface in com.broadleafcommerce.content.provider.jpa.repository
-
JPA domain-specific implementation of
ContentFolderRepository
. - JpaContentItem - Class in com.broadleafcommerce.content.provider.jpa.domain
- JpaContentItem() - Constructor for class com.broadleafcommerce.content.provider.jpa.domain.JpaContentItem
- JpaContentItemAsset - Class in com.broadleafcommerce.content.provider.jpa.domain.asset
- JpaContentItemAsset() - Constructor for class com.broadleafcommerce.content.provider.jpa.domain.asset.JpaContentItemAsset
- JpaContentItemRepository<D extends JpaContentItem> - Interface in com.broadleafcommerce.content.provider.jpa.repository
- jpaContentItemRepositoryImpl(TrackableBehaviorUtil, List<RsqlQueryTransformer>, JpaCriteriaBuilderRsqlVisitor, JpaFiltersCriteriaBuilder, RepositoryEntityTypeManager) - Method in class com.broadleafcommerce.content.provider.jpa.autoconfigure.ContentJpaAutoConfiguration
- JpaContentModel - Class in com.broadleafcommerce.content.provider.jpa.domain
- JpaContentModel() - Constructor for class com.broadleafcommerce.content.provider.jpa.domain.JpaContentModel
- JpaContentModelRepository<D extends JpaContentModel> - Interface in com.broadleafcommerce.content.provider.jpa.repository
- JpaContentZone - Class in com.broadleafcommerce.content.provider.jpa.domain
- JpaContentZone() - Constructor for class com.broadleafcommerce.content.provider.jpa.domain.JpaContentZone
- JpaContentZoneItem - Class in com.broadleafcommerce.content.provider.jpa.domain
-
Represents the persistent equivalent of
ContentZoneItem
. - JpaContentZoneItem() - Constructor for class com.broadleafcommerce.content.provider.jpa.domain.JpaContentZoneItem
- JpaContentZoneItemList - Class in com.broadleafcommerce.content.provider.jpa.domain
-
Persistent counterpart to
ContentZoneItemList
. - JpaContentZoneItemList() - Constructor for class com.broadleafcommerce.content.provider.jpa.domain.JpaContentZoneItemList
- JpaContentZoneRepository<D extends JpaContentZone> - Interface in com.broadleafcommerce.content.provider.jpa.repository
- JpaCustomizedContentItemRepository<D extends JpaContentItem> - Class in com.broadleafcommerce.content.provider.jpa.repository
- JpaCustomizedContentItemRepository(TrackableBehaviorUtil, List<RsqlQueryTransformer>, RSQLVisitor<Predicate, Class<?>>, JpaFiltersCriteriaBuilder, RepositoryEntityTypeManager) - Constructor for class com.broadleafcommerce.content.provider.jpa.repository.JpaCustomizedContentItemRepository
- JpaFieldData - Class in com.broadleafcommerce.content.provider.jpa.domain
- JpaFieldData() - Constructor for class com.broadleafcommerce.content.provider.jpa.domain.JpaFieldData
- JpaFieldDataRepository<D extends JpaFieldData> - Interface in com.broadleafcommerce.content.provider.jpa.repository
- JpaRouteConstants - Class in com.broadleafcommerce.content.provider.jpa
- JpaRouteConstants.Persistence - Class in com.broadleafcommerce.content.provider.jpa
- JpaStarredItem - Class in com.broadleafcommerce.content.provider.jpa.domain
- JpaStarredItem() - Constructor for class com.broadleafcommerce.content.provider.jpa.domain.JpaStarredItem
- JpaStarredItemRepository<D extends JpaStarredItem> - Interface in com.broadleafcommerce.content.provider.jpa.repository
- JpaThemeField - Class in com.broadleafcommerce.content.provider.jpa.domain
- JpaThemeField() - Constructor for class com.broadleafcommerce.content.provider.jpa.domain.JpaThemeField
- JpaThemeFieldGroup - Class in com.broadleafcommerce.content.provider.jpa.domain
- JpaThemeFieldGroup() - Constructor for class com.broadleafcommerce.content.provider.jpa.domain.JpaThemeFieldGroup
- JpaThemeFieldGroupRepository<D extends JpaThemeFieldGroup> - Interface in com.broadleafcommerce.content.provider.jpa.repository
- JpaThemeFieldRepository<D extends JpaThemeField> - Interface in com.broadleafcommerce.content.provider.jpa.repository
L
- LinkedRSQLQueryDetails - Class in com.broadleafcommerce.content.provider.jpa.repository.support
-
Intended to hold the values from
CriteriaContext.getLinkedQuery()
andCriteriaContext.getLinkedNarrowingParams()
after processing RSQL filters. - LinkedRSQLQueryDetails(CriteriaQuery<?>, Map<String, Object>) - Constructor for class com.broadleafcommerce.content.provider.jpa.repository.support.LinkedRSQLQueryDetails
- listen(Message<String>) - Method in class com.broadleafcommerce.content.service.messaging.cache.ContentCacheInvalidationEventListener
- logDebug(Exception, WebRequest) - Method in class com.broadleafcommerce.content.web.endpoint.exception.ContentExceptionAdvisor
- LONG - Enum constant in enum class com.broadleafcommerce.content.domain.type.DefaultContentFieldType
M
- mapProjection(Object) - Method in class com.broadleafcommerce.content.service.messaging.cache.ContentCacheInvalidationHelper
-
Given a repository domain instance, map to an instance of the associated projection.
- MAX_RECURSIVE_DEPTH - Static variable in class com.broadleafcommerce.content.service.hydration.DefaultContentItemHydrationService
- minifyResponse(ContentResolverResponse<I>) - Method in class com.broadleafcommerce.content.service.DefaultContentItemResolverService
-
Removes any unnecessary data like
ContentItem.getContextState()
from the response. - MODEL_CONTEXT_ID - Static variable in class com.broadleafcommerce.content.service.messaging.cache.ContentEventComponentConstants
- modifyMap(D, P, ContextInfo, boolean) - Method in class com.broadleafcommerce.content.service.messaging.cache.ContentCacheInvalidationNotificationStateMapperMember
- moveItemsToFolder(ContextInfo, String, ContentFolderEndpoint.MoveItemsToFolderRequest) - Method in class com.broadleafcommerce.content.web.endpoint.ContentFolderEndpoint
- MoveItemsToFolderRequest() - Constructor for class com.broadleafcommerce.content.web.endpoint.ContentFolderEndpoint.MoveItemsToFolderRequest
N
- NAME - Static variable in class com.broadleafcommerce.content.provider.jpa.repository.JpaCustomizedContentItemRepository
- NAME - Static variable in class com.broadleafcommerce.content.service.messaging.cache.ContentEventComponentConstants
- notifyContentItemCloned(Trackable) - Method in class com.broadleafcommerce.content.clone.contentitem.service.DefaultCloneContentItemService
- NOW - Static variable in class com.broadleafcommerce.content.provider.jpa.repository.JpaCustomizedContentItemRepository
O
- objectMapper - Variable in class com.broadleafcommerce.content.web.converter.ContentContextConverter
- ofContentWithPreviewTokenAndVendorSupport(ContentKeyGen.KeyType, VendorAwareTrackablePolicyUtils) - Static method in class com.broadleafcommerce.content.cache.ContentKeyGen
- onApplicationEvent(ContentCacheInvalidationEvent) - Method in class com.broadleafcommerce.content.service.DefaultContentItemResolverService
- onApplicationEvent(ContentCacheInvalidationEvent) - Method in class com.broadleafcommerce.content.service.DefaultContentItemService
- onApplicationEvent(ContentCacheInvalidationEvent) - Method in class com.broadleafcommerce.content.service.DefaultContentModelService
- onApplicationEvent(ContentCacheInvalidationEvent) - Method in class com.broadleafcommerce.content.service.DefaultContentZoneService
- onApplicationEvent(ContentCacheInvalidationEvent) - Method in class com.broadleafcommerce.content.service.hydration.DefaultContentItemHydrationService
- onApplicationEvent(MutationNotifyEvent) - Method in class com.broadleafcommerce.content.service.messaging.cache.ContentCacheInvalidationNotificationSender
- onApplicationEvent(NotificationInitializeEvent) - Method in class com.broadleafcommerce.content.service.messaging.cache.ContentCacheInvalidationNotificationStateMapperMember
P
- PAGE_BY_ITEM_ID_IN_CACHE - Static variable in class com.broadleafcommerce.content.service.DefaultContentItemService
- PAGE_BY_ITEM_NAME_IN_CACHE - Static variable in class com.broadleafcommerce.content.service.DefaultContentItemService
- PAGE_BY_MODEL_ID_CACHE - Static variable in class com.broadleafcommerce.content.service.DefaultContentItemService
- performClone(R, ContextInfo, Trackable) - Method in class com.broadleafcommerce.content.clone.contentitem.service.DefaultCloneContentItemService
-
Deprecated.
- performClone(R, ContextInfo, Trackable, boolean) - Method in class com.broadleafcommerce.content.clone.contentitem.service.DefaultCloneContentItemService
-
Creates a clone
ContentItem
based on aCloneContentItemRequest
. - populateCustomerRef(ContentResolverRequest) - Method in class com.broadleafcommerce.content.service.DefaultContentItemResolverService
- populateDisplayOrder(List<I>, List<ContentZoneItem>) - Method in class com.broadleafcommerce.content.service.DefaultContentItemResolverService
- postProcessEnvironment(ConfigurableEnvironment, SpringApplication) - Method in class com.broadleafcommerce.content.autoconfigure.ContentEnvironmentPostProcessor
- postProcessResponse(ContentResolverResponse<I>, ContextInfo) - Method in class com.broadleafcommerce.content.service.DefaultContentItemResolverService
-
Performs post-processing on the results such as hydration and minification.
- prepareCloneContext(ContextInfo, Trackable) - Method in class com.broadleafcommerce.content.clone.contentitem.service.DefaultCloneContentItemService
R
- readAll(Node, ContextInfo) - Method in class com.broadleafcommerce.content.service.DefaultContentItemService
- readAllByContentItemContextId(String, ContextInfo) - Method in class com.broadleafcommerce.content.service.DefaultFieldDataService
- readAllByContentItemContextId(String, ContextInfo) - Method in interface com.broadleafcommerce.content.service.FieldDataService
-
Find all
FieldData
for a givenContentItem
- readAllByContentItemContextIds(Collection<String>, ContextInfo) - Method in class com.broadleafcommerce.content.service.DefaultFieldDataService
- readAllByContentItemContextIds(Collection<String>, ContextInfo) - Method in interface com.broadleafcommerce.content.service.FieldDataService
-
Find all
FieldData
for a list of givenContentItem
- readAllByContentModelContextId(String, ContextInfo) - Method in class com.broadleafcommerce.content.service.DefaultContentFieldService
- readAllByContentModelContextId(String, ContextInfo) - Method in interface com.broadleafcommerce.content.service.ContentFieldService
-
Find all
ContentField
for a givenContentModel
- readAllByContentModelContextIds(Collection<String>, ContextInfo) - Method in class com.broadleafcommerce.content.service.DefaultContentFieldService
- readAllByContentModelContextIds(Collection<String>, ContextInfo) - Method in interface com.broadleafcommerce.content.service.ContentFieldService
-
Find all
ContentField
for a list of givenContentModel
- readAllByContextIds(Collection<String>, ContextInfo) - Method in class com.broadleafcommerce.content.service.DefaultContentFieldService
- readAllByContextIds(Collection<String>, ContextInfo) - Method in class com.broadleafcommerce.content.service.DefaultContentModelService
- readAllByContextIds(Collection<String>, ContextInfo) - Method in class com.broadleafcommerce.content.service.DefaultFieldDataService
- readAllByContextIds(Collection<String>, ContextInfo) - Method in interface com.broadleafcommerce.content.service.ContentFieldService
-
Find all
ContentField
by their context ids. - readAllByContextIds(Collection<String>, ContextInfo) - Method in interface com.broadleafcommerce.content.service.ContentModelService
-
Reads all the models with the given
modelIds
. - readAllByContextIds(Collection<String>, ContextInfo) - Method in interface com.broadleafcommerce.content.service.FieldDataService
-
Find all
FieldData
by their context ids. - readAllByContextIds(Collection<String>, Pageable, ContextInfo) - Method in interface com.broadleafcommerce.content.service.folder.ContentFolderService
-
Finds all folders with IDs in the supplied list.
- readAllByContextIds(Collection<String>, Pageable, ContextInfo) - Method in class com.broadleafcommerce.content.service.folder.DefaultContentFolderService
- readAllByFieldGroupContextId(String, ContextInfo) - Method in class com.broadleafcommerce.content.service.DefaultThemeFieldService
- readAllByFieldGroupContextId(String, ContextInfo) - Method in interface com.broadleafcommerce.content.service.ThemeFieldService
-
Find all
ThemeField
s for a givenThemeFieldGroup
id - readAllByFieldGroupContextIds(Collection<String>, ContextInfo) - Method in class com.broadleafcommerce.content.service.DefaultThemeFieldService
- readAllByFieldGroupContextIds(Collection<String>, ContextInfo) - Method in interface com.broadleafcommerce.content.service.ThemeFieldService
-
Find all
ThemeField
s for a list ofThemeFieldGroup
ids - readAllByIdIn(Collection<String>, Node, ContextInfo) - Method in class com.broadleafcommerce.content.service.DefaultContentItemService
- readAllByIdIn(Collection<String>, Node, ContextInfo) - Method in interface com.broadleafcommerce.content.service.ContentItemService
-
Reads all
ContentItems
matching the given ids. - readAllByModelId(String, Node, ContextInfo) - Method in class com.broadleafcommerce.content.service.DefaultContentItemService
- readAllByModelId(String, Node, ContextInfo) - Method in interface com.broadleafcommerce.content.service.ContentItemService
-
Read all content for a specific model.
- readAllByName(String, Node, Pageable, ContextInfo) - Method in interface com.broadleafcommerce.content.service.ContentItemService
-
Read all
ContentItems
, optionally filtered by name. - readAllByName(String, Node, Pageable, ContextInfo) - Method in interface com.broadleafcommerce.content.service.ContentModelService
-
Read all content types, optionally filtered by name.
- readAllByName(String, Node, Pageable, ContextInfo) - Method in interface com.broadleafcommerce.content.service.ContentZoneService
-
Reads a page of
ContentZones
with a name filter. - readAllByName(String, Node, Pageable, ContextInfo) - Method in class com.broadleafcommerce.content.service.DefaultContentItemService
- readAllByName(String, Node, Pageable, ContextInfo) - Method in class com.broadleafcommerce.content.service.DefaultContentModelService
- readAllByName(String, Node, Pageable, ContextInfo) - Method in class com.broadleafcommerce.content.service.DefaultContentZoneService
- readAllByName(String, Node, Pageable, ContextInfo) - Method in interface com.broadleafcommerce.content.service.folder.ContentFolderService
-
Reads all folders in the database, optionally filtering by name if specified.
- readAllByName(String, Node, Pageable, ContextInfo) - Method in class com.broadleafcommerce.content.service.folder.DefaultContentFolderService
- readAllByNameIn(Collection<String>, Node, ContextInfo) - Method in class com.broadleafcommerce.content.service.DefaultContentItemService
- readAllByNameIn(Collection<String>, Node, ContextInfo) - Method in interface com.broadleafcommerce.content.service.ContentItemService
-
Reads all
ContentItems
matching the given names. - readAllByNameWithActiveFlag(String, String, Node, Pageable, ContextInfo) - Method in interface com.broadleafcommerce.content.service.ContentItemService
-
Read all content, filtered by active date ranges, optionally filtered by name.
- readAllByNameWithActiveFlag(String, String, Node, Pageable, ContextInfo) - Method in class com.broadleafcommerce.content.service.DefaultContentItemService
- readAllByQuery(String, Node, Pageable, ContextInfo) - Method in interface com.broadleafcommerce.content.service.ContentItemService
-
Read all content based on the provided query.
- readAllByQuery(String, Node, Pageable, ContextInfo) - Method in class com.broadleafcommerce.content.service.DefaultContentItemService
- readAllByUriIsNotBlank(Pageable, ContextInfo) - Method in interface com.broadleafcommerce.content.service.ContentItemService
-
Read all non-null
ContentItems
- readAllByUriIsNotBlank(Pageable, ContextInfo) - Method in class com.broadleafcommerce.content.service.DefaultContentItemService
- readAllByUserId(String, ContextInfo) - Method in class com.broadleafcommerce.content.service.DefaultStarredItemService
- readAllByUserId(String, ContextInfo) - Method in interface com.broadleafcommerce.content.service.StarredItemService
-
Read all
StarredItems
, optionally filtered by name. - readAllByUserIdAndContentItemIds(String, List<String>, ContextInfo) - Method in class com.broadleafcommerce.content.service.DefaultStarredItemService
- readAllByUserIdAndContentItemIds(String, List<String>, ContextInfo) - Method in interface com.broadleafcommerce.content.service.StarredItemService
-
Read all
StarredItems
, optionally filtered by user id and content item ids. - readAllContentItems(ContextInfo, String, String, Node, Pageable) - Method in class com.broadleafcommerce.content.web.endpoint.ContentItemEndpoint
- readAllContentItemsByQuery(ContextInfo, String, Node, Pageable) - Method in class com.broadleafcommerce.content.web.endpoint.ContentItemEndpoint
- readAllContentItemsTags(ContextInfo) - Method in class com.broadleafcommerce.content.web.endpoint.ContentItemEndpoint
- readAllContentItemTags(ContextInfo) - Method in interface com.broadleafcommerce.content.service.ContentItemService
-
Read all tags associated with content items.
- readAllContentItemTags(ContextInfo) - Method in class com.broadleafcommerce.content.service.DefaultContentItemService
- readAllContentModels(ContextInfo, String, Node, Pageable) - Method in class com.broadleafcommerce.content.web.endpoint.ContentModelEndpoint
- readAllContentZone(HttpServletRequest, ContextInfo, String, Pageable, Node) - Method in class com.broadleafcommerce.content.web.endpoint.ContentZoneEndpoint
- readAllItemsForContentItemIds(Collection<String>, ContextInfo) - Method in interface com.broadleafcommerce.content.service.folder.ContentFolderItemService
-
Returns all folder items for the given content item IDs.
- readAllItemsForContentItemIds(Collection<String>, ContextInfo) - Method in class com.broadleafcommerce.content.service.folder.DefaultContentFolderItemService
- readAllItemsInFolder(ContextInfo, String, Pageable, Node) - Method in class com.broadleafcommerce.content.web.endpoint.ContentFolderEndpoint
- readAllItemsInFolder(String, ContextInfo) - Method in interface com.broadleafcommerce.content.service.folder.ContentFolderItemService
-
Returns a list of all folder items in the folder with the given ID.
- readAllItemsInFolder(String, ContextInfo) - Method in class com.broadleafcommerce.content.service.folder.DefaultContentFolderItemService
- readAllItemsInFolder(String, Node, Pageable, ContextInfo) - Method in interface com.broadleafcommerce.content.service.folder.ContentFolderItemService
-
Returns all folder items in the folder with the given ID.
- readAllItemsInFolder(String, Node, Pageable, ContextInfo) - Method in class com.broadleafcommerce.content.service.folder.DefaultContentFolderItemService
- readAllNonEmptyUriContentItems(ContextInfo, Pageable) - Method in class com.broadleafcommerce.content.web.endpoint.ContentItemEndpoint
- readAllOrRootFolders(ContextInfo, String, Boolean, Pageable, Node) - Method in class com.broadleafcommerce.content.web.endpoint.ContentFolderEndpoint
- readAllSubFoldersOfFolder(ContextInfo, String, Pageable, Node) - Method in class com.broadleafcommerce.content.web.endpoint.ContentFolderEndpoint
- readAllSubFoldersOfFolder(String, Node, Pageable, ContextInfo) - Method in interface com.broadleafcommerce.content.service.folder.ContentFolderService
-
Reads all folders who have the given folder as a parent.
- readAllSubFoldersOfFolder(String, Node, Pageable, ContextInfo) - Method in class com.broadleafcommerce.content.service.folder.DefaultContentFolderService
- readAllThemeFieldGroups(ContextInfo, Node, Pageable) - Method in class com.broadleafcommerce.content.web.endpoint.ThemeFieldGroupEndpoint
- readAllThemeFieldsForGroup(ContextInfo, String) - Method in class com.broadleafcommerce.content.web.endpoint.ThemeFieldEndpoint
- readAllUserStarredContentItems(ContextInfo, Node, Pageable) - Method in class com.broadleafcommerce.content.web.endpoint.StarredItemEndpoint
- readByCombinedModelAndItemUri(String, ContextInfo) - Method in interface com.broadleafcommerce.content.service.ContentItemService
-
Takes the given
uri
and returns the item where the combination ofits URI
and itsContentModel's URI
matches. - readByCombinedModelAndItemUri(String, ContextInfo) - Method in class com.broadleafcommerce.content.service.DefaultContentItemService
- readByModelIdAndUri(String, String, ContextInfo) - Method in interface com.broadleafcommerce.content.service.ContentItemService
- readByModelIdAndUri(String, String, ContextInfo) - Method in class com.broadleafcommerce.content.service.DefaultContentItemService
- readByName(String, ContextInfo) - Method in interface com.broadleafcommerce.content.repository.ThemeFieldGroupRepository
-
Reads the
ThemeFieldGroup
with the given name. - readByName(String, ContextInfo) - Method in interface com.broadleafcommerce.content.service.ContentItemService
-
Deprecated, for removal: This API element is subject to removal in a future version.since 2.1.3. Content names are not unique for all content, they are only unique for non-embedded content. Use
ContentItemService.readByNameAndNotEmbedded(String, ContextInfo)
instead. - readByName(String, ContextInfo) - Method in interface com.broadleafcommerce.content.service.ContentModelService
-
Finds the content type with the given name (should only be one result, as content type names are unique).
- readByName(String, ContextInfo) - Method in interface com.broadleafcommerce.content.service.ContentZoneService
-
Retrieves the zone by name.
- readByName(String, ContextInfo) - Method in class com.broadleafcommerce.content.service.DefaultContentModelService
- readByName(String, ContextInfo) - Method in class com.broadleafcommerce.content.service.DefaultContentZoneService
- readByName(String, ContextInfo) - Method in class com.broadleafcommerce.content.service.DefaultThemeFieldGroupService
- readByName(String, ContextInfo) - Method in interface com.broadleafcommerce.content.service.ThemeFieldGroupService
-
Reads the
ThemeFieldGroup
with the given name. - readByNameAndFieldGroupId(String, String, ContextInfo) - Method in class com.broadleafcommerce.content.service.DefaultThemeFieldService
- readByNameAndFieldGroupId(String, String, ContextInfo) - Method in interface com.broadleafcommerce.content.service.ThemeFieldService
-
Reads the
ThemeField
with the given name in the givenThemeFieldGroup
. - readByNameAndNotEmbedded(String, ContextInfo) - Method in interface com.broadleafcommerce.content.service.ContentItemService
-
Finds the non-embedded content item with the given name (should only be one result, as content names are unique in non-embedded items).
- readByNameAndNotEmbedded(String, ContextInfo) - Method in class com.broadleafcommerce.content.service.DefaultContentItemService
- readByUri(String, ContextInfo) - Method in interface com.broadleafcommerce.content.service.ContentModelService
-
Reads the model by the given
uri
. - readByUri(String, ContextInfo) - Method in class com.broadleafcommerce.content.service.DefaultContentModelService
- readContentItem(ContextInfo, String) - Method in class com.broadleafcommerce.content.web.endpoint.ContentItemEndpoint
- readContentModel(ContextInfo, String) - Method in class com.broadleafcommerce.content.web.endpoint.ContentModelEndpoint
- readContentZoneById(HttpServletRequest, ContextInfo, String) - Method in class com.broadleafcommerce.content.web.endpoint.ContentZoneEndpoint
- readFiltersForRequest(ContextInfo, ContentItemFiltersEndpoint.ContentFilterRequest) - Method in class com.broadleafcommerce.content.web.endpoint.ContentItemFiltersEndpoint
- readFolder(ContextInfo, String) - Method in class com.broadleafcommerce.content.web.endpoint.ContentFolderEndpoint
- readPageByIdIn(Collection<String>, Pageable, Node, ContextInfo) - Method in class com.broadleafcommerce.content.service.DefaultContentItemService
- readPageByIdIn(Collection<String>, Pageable, Node, ContextInfo) - Method in interface com.broadleafcommerce.content.service.ContentItemService
-
Reads all
ContentItems
matching the given ids. - readPageByModelId(String, Pageable, Node, ContextInfo) - Method in class com.broadleafcommerce.content.service.DefaultContentItemService
- readPageByModelId(String, Pageable, Node, ContextInfo) - Method in interface com.broadleafcommerce.content.service.ContentItemService
-
Read all content for a specific model.
- readPageByNameIn(Collection<String>, Pageable, Node, ContextInfo) - Method in class com.broadleafcommerce.content.service.DefaultContentItemService
- readPageByNameIn(Collection<String>, Pageable, Node, ContextInfo) - Method in interface com.broadleafcommerce.content.service.ContentItemService
-
Reads all
ContentItems
matching the given names. - readPathToFolder(ContextInfo, String) - Method in class com.broadleafcommerce.content.web.endpoint.ContentFolderEndpoint
- readPathToFolder(String, ContextInfo) - Method in interface com.broadleafcommerce.content.service.folder.ContentFolderService
-
Returns a list of all folders that are in the path to the given folder.
- readPathToFolder(String, ContextInfo) - Method in class com.broadleafcommerce.content.service.folder.DefaultContentFolderService
- readStarredContentItems(ContextInfo, String, boolean, Node, Pageable) - Method in class com.broadleafcommerce.content.web.endpoint.ContentItemEndpoint
- readThemeFieldGroup(ContextInfo, String) - Method in class com.broadleafcommerce.content.web.endpoint.ThemeFieldGroupEndpoint
- recursivelyCheckDisplayRule(FieldData, ContentContext) - Method in class com.broadleafcommerce.content.service.DefaultContentItemResolverService
- recursivelyFindModels(Set<String>, Integer, ContextInfo) - Method in class com.broadleafcommerce.content.service.hydration.DefaultContentItemHydrationService
-
Recursively find all
Content Models
for the passed in list of content model ids. - recursivelyFindNestedContentItems(List<ContentModel>, C, Integer, ContextInfo) - Method in class com.broadleafcommerce.content.service.hydration.DefaultContentItemHydrationService
-
Recursively find and hydrate all nested content items within the supplied item.
- REFERENCE - Enum constant in enum class com.broadleafcommerce.content.domain.type.DefaultContentFieldType
- removeFieldDataForContent(P, ContextInfo) - Method in class com.broadleafcommerce.content.service.DefaultContentItemService
- replace(String, P, ContextInfo) - Method in class com.broadleafcommerce.content.service.DefaultContentItemService
- replace(String, P, ContextInfo) - Method in class com.broadleafcommerce.content.service.DefaultContentModelService
- replaceAllItemTranslations(ContextInfo, String, Locale, TranslationsPayload) - Method in class com.broadleafcommerce.content.web.endpoint.ContentItemEndpoint
- replaceAllItemTranslations(String, Locale, TranslationsPayload, ContextInfo) - Method in class com.broadleafcommerce.content.service.DefaultContentItemService
- replaceAllItemTranslations(String, Locale, TranslationsPayload, ContextInfo) - Method in interface com.broadleafcommerce.content.service.ContentItemService
-
Handles persistence of translations related to a
ContentItem
or itsFieldData
. - replaceContentItem(ContextInfo, String, ContentItem) - Method in class com.broadleafcommerce.content.web.endpoint.ContentItemEndpoint
- replaceContentModel(ContextInfo, String, ContentModel) - Method in class com.broadleafcommerce.content.web.endpoint.ContentModelEndpoint
- replaceContentZone(HttpServletRequest, ContextInfo, String, ContentZone) - Method in class com.broadleafcommerce.content.web.endpoint.ContentZoneEndpoint
- replaceOrCreateContentFieldsForContentModel(P, ContextInfo) - Method in class com.broadleafcommerce.content.service.DefaultContentModelService
-
Create or replace
ContentField
for the passed-inContentModel
- replaceOrCreateFieldDataForContent(P, ContextInfo) - Method in class com.broadleafcommerce.content.service.DefaultContentItemService
-
Create or replace
FieldData
for the passed inContentItem
- replaceStarredItem(ContextInfo, String, StarredItem) - Method in class com.broadleafcommerce.content.web.endpoint.StarredItemEndpoint
- replaceThemeField(ContextInfo, String, String, ThemeField) - Method in class com.broadleafcommerce.content.web.endpoint.ThemeFieldEndpoint
- replaceThemeFieldGroup(ContextInfo, String, ThemeFieldGroup) - Method in class com.broadleafcommerce.content.web.endpoint.ThemeFieldGroupEndpoint
- resolveContentItems(ContextInfo, ContentContext, Pageable, Node, ContentResolverRequest) - Method in class com.broadleafcommerce.content.web.endpoint.ContentItemResolverEndpoint
- resolveContentItems(ContextInfo, Pageable, Node, ContentResolverRequest) - Method in class com.broadleafcommerce.content.web.endpoint.ContentItemResolverEndpoint
- resolveThemeFields(ContextInfo, Node) - Method in class com.broadleafcommerce.content.web.endpoint.ThemeFieldResolverEndpoint
- RouteConstants - Class in com.broadleafcommerce.content.provider
- RouteConstants.Persistence - Class in com.broadleafcommerce.content.provider
- RULE_BASED - Enum constant in enum class com.broadleafcommerce.content.domain.type.ContentItemMembershipType
-
ContentItems
are determined to be included within this zone if they match a configured rule. - ruleEvaluationService - Variable in class com.broadleafcommerce.content.service.DefaultContentItemResolverService
- ruleEvaluationService - Variable in class com.broadleafcommerce.content.web.endpoint.ContentItemResolverEndpoint
S
- sendCacheInvalidation(TrackableRepository<? extends Trackable>, Trackable) - Method in class com.broadleafcommerce.content.service.messaging.cache.ContentCacheInvalidationNotificationSender
- sendCacheRegionInvalidation(Class<?>) - Method in class com.broadleafcommerce.content.service.messaging.cache.ContentCacheInvalidationNotificationSender
- set_id(String) - Method in class com.broadleafcommerce.content.provider.jpa.domain.folder.JpaContentFolder
- set_id(String) - Method in class com.broadleafcommerce.content.provider.jpa.domain.folder.JpaContentFolderItem
- set_id(String) - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentField
- set_id(String) - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentItem
- set_id(String) - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentModel
- set_id(String) - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentZone
- set_id(String) - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaFieldData
- set_id(String) - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaStarredItem
- set_id(String) - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaThemeField
- set_id(String) - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaThemeFieldGroup
- setAccountId(String) - Method in class com.broadleafcommerce.content.domain.commerce.context.CustomerRef
-
The ID of the account the user belongs to.
- setAction(String) - Method in class com.broadleafcommerce.content.web.endpoint.StarredItemEndpoint.BulkActionStarredItemsRequest
- setActive(boolean) - Method in class com.broadleafcommerce.content.service.messaging.autoconfigure.ContentCacheInvalidationMessagingProperties
- setActiveEndDate(Instant) - Method in class com.broadleafcommerce.content.domain.ContentItem
-
Defines the ending time for which this content item is active.
- setActiveEndDate(Instant) - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentItem
- setActiveStartDate(Instant) - Method in class com.broadleafcommerce.content.domain.ContentItem
-
Defines the beginning time for which this content item is active.
- setActiveStartDate(Instant) - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentItem
- setAddressableByUri(boolean) - Method in class com.broadleafcommerce.content.domain.ContentModel
-
Whether all
ContentItems
of this model can be retrieved by navigating toContentModel.uri
from a storefront app. - setAddressableByUri(boolean) - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentModel
- setAllItemsByFilter(Duration) - Method in class com.broadleafcommerce.content.cache.ContentCacheProperties
- setAllItemsByModelId(Duration) - Method in class com.broadleafcommerce.content.cache.ContentCacheProperties
- setAllItemsWithTags(Duration) - Method in class com.broadleafcommerce.content.cache.ContentCacheProperties
- setAllowedModels(List<String>) - Method in class com.broadleafcommerce.content.domain.ContentField
-
When the `referenceType` is `CONTENT`, this field holds allowed content models.
- setAllowedModels(List<String>) - Method in class com.broadleafcommerce.content.domain.ContentZone
-
When the `referenceType` is `CONTENT`, this field holds allowed content models.
- setAllowedModels(List<String>) - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentField
- setAllowedModels(List<String>) - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentZone
- setAllowRecommendationConfiguration(boolean) - Method in class com.broadleafcommerce.content.domain.ContentField
-
Whether this field can source from recommendations.
- setAllowRecommendationConfiguration(boolean) - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentField
- setAlternateItemSets(List<ContentZoneItemList>) - Method in class com.broadleafcommerce.content.domain.ContentZone
-
List of
ContentZoneItemLists
to display based on theirrules
. - setAlternateItemSets(List<JpaContentZoneItemList>) - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentZone
- setAttributes(Map<String, Attribute>) - Method in class com.broadleafcommerce.content.domain.folder.ContentFolder
-
Additional attributes of the folder.
- setAttributes(Map<String, JpaAttribute>) - Method in class com.broadleafcommerce.content.provider.jpa.domain.folder.JpaContentFolder
- setAttributes(Map<String, Object>) - Method in class com.broadleafcommerce.content.clone.messaging.ContentItemCloneEvent
-
The attributes used to send the additional information.
- setAttributes(Map<String, Object>) - Method in class com.broadleafcommerce.content.domain.commerce.ContentResolverRequest
-
Map holding any additional attributes passed in the request not matching any defined properties.
- setAttributes(Map<String, Object>) - Method in class com.broadleafcommerce.content.domain.commerce.context.ContentContext
-
Additional, unspecified attributes.
- setAttributes(Map<String, Object>) - Method in class com.broadleafcommerce.content.domain.ContentField
-
Additional attributes needed to further define this field
- setAttributes(Map<String, Object>) - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentField
- setAuthenticated(boolean) - Method in class com.broadleafcommerce.content.domain.commerce.context.CustomerRef
-
Whether the customer is authenticated.
- setAuthenticationUtils(AuthenticationUtils) - Method in class com.broadleafcommerce.content.service.DefaultContentItemResolverService
- setAuthenticationUtils(AuthenticationUtils) - Method in class com.broadleafcommerce.content.service.hydration.DefaultContentItemHydrationService
- setAuthenticationUtils(AuthenticationUtils) - Method in class com.broadleafcommerce.content.web.endpoint.ContentItemEndpoint
- setAuthor(Author) - Method in class com.broadleafcommerce.content.domain.ContentItem
-
Information on the user who created this item.
- setAuthor(JpaAuthor) - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentItem
- setByContentItemId(Duration) - Method in class com.broadleafcommerce.content.cache.ContentCacheProperties
- setByItemAndModelUri(Duration) - Method in class com.broadleafcommerce.content.cache.ContentCacheProperties
- setByItemIdIn(Duration) - Method in class com.broadleafcommerce.content.cache.ContentCacheProperties
- setByItemName(Duration) - Method in class com.broadleafcommerce.content.cache.ContentCacheProperties
- setByItemNameIn(Duration) - Method in class com.broadleafcommerce.content.cache.ContentCacheProperties
- setByItemUriAndModelId(Duration) - Method in class com.broadleafcommerce.content.cache.ContentCacheProperties
- setByModelName(Duration) - Method in class com.broadleafcommerce.content.cache.ContentCacheProperties
- setByModelUri(Duration) - Method in class com.broadleafcommerce.content.cache.ContentCacheProperties
- setByName(Duration) - Method in class com.broadleafcommerce.content.cache.ContentCacheProperties
-
Deprecated.Use
ContentCacheProperties.byModelName
. - setByZoneName(Duration) - Method in class com.broadleafcommerce.content.cache.ContentCacheProperties
- setCacheStateManager(CacheStateManager) - Method in class com.broadleafcommerce.content.service.DefaultContentItemResolverService
- setCacheStateManager(CacheStateManager) - Method in class com.broadleafcommerce.content.service.DefaultContentItemService
- setCacheStateManager(CacheStateManager) - Method in class com.broadleafcommerce.content.service.DefaultContentModelService
- setCacheStateManager(CacheStateManager) - Method in class com.broadleafcommerce.content.service.DefaultContentZoneService
- setCacheStateManager(CacheStateManager) - Method in class com.broadleafcommerce.content.service.hydration.DefaultContentItemHydrationService
- setCloneContentItemSvc(CloneContentItemService<ContentItem, CloneContentItemRequest>) - Method in class com.broadleafcommerce.content.web.endpoint.ContentItemEndpoint
- setClonedIds(List<String>) - Method in class com.broadleafcommerce.content.clone.messaging.ContentItemCloneEvent
-
The ids of the cloned
ContentItem
. - setCloneRelationships(List<String>) - Method in class com.broadleafcommerce.content.clone.contentitem.CloneContentItemRequest
-
The
List
of the ContentItem relationships that is used to specify which of the relationships should be cloned. - setCollection(boolean) - Method in class com.broadleafcommerce.content.domain.ContentField
-
Whether this field represents a collection
- setCollection(boolean) - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentField
- setContentContext(ContentContext) - Method in class com.broadleafcommerce.content.domain.commerce.ContentResolverRequest
-
Any contextual information needed to resolve targetted content.
- setContentFieldCacheInvalidationMessageSendDelay(Duration) - Method in class com.broadleafcommerce.content.service.messaging.autoconfigure.ContentCacheInvalidationMessagingProperties
- setContentFieldService(ContentFieldService<ContentField>) - Method in class com.broadleafcommerce.content.service.DefaultContentModelService
- setContentFieldService(ContentFieldService<ContentField>) - Method in class com.broadleafcommerce.content.service.hydration.DefaultContentItemHydrationService
- setContentFolderItemCacheInvalidationMessageSendDelay(Duration) - Method in class com.broadleafcommerce.content.service.messaging.autoconfigure.ContentCacheInvalidationMessagingProperties
- setContentItem(ContentItem) - Method in class com.broadleafcommerce.content.domain.FieldData
-
The content item this field belongs to
- setContentItemCacheAllByFilterKeyGen(ContextKeyGen) - Method in class com.broadleafcommerce.content.service.DefaultContentItemService
- setContentItemCacheAllWithTags(ContextKeyGen) - Method in class com.broadleafcommerce.content.service.DefaultContentItemService
- setContentItemCacheByIdInKeyGen(ContextKeyGen) - Method in class com.broadleafcommerce.content.service.DefaultContentItemService
- setContentItemCacheByItemAndModelUriKeyGen(ContextKeyGen) - Method in class com.broadleafcommerce.content.service.DefaultContentItemService
- setContentItemCacheByModelIdKeyGen(ContextKeyGen) - Method in class com.broadleafcommerce.content.service.DefaultContentItemService
- setContentItemCacheByNameInKeyGen(ContextKeyGen) - Method in class com.broadleafcommerce.content.service.DefaultContentItemService
- setContentItemCacheByNameKeyGen(ContextKeyGen) - Method in class com.broadleafcommerce.content.service.DefaultContentItemService
- setContentItemCacheByUriAndModelIdKeyGen(ContextKeyGen) - Method in class com.broadleafcommerce.content.service.DefaultContentItemService
- setContentItemCacheInvalidationMessageSendDelay(Duration) - Method in class com.broadleafcommerce.content.service.messaging.autoconfigure.ContentCacheInvalidationMessagingProperties
- setContentItemCachePageByIdInKeyGen(ContextKeyGen) - Method in class com.broadleafcommerce.content.service.DefaultContentItemService
- setContentItemCachePageByModelIdKeyGen(ContextKeyGen) - Method in class com.broadleafcommerce.content.service.DefaultContentItemService
- setContentItemCachePageByNameInKeyGen(ContextKeyGen) - Method in class com.broadleafcommerce.content.service.DefaultContentItemService
- setContentItemContextId(String) - Method in class com.broadleafcommerce.content.provider.jpa.domain.folder.JpaContentFolderItem
- setContentItemContextId(String) - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentZoneItem
- setContentItemContextId(String) - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaFieldData
- setContentItemId(String) - Method in class com.broadleafcommerce.content.clone.contentitem.CloneContentItemRequest
-
The
ContentItem
id to clone. - setContentItemId(String) - Method in class com.broadleafcommerce.content.domain.folder.ContentFolderItem
-
The content item.
- setContentItemId(String) - Method in class com.broadleafcommerce.content.domain.StarredItem
-
The system ID of the content item.
- setContentItemId(String) - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaStarredItem
- setContentItemIds(List<String>) - Method in class com.broadleafcommerce.content.web.endpoint.ContentFolderEndpoint.MoveItemsToFolderRequest
- setContentItemIds(List<String>) - Method in class com.broadleafcommerce.content.web.endpoint.StarredItemEndpoint.BulkActionStarredItemsRequest
- setContentItemMembershipRule(String) - Method in class com.broadleafcommerce.content.domain.ContentZoneItem
-
If the membership type is
ContentItemMembershipType.RULE_BASED
, this rule defines what items to include. - setContentItemMembershipRule(String) - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentZoneItem
- setContentItemMembershipType(String) - Method in class com.broadleafcommerce.content.domain.ContentZoneItem
-
The content item membership type.
- setContentItemMembershipType(String) - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentZoneItem
- setContentItemRepository(ContentItemRepository<Trackable>) - Method in class com.broadleafcommerce.content.service.DefaultContentModelService
- setContentModel(ContentModel) - Method in class com.broadleafcommerce.content.domain.ContentField
-
The content model this content field belongs to
- setContentModelCacheByNameKeyGen(ContextKeyGen) - Method in class com.broadleafcommerce.content.service.DefaultContentModelService
- setContentModelCacheByUriKeyGen(ContextKeyGen) - Method in class com.broadleafcommerce.content.service.DefaultContentModelService
- setContentModelCacheInvalidationMessageSendDelay(Duration) - Method in class com.broadleafcommerce.content.service.messaging.autoconfigure.ContentCacheInvalidationMessagingProperties
- setContentModelContextId(String) - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentField
- setContentResolverCacheByItemIdIn(ContextKeyGen) - Method in class com.broadleafcommerce.content.service.DefaultContentItemResolverService
- setContentResolverCacheByItemNameIn(ContextKeyGen) - Method in class com.broadleafcommerce.content.service.DefaultContentItemResolverService
- setContentResolverCacheByModelId(ContextKeyGen) - Method in class com.broadleafcommerce.content.service.DefaultContentItemResolverService
- setContentResolverCacheByModelName(ContextKeyGen) - Method in class com.broadleafcommerce.content.service.DefaultContentItemResolverService
- setContentResolverCacheByUri(ContextKeyGen) - Method in class com.broadleafcommerce.content.service.DefaultContentItemResolverService
- setContentResolverCacheByZoneName(ContextKeyGen) - Method in class com.broadleafcommerce.content.service.DefaultContentItemResolverService
- setContentResolverRequests(List<ContentResolverRequest>) - Method in class com.broadleafcommerce.content.domain.commerce.BulkContentResolverRequest
-
List of content resolver requests to include
- setContentResolverResponseToId(Map<String, ContentResolverResponse<T>>) - Method in class com.broadleafcommerce.content.domain.commerce.BulkContentResolverResponse
-
A
ContentResolverResponse
for eachContentResolverRequest
mapped by request ID. - setContentZoneCacheByNameKeyGen(ContextKeyGen) - Method in class com.broadleafcommerce.content.service.DefaultContentZoneService
- setContentZoneCacheInvalidationMessageSendDelay(Duration) - Method in class com.broadleafcommerce.content.service.messaging.autoconfigure.ContentCacheInvalidationMessagingProperties
- setContentZoneName(String) - Method in class com.broadleafcommerce.content.domain.commerce.ContentResolverRequest
-
Name of a
ContentZone
to retrieve relatedContentItems
. - setContextId(String) - Method in class com.broadleafcommerce.content.provider.jpa.domain.folder.JpaContentFolder
- setContextId(String) - Method in class com.broadleafcommerce.content.provider.jpa.domain.folder.JpaContentFolderItem
- setContextId(String) - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentField
- setContextId(String) - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentItem
- setContextId(String) - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentModel
- setContextId(String) - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentZone
- setContextId(String) - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaFieldData
- setContextId(String) - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaStarredItem
- setContextId(String) - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaThemeField
- setContextId(String) - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaThemeFieldGroup
- setContextState(EmbeddedContextState) - Method in class com.broadleafcommerce.content.domain.ContentZoneItemList
-
A subset of
Tracking
information to expose the context state for this object. - setContextState(EmbeddedContextState) - Method in class com.broadleafcommerce.content.domain.folder.Attribute
-
A subset of
Tracking
information to expose the context state for this object. - setContextState(ContextState) - Method in class com.broadleafcommerce.content.domain.ContentField
-
A subset of
Tracking
information to expose the context state for this object. - setContextState(ContextState) - Method in class com.broadleafcommerce.content.domain.ContentItem
-
A subset of
Tracking
information to expose the context state for this object. - setContextState(ContextState) - Method in class com.broadleafcommerce.content.domain.ContentModel
-
A subset of
Tracking
information to expose the context state for this object. - setContextState(ContextState) - Method in class com.broadleafcommerce.content.domain.ContentZone
-
A subset of
Tracking
information to expose the context state for this object. - setContextState(ContextState) - Method in class com.broadleafcommerce.content.domain.FieldData
-
A subset of
Tracking
information to expose the context state for this object. - setContextState(ContextState) - Method in class com.broadleafcommerce.content.domain.folder.ContentFolder
-
A subset of
Tracking
information to expose the context state for this object. - setContextState(ContextState) - Method in class com.broadleafcommerce.content.domain.folder.ContentFolderItem
-
A subset of
Tracking
information to expose the context state for this object. - setContextState(ContextState) - Method in class com.broadleafcommerce.content.domain.StarredItem
-
A subset of
Tracking
information to expose the context state for this object. - setContextState(ContextState) - Method in class com.broadleafcommerce.content.domain.ThemeField
-
A subset of
Tracking
information to expose the context state for this object. - setContextState(ContextState) - Method in class com.broadleafcommerce.content.domain.ThemeFieldGroup
-
A subset of
Tracking
information to expose the context state for this object. - setCustomer(CustomerRef) - Method in class com.broadleafcommerce.content.domain.commerce.context.ContentContext
-
The
CustomerRef
used in this context - setCustomerSegmentIds(List<String>) - Method in class com.broadleafcommerce.content.domain.commerce.context.CustomerRef
-
A list of customer segment ids in this context.
- setDatasource(DataSourceProperties) - Method in class com.broadleafcommerce.content.provider.jpa.environment.ContentProperties
- setDefaultItems(List<ContentZoneItem>) - Method in class com.broadleafcommerce.content.domain.ContentZone
-
The default
ContentItem
to display. - setDefaultItems(List<JpaContentZoneItem>) - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentZone
- setDelegating(SchemaDelegatingProperties) - Method in class com.broadleafcommerce.content.provider.jpa.environment.ContentProperties
- setDisplayOrder(Integer) - Method in class com.broadleafcommerce.content.domain.ContentField
-
The display order of this field in relation to other fields.
- setDisplayOrder(Integer) - Method in class com.broadleafcommerce.content.domain.ContentItem
-
This item's display order relative to other items.
- setDisplayOrder(Integer) - Method in class com.broadleafcommerce.content.domain.ContentZoneItem
-
The display order of this item in relation to other items
- setDisplayOrder(Integer) - Method in class com.broadleafcommerce.content.domain.FieldData
-
The field's display order, defined by the
ContentModel
- setDisplayOrder(Integer) - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentField
- setDisplayOrder(Integer) - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentZoneItem
- setDisplayRule(String) - Method in class com.broadleafcommerce.content.domain.ContentItem
-
Rule governing when this item can be displayed based on the context.
- setDisplayRule(String) - Method in class com.broadleafcommerce.content.domain.ContentZoneItem
-
The display rule for the item to be displayed in the zone.
- setDisplayRule(String) - Method in class com.broadleafcommerce.content.domain.ContentZoneItemList
-
The display rule required to be matched by requests for the list to be displayed in the zone.
- setDisplayRule(String) - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentItem
- setDisplayRule(String) - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentZoneItem
- setDisplayRule(String) - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentZoneItemList
- setEmbedded(boolean) - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentItem
- setEmbedded(Boolean) - Method in class com.broadleafcommerce.content.domain.ContentItem
-
Whether this item is considered embedded within another item and should not be retrieved separately.
- setEmbeddedOnly(boolean) - Method in class com.broadleafcommerce.content.domain.ContentModel
-
Whether this model is only used as an embedded model.
- setEmbeddedOnly(boolean) - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentModel
- setEnableRecommendations(boolean) - Method in class com.broadleafcommerce.content.domain.FieldData
-
Whether this field should use recommendations for its product references.
- setEnableRecommendations(boolean) - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaFieldData
- setFieldDataCacheInvalidationMessageSendDelay(Duration) - Method in class com.broadleafcommerce.content.service.messaging.autoconfigure.ContentCacheInvalidationMessagingProperties
- setFieldGroup(ThemeFieldGroup) - Method in class com.broadleafcommerce.content.domain.ThemeField
-
The group this field belongs to.
- setFieldGroupContextId(String) - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaThemeField
- setFields(List<ContentField>) - Method in class com.broadleafcommerce.content.domain.ContentModel
-
The list of fields that make up this content model
- setFields(List<ThemeField>) - Method in class com.broadleafcommerce.content.domain.ThemeFieldGroup
-
The fields in this group.
- setFields(Map<String, FieldData>) - Method in class com.broadleafcommerce.content.domain.ContentItem
-
The individual field data for this content
- setFilterKey(String) - Method in class com.broadleafcommerce.content.domain.ContentFilter
-
The key for this filter
- setFolderContextId(String) - Method in class com.broadleafcommerce.content.provider.jpa.domain.folder.JpaContentFolderItem
- setFolderId(String) - Method in class com.broadleafcommerce.content.clone.contentitem.CloneContentItemRequest
-
The id of the folder where the cloned
ContentItem
should be placed. - setFolderId(String) - Method in class com.broadleafcommerce.content.domain.ContentItem
-
The folder ID that this content item belongs to.
- setFolderId(String) - Method in class com.broadleafcommerce.content.domain.folder.ContentFolderItem
- setFolderId(String) - Method in class com.broadleafcommerce.content.web.endpoint.ContentItemFiltersEndpoint.ContentFilterRequest
- setFolderItemService(ContentFolderItemService<ContentFolderItem>) - Method in class com.broadleafcommerce.content.service.hydration.DefaultContentItemHydrationService
- setFolderItemService(ContentFolderItemService<ContentFolderItem>) - Method in class com.broadleafcommerce.content.web.endpoint.ContentItemEndpoint
- setHelpText(String) - Method in class com.broadleafcommerce.content.domain.ContentField
-
Help text to display on the field
- setHelpText(String) - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentField
- setHint(String) - Method in class com.broadleafcommerce.content.domain.ContentField
-
Hint text to display below the field in the admin
- setHint(String) - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentField
- setHydrationByCacheByResolvedContentItemId(ContextKeyGen) - Method in class com.broadleafcommerce.content.service.hydration.DefaultContentItemHydrationService
- setHydrationCacheByResolvedContentItemIdAndPreviewToken(ContextKeyGen) - Method in class com.broadleafcommerce.content.service.hydration.DefaultContentItemHydrationService
- setId(String) - Method in class com.broadleafcommerce.content.domain.Author
-
Id of the author user
- setId(String) - Method in class com.broadleafcommerce.content.domain.ContentField
-
A unique id for the field.
- setId(String) - Method in class com.broadleafcommerce.content.domain.ContentItem
-
The system ID of the content item.
- setId(String) - Method in class com.broadleafcommerce.content.domain.ContentModel
-
The context ID of the content model.
- setId(String) - Method in class com.broadleafcommerce.content.domain.ContentTag
-
A unique id for the tag.
- setId(String) - Method in class com.broadleafcommerce.content.domain.ContentZone
-
The system ID of the zone.
- setId(String) - Method in class com.broadleafcommerce.content.domain.ContentZoneItemList
-
The id for this list.
- setId(String) - Method in class com.broadleafcommerce.content.domain.FieldData
-
The field's unique identifier
- setId(String) - Method in class com.broadleafcommerce.content.domain.folder.ContentFolder
-
The context ID of the folder.
- setId(String) - Method in class com.broadleafcommerce.content.domain.folder.ContentFolderItem
-
The context ID of the folder.
- setId(String) - Method in class com.broadleafcommerce.content.domain.StarredItem
-
The system ID of the content item.
- setId(String) - Method in class com.broadleafcommerce.content.domain.ThemeField
-
A unique id for the field.
- setId(String) - Method in class com.broadleafcommerce.content.domain.ThemeFieldGroup
-
A unique id for the field.
- setId(String) - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaAuthor
- setId(String) - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentZoneItemList
- setId(String) - Method in class com.broadleafcommerce.content.web.endpoint.ContentFolderEndpoint.MoveItemsToFolderRequest
- setId(String) - Method in class com.broadleafcommerce.content.web.endpoint.StarredItemEndpoint.BulkActionStarredItemsRequest
- setIdsNotFound(Set<String>) - Method in class com.broadleafcommerce.content.domain.commerce.ContentResolverResponse
-
Any
ContentResolverRequest.getItemIds()
that did not match active content. - setItem(ContentItem) - Method in class com.broadleafcommerce.content.domain.ContentZoneItem
-
The ID of the
ContentItem
to display. - setItemIds(Set<String>) - Method in class com.broadleafcommerce.content.domain.commerce.ContentResolverRequest
-
Ids of
ContentItems
to retrieve. - setItemNames(Set<String>) - Method in class com.broadleafcommerce.content.domain.commerce.ContentResolverRequest
-
Names of
ContentItems
to retrieve. - setItems(List<ContentZoneItem>) - Method in class com.broadleafcommerce.content.domain.ContentZoneItemList
-
The
ContentItems
in this list. - setItems(List<JpaContentZoneItem>) - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentZoneItemList
- setItemService(ContentItemService<ContentItem>) - Method in class com.broadleafcommerce.content.service.DefaultContentModelService
- setItemService(ContentItemService<ContentItem>) - Method in class com.broadleafcommerce.content.service.validation.ContentItemValidator
-
Lazy injection since this validator is itself a service component.
- setItemService(ContentItemService<ContentItem>) - Method in class com.broadleafcommerce.content.service.validation.ContentModelValidator
-
Lazy injection since this validator is itself a service component.
- setItemService(ContentItemService<ContentItem>) - Method in class com.broadleafcommerce.content.service.validation.ContentZoneValidator
- setJpa(JpaProperties) - Method in class com.broadleafcommerce.content.provider.jpa.environment.ContentProperties
- setLabel(String) - Method in class com.broadleafcommerce.content.domain.ContentField
-
The friendly display label for this field
- setLabel(String) - Method in class com.broadleafcommerce.content.domain.ContentFilter
-
The label for this filter
- setLabel(String) - Method in class com.broadleafcommerce.content.domain.ContentFilterOption
-
The label for this filter
- setLabel(String) - Method in class com.broadleafcommerce.content.domain.ThemeField
-
The friendly display label for this field
- setLabel(String) - Method in class com.broadleafcommerce.content.domain.ThemeFieldGroup
-
The friendly display label for this field
- setLabel(String) - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentField
- setLabel(String) - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaThemeField
- setLabel(String) - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaThemeFieldGroup
- setLastUpdated(Instant) - Method in class com.broadleafcommerce.content.domain.ContentItem
-
The date and time that this content item was last modified.
- setLastUpdated(Instant) - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentItem
- setLiquibase(LiquibaseProperties) - Method in class com.broadleafcommerce.content.provider.jpa.environment.ContentProperties
- setLocale(String) - Method in class com.broadleafcommerce.content.domain.commerce.context.ContentContext
-
The
Locale
used in this context - setModel(ContentModel) - Method in class com.broadleafcommerce.content.domain.ContentItem
-
The content model for this content.
- setModelContextId(String) - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentItem
- setModelContextId(String) - Method in class com.broadleafcommerce.content.service.messaging.cache.ContentCacheInvalidationRemoteEvent
-
This field contains the
ContentModel
id of theContentItem.getModel()
if available. - setModelId(String) - Method in class com.broadleafcommerce.content.domain.commerce.ContentResolverRequest
-
Id of a
ContentModel
all of whoseContentItems
to retrieve. - setModelId(String) - Method in class com.broadleafcommerce.content.web.endpoint.ContentItemFiltersEndpoint.ContentFilterRequest
- setModelName(String) - Method in class com.broadleafcommerce.content.domain.commerce.ContentResolverRequest
-
Name of a
ContentModel
all of whoseContentItems
to retrieve. - setModelName(String) - Method in class com.broadleafcommerce.content.domain.ContentItem
-
The content model name for this content.
- setModelName(String) - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentItem
- setModelService(ContentModelService<ContentModel>) - Method in class com.broadleafcommerce.content.service.validation.ContentItemValidator
-
Lazy injection since this validator is itself a service component.
- setModelService(ContentModelService<ContentModel>) - Method in class com.broadleafcommerce.content.service.validation.ContentModelValidator
-
Lazy injection since this validator is itself a service component.
- setName(String) - Method in class com.broadleafcommerce.content.clone.contentitem.CloneContentItemRequest
- setName(String) - Method in class com.broadleafcommerce.content.domain.Author
-
Full name of the author.
- setName(String) - Method in class com.broadleafcommerce.content.domain.ContentField
-
A unique name for the content type, used for retrieval.
- setName(String) - Method in class com.broadleafcommerce.content.domain.ContentItem
-
A unique name for the content item, used for retrieval.
- setName(String) - Method in class com.broadleafcommerce.content.domain.ContentModel
-
A unique name for the content model, used for retrieval.
- setName(String) - Method in class com.broadleafcommerce.content.domain.ContentTag
-
The name for this tag
- setName(String) - Method in class com.broadleafcommerce.content.domain.ContentZone
-
A unique name for the content zone, used for retrieval.
- setName(String) - Method in class com.broadleafcommerce.content.domain.ContentZoneItemList
-
The name of this list.
- setName(String) - Method in class com.broadleafcommerce.content.domain.FieldData
-
The content field's name
- setName(String) - Method in class com.broadleafcommerce.content.domain.folder.ContentFolder
-
The user facing name of this folder.
- setName(String) - Method in class com.broadleafcommerce.content.domain.ThemeField
-
A unique name for the field, used for retrieval.
- setName(String) - Method in class com.broadleafcommerce.content.domain.ThemeFieldGroup
-
A unique name for the field, used for retrieval.
- setName(String) - Method in class com.broadleafcommerce.content.provider.jpa.domain.folder.JpaContentFolder
- setName(String) - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaAuthor
- setName(String) - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentField
- setName(String) - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentItem
- setName(String) - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentModel
- setName(String) - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentZone
- setName(String) - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentZoneItemList
- setName(String) - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaFieldData
- setName(String) - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaThemeField
- setName(String) - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaThemeFieldGroup
- setName(String) - Method in class com.broadleafcommerce.content.service.messaging.cache.ContentCacheInvalidationRemoteEvent
-
This field contains the content entity name if available, for example
ContentItem.getName()
. - setNamesNotFound(Set<String>) - Method in class com.broadleafcommerce.content.domain.commerce.ContentResolverResponse
-
Any
ContentResolverRequest.getItemNames()
that did not match active content. - setNotification(NotificationProperties) - Method in class com.broadleafcommerce.content.clone.contentitem.CloneContentItemNotificationProperties
- setNotification(NotificationProperties) - Method in class com.broadleafcommerce.content.service.messaging.autoconfigure.ContentCacheInvalidationMessagingProperties
- setNumberOfRecommendations(Integer) - Method in class com.broadleafcommerce.content.domain.FieldData
-
The number of recommendations requested from the recommendations engine
- setNumberOfRecommendations(Integer) - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaFieldData
- setOptions(Set<ContentFilterOption>) - Method in class com.broadleafcommerce.content.domain.ContentFilter
-
The options for this filter
- setOriginalIds(List<String>) - Method in class com.broadleafcommerce.content.clone.messaging.ContentItemCloneEvent
-
The ids of the original
ContentItems
that were cloned. - setPageByItemIdIn(Duration) - Method in class com.broadleafcommerce.content.cache.ContentCacheProperties
- setPageByItemModelId(Duration) - Method in class com.broadleafcommerce.content.cache.ContentCacheProperties
- setPageByItemNameIn(Duration) - Method in class com.broadleafcommerce.content.cache.ContentCacheProperties
- setPaginatedResults(Page<T>) - Method in class com.broadleafcommerce.content.domain.commerce.ContentResolverResponse
-
Paginated results.
- setParentFolderContextId(String) - Method in class com.broadleafcommerce.content.provider.jpa.domain.folder.JpaContentFolder
- setParentFolderId(String) - Method in class com.broadleafcommerce.content.domain.folder.ContentFolder
- setProperties(ContentItemResolverProperties) - Method in class com.broadleafcommerce.content.service.DefaultContentItemResolverService
- setRecommendationModelType(String) - Method in class com.broadleafcommerce.content.domain.FieldData
-
The type of Recommendation Model that should be queried when retrieving recommendations e.g.
- setRecommendationModelType(String) - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaFieldData
- setReferenceType(String) - Method in class com.broadleafcommerce.content.domain.ContentField
-
When the `type` is `REFERENCE`, this field holds the type of entity this field links to
- setReferenceType(String) - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentField
- setRepository(ContentItemRepository<D>) - Method in class com.broadleafcommerce.content.provider.jpa.repository.JpaCustomizedContentItemRepository
- setRequestId(String) - Method in class com.broadleafcommerce.content.domain.commerce.ContentResolverRequest
-
The id of this content resolver request.
- setRequestIdsNotFound(List<String>) - Method in class com.broadleafcommerce.content.domain.commerce.BulkContentResolverResponse
-
Any
request IDs
not returned in the correspondingContentResolverResponse
- setRequired(boolean) - Method in class com.broadleafcommerce.content.domain.ContentField
-
Whether this field is required
- setRequired(boolean) - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentField
- setResults(List<T>) - Method in class com.broadleafcommerce.content.domain.commerce.ContentResolverResponse
-
Unpaginated list of results.
- setRetry(RetryProperties) - Method in class com.broadleafcommerce.content.clone.contentitem.CloneContentItemNotificationProperties
- setRetry(RetryProperties) - Method in class com.broadleafcommerce.content.service.messaging.autoconfigure.ContentCacheInvalidationMessagingProperties
- setRuleEvaluationService(RuleEvaluationService) - Method in class com.broadleafcommerce.content.service.DefaultContentItemResolverService
- setRuleEvaluationService(RuleEvaluationService) - Method in class com.broadleafcommerce.content.web.endpoint.ContentItemResolverEndpoint
- setSearch(String) - Method in class com.broadleafcommerce.content.web.endpoint.ContentItemFiltersEndpoint.ContentFilterRequest
- setStarred(boolean) - Method in class com.broadleafcommerce.content.domain.ContentItem
-
Whether this item is starred by a user.
- setStarred(String) - Method in class com.broadleafcommerce.content.web.endpoint.ContentItemFiltersEndpoint.ContentFilterRequest
- setStarredItemCacheInvalidationMessageSendDelay(Duration) - Method in class com.broadleafcommerce.content.service.messaging.autoconfigure.ContentCacheInvalidationMessagingProperties
- setStarredItemService(StarredItemService<StarredItem>) - Method in class com.broadleafcommerce.content.service.hydration.DefaultContentItemHydrationService
- setStarredItemService(StarredItemService<StarredItem>) - Method in class com.broadleafcommerce.content.web.endpoint.ContentItemEndpoint
- setSupportedProjectionTypes(List<ContentCacheInvalidationHelper.SupportedType>) - Method in class com.broadleafcommerce.content.service.messaging.cache.ContentCacheInvalidationHelper
- setTags(String) - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentItem
- setTags(List<String>) - Method in class com.broadleafcommerce.content.domain.ContentItem
-
List of simple tags used for filtering and retrieval.
- setThemeFieldGroupService(ThemeFieldGroupService<ThemeFieldGroup>) - Method in class com.broadleafcommerce.content.service.validation.ThemeFieldGroupValidator
- setThemeFieldGroupService(ThemeFieldGroupService<ThemeFieldGroup>) - Method in class com.broadleafcommerce.content.service.validation.ThemeFieldValidator
- setThemeFieldService(ThemeFieldService<ThemeField>) - Method in class com.broadleafcommerce.content.service.validation.ThemeFieldValidator
- setTracking(CatalogJpaTracking) - Method in class com.broadleafcommerce.content.provider.jpa.domain.folder.JpaContentFolder
- setTracking(CatalogJpaTracking) - Method in class com.broadleafcommerce.content.provider.jpa.domain.folder.JpaContentFolderItem
- setTracking(CatalogJpaTracking) - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentField
- setTracking(CatalogJpaTracking) - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentItem
- setTracking(CatalogJpaTracking) - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentModel
- setTracking(CatalogJpaTracking) - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentZone
- setTracking(CatalogJpaTracking) - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaFieldData
- setTracking(CatalogJpaTracking) - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaStarredItem
- setTracking(CatalogJpaTracking) - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaThemeField
- setTracking(CatalogJpaTracking) - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaThemeFieldGroup
- setTranslatable(boolean) - Method in class com.broadleafcommerce.content.domain.ContentField
-
Whether the field should be translatable.
- setTranslatable(boolean) - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentField
- setTranslationEntityService(TranslationEntityService<Translation>) - Method in class com.broadleafcommerce.content.service.DefaultContentItemService
- setType(String) - Method in class com.broadleafcommerce.content.domain.ContentField
-
The type of this content field
- setType(String) - Method in class com.broadleafcommerce.content.domain.ThemeField
-
The type of this content field
- setType(String) - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentField
- setType(String) - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaThemeField
- setTypeFactory(TypeFactory) - Method in class com.broadleafcommerce.content.service.hydration.DefaultContentItemHydrationService
- setUri(String) - Method in class com.broadleafcommerce.content.clone.contentitem.CloneContentItemRequest
- setUri(String) - Method in class com.broadleafcommerce.content.domain.commerce.ContentResolverRequest
-
URI of either a
ContentModel
all of whoseContentItems
should be retrieved or else that of a singleContentItem
. - setUri(String) - Method in class com.broadleafcommerce.content.domain.ContentItem
-
SEO-friendly URI to identify this content item.
- setUri(String) - Method in class com.broadleafcommerce.content.domain.ContentModel
-
SEO-friendly URI to identify
ContentItems
of this model. - setUri(String) - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentItem
- setUri(String) - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentModel
- setUri(String) - Method in class com.broadleafcommerce.content.service.messaging.cache.ContentCacheInvalidationRemoteEvent
-
This field contains the content URI if available, for example
ContentItem.getUri()
. - setUris(List<String>) - Method in class com.broadleafcommerce.content.domain.commerce.ContentResolverRequest
-
Added for compatibility with CatalogBrowseServices requests to resolve a browse entity that may be a content item, product, or category when only a URI is known.
- setUserId(String) - Method in class com.broadleafcommerce.content.domain.commerce.context.CustomerRef
-
The user's id.
- setUserId(String) - Method in class com.broadleafcommerce.content.domain.StarredItem
-
The ID of the user who starred the item.
- setUserId(String) - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaStarredItem
- setUserId(String) - Method in class com.broadleafcommerce.content.web.endpoint.StarredItemEndpoint.BulkActionStarredItemsRequest
- setUsername(String) - Method in class com.broadleafcommerce.content.domain.Author
-
Username of the author.
- setUsername(String) - Method in class com.broadleafcommerce.content.domain.commerce.context.CustomerRef
-
The user's username.
- setUsername(String) - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaAuthor
- setValue(Object) - Method in class com.broadleafcommerce.content.domain.FieldData
-
The field's value
- setValue(Object) - Method in class com.broadleafcommerce.content.domain.folder.Attribute
-
The value represented by this attribute.
- setValue(Object) - Method in class com.broadleafcommerce.content.domain.ThemeField
-
The field's value
- setValue(Object) - Method in class com.broadleafcommerce.content.provider.jpa.domain.folder.JpaAttribute
- setValue(Object) - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaFieldData
- setValue(Object) - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaThemeField
- setValue(String) - Method in class com.broadleafcommerce.content.domain.ContentFilterOption
-
The value for the filter
- setWhitelistedServiceCallers(Set<String>) - Method in class com.broadleafcommerce.content.service.autoconfigure.ContentItemResolverProperties
-
The names of external microservices that are expected to call Content and should be whitelisted so that user information they provide in a
ContentContext
or similar are trusted over trying to consult theSecurityContext
to glean the same user target information. - setZoneService(ContentZoneService<ContentZone>) - Method in class com.broadleafcommerce.content.service.validation.ContentZoneValidator
- shouldInvalidateCache(ContentCacheInvalidationEvent) - Method in class com.broadleafcommerce.content.service.hydration.DefaultContentItemHydrationService
- shouldSendImmediately(Class<?>) - Method in class com.broadleafcommerce.content.service.messaging.cache.ContentCacheInvalidationHelper
-
Whether or not the cache invalidation resulting from a mutation event for the given projection is configured to send immediately without a configured delay.
- shouldSuppress(Object, Object, ContextInfo) - Method in class com.broadleafcommerce.content.service.messaging.cache.ContentCacheInvalidationNotificationStateMapperMember
- StarredItem - Class in com.broadleafcommerce.content.domain
-
A domain indicating that a
ContentItem
is marked as starred. - StarredItem() - Constructor for class com.broadleafcommerce.content.domain.StarredItem
- StarredItemEndpoint - Class in com.broadleafcommerce.content.web.endpoint
- StarredItemEndpoint(StarredItemService<StarredItem>, TypeFactory, TranslationEntityService<Translation>, ContentItemService<ContentItem>, ContentItemHydrationService, AuthenticationUtils) - Constructor for class com.broadleafcommerce.content.web.endpoint.StarredItemEndpoint
- StarredItemEndpoint.BulkActionStarredItemsRequest - Class in com.broadleafcommerce.content.web.endpoint
- StarredItemRepository<D extends com.broadleafcommerce.data.tracking.core.Trackable> - Interface in com.broadleafcommerce.content.repository
-
Repository
for persistent counter-parts ofStarredItem
. - StarredItemService<P extends StarredItem> - Interface in com.broadleafcommerce.content.service
-
This service is responsible for handling all CRUD operations on
StarredItems
. - STRING - Enum constant in enum class com.broadleafcommerce.content.domain.type.DefaultContentFieldType
- SupportedType(Class<?>, Supplier<Duration>) - Constructor for class com.broadleafcommerce.content.service.messaging.cache.ContentCacheInvalidationHelper.SupportedType
- supports(Class<?>, ContextInfo) - Method in class com.broadleafcommerce.content.service.validation.ContentItemValidator
- supports(Class<?>, ContextInfo) - Method in class com.broadleafcommerce.content.service.validation.ContentModelValidator
- supports(Class<?>, ContextInfo) - Method in class com.broadleafcommerce.content.service.validation.ThemeFieldGroupValidator
- supports(Class<?>, ContextInfo) - Method in class com.broadleafcommerce.content.service.validation.ThemeFieldValidator
- supports(Class<?>, ContextInfo) - Method in class com.broadleafcommerce.content.service.validation.ContentZoneValidator
T
- TAGS - Static variable in class com.broadleafcommerce.content.provider.jpa.repository.JpaCustomizedContentItemRepository
- TENANT - Static variable in class com.broadleafcommerce.content.provider.jpa.repository.JpaCustomizedContentItemRepository
- ThemeField - Class in com.broadleafcommerce.content.domain
-
Represents the definition for a
ThemeField
. - ThemeField() - Constructor for class com.broadleafcommerce.content.domain.ThemeField
- ThemeField(String, String, String, ThemeFieldGroup, String, Object, ContextState) - Constructor for class com.broadleafcommerce.content.domain.ThemeField
- ThemeFieldEndpoint - Class in com.broadleafcommerce.content.web.endpoint
- ThemeFieldEndpoint(ThemeFieldGroupService<ThemeFieldGroup>, ThemeFieldService<ThemeField>) - Constructor for class com.broadleafcommerce.content.web.endpoint.ThemeFieldEndpoint
- ThemeFieldGroup - Class in com.broadleafcommerce.content.domain
-
Represents the definition for a grouping of
ThemeField
. - ThemeFieldGroup() - Constructor for class com.broadleafcommerce.content.domain.ThemeFieldGroup
- ThemeFieldGroup(String, String, String, List<ThemeField>, ContextState) - Constructor for class com.broadleafcommerce.content.domain.ThemeFieldGroup
- ThemeFieldGroupEndpoint - Class in com.broadleafcommerce.content.web.endpoint
- ThemeFieldGroupEndpoint(ThemeFieldGroupService<ThemeFieldGroup>, ThemeHydrationService) - Constructor for class com.broadleafcommerce.content.web.endpoint.ThemeFieldGroupEndpoint
- ThemeFieldGroupRepository<D extends com.broadleafcommerce.data.tracking.core.Trackable> - Interface in com.broadleafcommerce.content.repository
- themeFieldGroupService(ThemeFieldGroupRepository<Trackable>, RsqlCrudEntityHelper) - Method in class com.broadleafcommerce.content.service.autoconfigure.ContentServiceAutoConfiguration
- ThemeFieldGroupService<P extends ThemeFieldGroup> - Interface in com.broadleafcommerce.content.service
-
ThemeFieldGroup
business domain specific version ofCrudEntityService
. - themeFieldGroupValidator() - Method in class com.broadleafcommerce.content.service.autoconfigure.ContentValidationAutoConfiguration
- ThemeFieldGroupValidator - Class in com.broadleafcommerce.content.service.validation
- ThemeFieldGroupValidator() - Constructor for class com.broadleafcommerce.content.service.validation.ThemeFieldGroupValidator
- ThemeFieldRepository<D extends com.broadleafcommerce.data.tracking.core.Trackable> - Interface in com.broadleafcommerce.content.repository
- ThemeFieldResolverEndpoint - Class in com.broadleafcommerce.content.web.endpoint
-
This endpoint handles resolving
ThemeField
from a storefront context. - ThemeFieldResolverEndpoint(ThemeFieldGroupService<ThemeFieldGroup>, ThemeHydrationService<ThemeFieldGroup>, TypeFactory) - Constructor for class com.broadleafcommerce.content.web.endpoint.ThemeFieldResolverEndpoint
- themeFieldService(ThemeFieldRepository<Trackable>, RsqlCrudEntityHelper) - Method in class com.broadleafcommerce.content.service.autoconfigure.ContentServiceAutoConfiguration
- ThemeFieldService<P extends ThemeField> - Interface in com.broadleafcommerce.content.service
-
ThemeField
business domain specific version ofCrudEntityService
. - themeFieldValidator() - Method in class com.broadleafcommerce.content.service.autoconfigure.ContentValidationAutoConfiguration
- ThemeFieldValidator - Class in com.broadleafcommerce.content.service.validation
- ThemeFieldValidator() - Constructor for class com.broadleafcommerce.content.service.validation.ThemeFieldValidator
- ThemeHydrationService<T extends ThemeFieldGroup> - Interface in com.broadleafcommerce.content.service.hydration
- toMe() - Method in class com.broadleafcommerce.content.provider.jpa.domain.folder.JpaContentFolder
- toMe() - Method in class com.broadleafcommerce.content.provider.jpa.domain.folder.JpaContentFolderItem
- toMe() - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentField
- toMe() - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentItem
- toMe() - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentModel
- toMe() - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentZone
- toMe() - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaFieldData
- toMe() - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaThemeField
- toMe() - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaThemeFieldGroup
- toString() - Method in class com.broadleafcommerce.content.cache.ContentCacheProperties
- toString() - Method in class com.broadleafcommerce.content.clone.contentitem.CloneContentItemNotificationProperties
- toString() - Method in class com.broadleafcommerce.content.clone.contentitem.CloneContentItemRequest
- toString() - Method in class com.broadleafcommerce.content.clone.messaging.ContentItemCloneEvent
- toString() - Method in class com.broadleafcommerce.content.domain.asset.ContentItemAsset
- toString() - Method in class com.broadleafcommerce.content.domain.Author
- toString() - Method in class com.broadleafcommerce.content.domain.commerce.BulkContentResolverRequest
- toString() - Method in class com.broadleafcommerce.content.domain.commerce.BulkContentResolverResponse
- toString() - Method in class com.broadleafcommerce.content.domain.commerce.ContentResolverRequest
- toString() - Method in class com.broadleafcommerce.content.domain.commerce.ContentResolverResponse
- toString() - Method in class com.broadleafcommerce.content.domain.commerce.context.ContentContext
- toString() - Method in class com.broadleafcommerce.content.domain.commerce.context.CustomerRef
- toString() - Method in class com.broadleafcommerce.content.domain.ContentField
- toString() - Method in class com.broadleafcommerce.content.domain.ContentFilter
- toString() - Method in class com.broadleafcommerce.content.domain.ContentFilterOption
- toString() - Method in class com.broadleafcommerce.content.domain.ContentItem
- toString() - Method in class com.broadleafcommerce.content.domain.ContentModel
- toString() - Method in class com.broadleafcommerce.content.domain.ContentTag
- toString() - Method in class com.broadleafcommerce.content.domain.ContentZone
- toString() - Method in class com.broadleafcommerce.content.domain.ContentZoneItem
- toString() - Method in class com.broadleafcommerce.content.domain.ContentZoneItemList
- toString() - Method in class com.broadleafcommerce.content.domain.FieldData
- toString() - Method in class com.broadleafcommerce.content.domain.folder.Attribute
- toString() - Method in class com.broadleafcommerce.content.domain.folder.ContentFolder
- toString() - Method in class com.broadleafcommerce.content.domain.folder.ContentFolderItem
- toString() - Method in class com.broadleafcommerce.content.domain.StarredItem
- toString() - Method in class com.broadleafcommerce.content.domain.ThemeField
- toString() - Method in class com.broadleafcommerce.content.domain.ThemeFieldGroup
- toString() - Method in class com.broadleafcommerce.content.provider.jpa.domain.asset.JpaContentItemAsset
- toString() - Method in class com.broadleafcommerce.content.provider.jpa.domain.folder.JpaAttribute
- toString() - Method in class com.broadleafcommerce.content.provider.jpa.domain.folder.JpaContentFolder
- toString() - Method in class com.broadleafcommerce.content.provider.jpa.domain.folder.JpaContentFolderItem
- toString() - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaAuthor
- toString() - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentField
- toString() - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentItem
- toString() - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentModel
- toString() - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentZone
- toString() - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentZoneItem
- toString() - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaContentZoneItemList
- toString() - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaFieldData
- toString() - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaStarredItem
- toString() - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaThemeField
- toString() - Method in class com.broadleafcommerce.content.provider.jpa.domain.JpaThemeFieldGroup
- toString() - Method in class com.broadleafcommerce.content.provider.jpa.environment.ContentProperties
- toString() - Method in class com.broadleafcommerce.content.provider.jpa.repository.support.LinkedRSQLQueryDetails
- toString() - Method in class com.broadleafcommerce.content.service.messaging.cache.ContentCacheInvalidationHelper.SupportedType
- toString() - Method in class com.broadleafcommerce.content.service.messaging.cache.ContentCacheInvalidationRemoteEvent
- toString() - Method in class com.broadleafcommerce.content.web.endpoint.ContentFolderEndpoint.MoveItemsToFolderRequest
- toString() - Method in class com.broadleafcommerce.content.web.endpoint.ContentItemFiltersEndpoint.ContentFilterRequest
- toString() - Method in class com.broadleafcommerce.content.web.endpoint.StarredItemEndpoint.BulkActionStarredItemsRequest
- TYPE - Static variable in interface com.broadleafcommerce.content.clone.messaging.CloneContentItemProducer
- TYPE - Static variable in interface com.broadleafcommerce.content.service.messaging.cache.ContentCacheInvalidationProducer
- TYPE - Static variable in class com.broadleafcommerce.content.service.messaging.cache.ContentEventComponentConstants
U
- update(String, P, ContextInfo) - Method in class com.broadleafcommerce.content.service.DefaultContentItemService
- update(String, P, ContextInfo) - Method in class com.broadleafcommerce.content.service.DefaultContentModelService
- updateContentItem(ContextInfo, String, ContentItem) - Method in class com.broadleafcommerce.content.web.endpoint.ContentItemEndpoint
- updateContentZone(HttpServletRequest, ContextInfo, String, ContentZone) - Method in class com.broadleafcommerce.content.web.endpoint.ContentZoneEndpoint
- updateFieldDataValue(FieldData, ContentField, List<String>) - Method in class com.broadleafcommerce.content.clone.contentitem.service.DefaultCloneContentItemService
- updateFolder(ContextInfo, String, ContentFolder) - Method in class com.broadleafcommerce.content.web.endpoint.ContentFolderEndpoint
- updateStarredItem(ContextInfo, String, StarredItem) - Method in class com.broadleafcommerce.content.web.endpoint.StarredItemEndpoint
- updateThemeField(ContextInfo, String, String, ThemeField) - Method in class com.broadleafcommerce.content.web.endpoint.ThemeFieldEndpoint
- updateThemeFieldGroup(ContextInfo, String, ThemeFieldGroup) - Method in class com.broadleafcommerce.content.web.endpoint.ThemeFieldGroupEndpoint
- URI - Static variable in class com.broadleafcommerce.content.provider.jpa.repository.JpaCustomizedContentItemRepository
- URI - Static variable in class com.broadleafcommerce.content.service.messaging.cache.ContentEventComponentConstants
V
- validate(Object, Errors, ContextInfo) - Method in class com.broadleafcommerce.content.service.validation.ContentItemValidator
- validate(Object, Errors, ContextInfo) - Method in class com.broadleafcommerce.content.service.validation.ContentModelValidator
- validate(Object, Errors, ContextInfo) - Method in class com.broadleafcommerce.content.service.validation.ContentZoneValidator
- validate(Object, Errors, ContextInfo) - Method in class com.broadleafcommerce.content.service.validation.ThemeFieldGroupValidator
- validate(Object, Errors, ContextInfo) - Method in class com.broadleafcommerce.content.service.validation.ThemeFieldValidator
- validate(TrackableRepository<? extends Trackable>, Trackable, boolean) - Method in class com.broadleafcommerce.content.service.messaging.cache.ContentCacheInvalidationNotificationSender
- validateActiveEndDate(ContentItem, Errors) - Method in class com.broadleafcommerce.content.service.validation.ContentItemValidator
- validateActiveStartDate(ContentItem, Errors) - Method in class com.broadleafcommerce.content.service.validation.ContentItemValidator
- validateAlternateItemSets(ContentZone, Errors, ContextInfo) - Method in class com.broadleafcommerce.content.service.validation.ContentZoneValidator
- validateAuthorUnchanged(ContentItem, Errors, ContextInfo) - Method in class com.broadleafcommerce.content.service.validation.ContentItemValidator
- validateContentItem(ContentItem, Errors, ContextInfo) - Method in class com.broadleafcommerce.content.service.validation.ContentItemValidator
- validateContentModelFields(ContentModel, Errors, ContextInfo) - Method in class com.broadleafcommerce.content.service.validation.ContentModelValidator
- validateContentZoneItem(ContentZoneItem, Errors, ContextInfo) - Method in class com.broadleafcommerce.content.service.validation.ContentZoneValidator
- validateDefaultItem(ContentZone, Errors, ContextInfo) - Method in class com.broadleafcommerce.content.service.validation.ContentZoneValidator
- validateFolderIsEmpty(String, ContextInfo) - Method in class com.broadleafcommerce.content.web.endpoint.ContentFolderEndpoint
-
Checks that a folder does not have any item contents or sub-folders.
- validateForCreate(P, R, ContextInfo) - Method in class com.broadleafcommerce.content.clone.contentitem.service.DefaultCloneContentItemService
- validateForReplace(Object, Errors, ContextInfo) - Method in class com.broadleafcommerce.content.service.validation.ContentItemValidator
- validateForUpdate(Object, Errors, ContextInfo) - Method in class com.broadleafcommerce.content.service.validation.ContentItemValidator
- validateGroup(ThemeField, Errors, ContextInfo) - Method in class com.broadleafcommerce.content.service.validation.ThemeFieldValidator
- validateLabel(Errors) - Method in class com.broadleafcommerce.content.service.validation.ThemeFieldGroupValidator
- validateLabel(Errors) - Method in class com.broadleafcommerce.content.service.validation.ThemeFieldValidator
- validateModel(ContentItem, Errors, ContextInfo) - Method in class com.broadleafcommerce.content.service.validation.ContentItemValidator
- validateName(Errors) - Method in class com.broadleafcommerce.content.service.validation.ContentItemValidator
- validateName(Errors) - Method in class com.broadleafcommerce.content.service.validation.ContentModelValidator
- validateName(Errors) - Method in class com.broadleafcommerce.content.service.validation.ContentZoneValidator
- validateName(Errors) - Method in class com.broadleafcommerce.content.service.validation.ThemeFieldGroupValidator
- validateName(Errors) - Method in class com.broadleafcommerce.content.service.validation.ThemeFieldValidator
- validateRequestId(ContentResolverRequest, int) - Method in class com.broadleafcommerce.content.web.endpoint.ContentItemResolverEndpoint
-
Validates that a
ContentResolverRequest
has arequestId
. - validateRequiredContentFields(ContentItem, ContentModel, Errors) - Method in class com.broadleafcommerce.content.service.validation.ContentItemValidator
- validateType(Errors) - Method in class com.broadleafcommerce.content.service.validation.ThemeFieldValidator
- validateUniqueFieldNames(ContentModel, Errors, ContextInfo) - Method in class com.broadleafcommerce.content.service.validation.ContentModelValidator
- validateUniqueName(ContentItem, Errors, ContextInfo) - Method in class com.broadleafcommerce.content.service.validation.ContentItemValidator
- validateUniqueName(ContentModel, Errors, ContextInfo) - Method in class com.broadleafcommerce.content.service.validation.ContentModelValidator
- validateUniqueName(ContentZone, Errors, ContextInfo) - Method in class com.broadleafcommerce.content.service.validation.ContentZoneValidator
- validateUniqueName(ThemeFieldGroup, Errors, ContextInfo) - Method in class com.broadleafcommerce.content.service.validation.ThemeFieldGroupValidator
- validateUniqueName(ThemeField, Errors, ContextInfo) - Method in class com.broadleafcommerce.content.service.validation.ThemeFieldValidator
- validateUri(ContentItem, ContentModel, Errors, ContextInfo) - Method in class com.broadleafcommerce.content.service.validation.ContentItemValidator
- validateUri(ContentModel, Errors, ContextInfo) - Method in class com.broadleafcommerce.content.service.validation.ContentModelValidator
- valueOf(String) - Static method in enum class com.broadleafcommerce.content.cache.ContentKeyGen.KeyType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.broadleafcommerce.content.domain.type.ActiveFilterType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.broadleafcommerce.content.domain.type.ContentItemMembershipType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.broadleafcommerce.content.domain.type.DefaultContentFieldType
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class com.broadleafcommerce.content.cache.ContentKeyGen.KeyType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.broadleafcommerce.content.domain.type.ActiveFilterType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.broadleafcommerce.content.domain.type.ContentItemMembershipType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.broadleafcommerce.content.domain.type.DefaultContentFieldType
-
Returns an array containing the constants of this enum class, in the order they are declared.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
DefaultContentModelService.BY_MODEL_NAME_CACHE
. This was never used in previous versions.