Uses of Interface
com.broadleafcommerce.inventory.repository.InventoryLocationRepository
-
-
Uses of InventoryLocationRepository in com.broadleafcommerce.inventory.provider.jpa.repository
Subinterfaces of InventoryLocationRepository in com.broadleafcommerce.inventory.provider.jpa.repository Modifier and Type Interface Description interface
JpaInventoryLocationRepository<D extends JpaInventoryLocation>
Extension to provide a Spring Data repository for accessingInventoryLocation
references via JPA. -
Uses of InventoryLocationRepository in com.broadleafcommerce.inventory.service
Methods in com.broadleafcommerce.inventory.service that return InventoryLocationRepository Modifier and Type Method Description protected InventoryLocationRepository<com.broadleafcommerce.data.tracking.core.Trackable>
DefaultInventoryLocationService. getRepository()
Inventory Repository (or DAO).Constructors in com.broadleafcommerce.inventory.service with parameters of type InventoryLocationRepository Constructor Description DefaultInventoryLocationService(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
Methods in com.broadleafcommerce.inventory.service.messaging.autoconfigure with parameters of type InventoryLocationRepository Modifier and Type Method Description InventoryVendorNotificationHandler
InventoryMessagingAutoConfiguration. 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
Methods in com.broadleafcommerce.inventory.service.messaging.vendor that return InventoryLocationRepository Modifier and Type Method Description protected InventoryLocationRepository<com.broadleafcommerce.data.tracking.core.Trackable>
InventoryVendorNotificationHandler. getInventoryLocationRepo()
Constructors in com.broadleafcommerce.inventory.service.messaging.vendor with parameters of type InventoryLocationRepository Constructor Description InventoryVendorNotificationHandler(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)
-