Uses of Interface
com.broadleafcommerce.inventory.repository.InventoryLocationRepository
Packages that use InventoryLocationRepository
Package
Description
- 
Uses of InventoryLocationRepository in com.broadleafcommerce.inventory.provider.jpa.repository
Subinterfaces of InventoryLocationRepository in com.broadleafcommerce.inventory.provider.jpa.repositoryModifier and TypeInterfaceDescriptioninterfaceExtension to provide a Spring Data repository for accessingInventoryLocationreferences via JPA. - 
Uses of InventoryLocationRepository in com.broadleafcommerce.inventory.service
Methods in com.broadleafcommerce.inventory.service that return InventoryLocationRepositoryModifier and TypeMethodDescriptionprotected InventoryLocationRepository<com.broadleafcommerce.data.tracking.core.Trackable>DefaultInventoryLocationService.getRepository()Inventory Repository (or DAO).Constructors in com.broadleafcommerce.inventory.service with parameters of type InventoryLocationRepositoryModifierConstructorDescriptionDefaultInventoryLocationService(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 InventoryLocationRepositoryModifier 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
Methods in com.broadleafcommerce.inventory.service.messaging.vendor that return InventoryLocationRepositoryModifier and TypeMethodDescriptionprotected InventoryLocationRepository<com.broadleafcommerce.data.tracking.core.Trackable>InventoryVendorNotificationHandler.getInventoryLocationRepo()Constructors in com.broadleafcommerce.inventory.service.messaging.vendor with parameters of type InventoryLocationRepositoryModifierConstructorDescriptionInventoryVendorNotificationHandler(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)