Uses of Interface
com.broadleafcommerce.inventory.repository.InventoryLocationRepository
Package
Description
-
Uses of InventoryLocationRepository in com.broadleafcommerce.inventory.provider.jpa.repository
Modifier and TypeInterfaceDescriptioninterface
Extension to provide a Spring Data repository for accessingInventoryLocation
references via JPA. -
Uses of InventoryLocationRepository in com.broadleafcommerce.inventory.service
Modifier and TypeMethodDescriptionprotected InventoryLocationRepository<com.broadleafcommerce.data.tracking.core.Trackable>
DefaultInventoryLocationService.getRepository()
Inventory Repository (or DAO).ModifierConstructorDescriptionDefaultInventoryLocationService
(InventoryLocationRepository<com.broadleafcommerce.data.tracking.core.Trackable> repository, com.broadleafcommerce.data.tracking.core.service.RsqlCrudEntityHelper helper, com.broadleafcommerce.data.tracking.core.mapping.DomainMapperManager mapper) Creates a new instance ofDefaultInventoryLocationService
. -
Uses of InventoryLocationRepository in com.broadleafcommerce.inventory.service.messaging.autoconfigure
Modifier and TypeMethodDescriptionInventoryMessagingAutoConfiguration.inventoryVendorNotificationHandler
(InventoryLocationService<InventoryLocation> locationService, InventoryLocationRepository<com.broadleafcommerce.data.tracking.core.Trackable> locationRepository, com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.broadleafcommerce.common.extension.TypeFactory typeFactory, com.broadleafcommerce.data.tracking.core.mapping.DomainMapperManager mapperManager) -
Uses of InventoryLocationRepository in com.broadleafcommerce.inventory.service.messaging.vendor
Modifier and TypeMethodDescriptionprotected InventoryLocationRepository<com.broadleafcommerce.data.tracking.core.Trackable>
InventoryVendorNotificationHandler.getInventoryLocationRepo()
ModifierConstructorDescriptionInventoryVendorNotificationHandler
(InventoryLocationService<InventoryLocation> inventoryLocationService, InventoryLocationRepository<com.broadleafcommerce.data.tracking.core.Trackable> inventoryLocationRepo, com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.broadleafcommerce.common.extension.TypeFactory typeFactory, com.broadleafcommerce.data.tracking.core.mapping.DomainMapperManager mapperManager)