Uses of Class
com.broadleafcommerce.content.domain.StarredItem
Packages that use StarredItem
Package
Description
-
Uses of StarredItem in com.broadleafcommerce.content.service
Classes in com.broadleafcommerce.content.service with type parameters of type StarredItemModifier and TypeClassDescriptionclass
DefaultStarredItemService<P extends StarredItem>
interface
StarredItemService<P extends StarredItem>
This service is responsible for handling all CRUD operations onStarredItems
. -
Uses of StarredItem in com.broadleafcommerce.content.service.hydration
Methods in com.broadleafcommerce.content.service.hydration that return types with arguments of type StarredItemModifier and TypeMethodDescriptionprotected List<StarredItem>
DefaultContentItemHydrationService.getStarredItems
(String adminUserId, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Read allStarredItem
s for the supplied admin user id.protected StarredItemService<StarredItem>
DefaultContentItemHydrationService.getStarredItemService()
Method parameters in com.broadleafcommerce.content.service.hydration with type arguments of type StarredItemModifier and TypeMethodDescriptionprotected boolean
DefaultContentItemHydrationService.isContentItemStarred
(ContentItem contentItem, List<StarredItem> starredItems) Determine whether theContentItem
is starred if it's ID is found in the list ofStarredItems
.void
DefaultContentItemHydrationService.setStarredItemService
(StarredItemService<StarredItem> starredItemService) -
Uses of StarredItem in com.broadleafcommerce.content.web.endpoint
Methods in com.broadleafcommerce.content.web.endpoint that return StarredItemModifier and TypeMethodDescriptionStarredItemEndpoint.createStarredItem
(com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo, StarredItem item) StarredItemEndpoint.replaceStarredItem
(com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo, String id, StarredItem item) StarredItemEndpoint.updateStarredItem
(com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo, String id, StarredItem item) Methods in com.broadleafcommerce.content.web.endpoint that return types with arguments of type StarredItemModifier and TypeMethodDescriptionStarredItemEndpoint.bulkActionStarredItems
(com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo, StarredItemEndpoint.BulkActionStarredItemsRequest request) protected StarredItemService<StarredItem>
StarredItemEndpoint.getService()
protected StarredItemService<StarredItem>
ContentItemEndpoint.getStarredItemService()
protected StarredItemService<StarredItem>
ContentItemFiltersEndpoint.getStarredItemService()
Methods in com.broadleafcommerce.content.web.endpoint with parameters of type StarredItemModifier and TypeMethodDescriptionStarredItemEndpoint.createStarredItem
(com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo, StarredItem item) StarredItemEndpoint.replaceStarredItem
(com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo, String id, StarredItem item) StarredItemEndpoint.updateStarredItem
(com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo, String id, StarredItem item) Method parameters in com.broadleafcommerce.content.web.endpoint with type arguments of type StarredItemModifier and TypeMethodDescriptionvoid
ContentItemEndpoint.setStarredItemService
(StarredItemService<StarredItem> starredItemService) Constructor parameters in com.broadleafcommerce.content.web.endpoint with type arguments of type StarredItemModifierConstructorDescriptionContentItemFiltersEndpoint
(ContentFolderItemService<ContentFolderItem> contentFolderItemService, ContentItemService<ContentItem> contentItemService, StarredItemService<StarredItem> starredItemService, com.broadleafcommerce.resource.security.utils.service.AuthenticationUtils authenticationUtils, com.broadleafcommerce.common.extension.TypeFactory typeFactory) StarredItemEndpoint
(StarredItemService<StarredItem> service, com.broadleafcommerce.common.extension.TypeFactory typeFactory, com.broadleafcommerce.translation.service.TranslationEntityService<com.broadleafcommerce.translation.domain.Translation> translationEntityService, ContentItemService<ContentItem> contentItemService, ContentItemHydrationService hydrationService, com.broadleafcommerce.resource.security.utils.service.AuthenticationUtils authenticationUtils)