Interface JpaInventoryLocationRepository<D extends JpaInventoryLocation>
- Type Parameters:
D-
- All Superinterfaces:
com.broadleafcommerce.common.extension.DomainTypeAware,InventoryLocationRepository<D>,com.broadleafcommerce.common.messaging.notification.NotificationStateRepository,org.springframework.data.repository.Repository<D,,String> com.broadleafcommerce.data.tracking.core.TrackableRepository<D>,com.broadleafcommerce.data.tracking.core.TrackableRsqlFilterExecutor<D>
@Repository
@Narrow(com.broadleafcommerce.data.tracking.jpa.filtering.narrow.JpaNarrowExecutor.class)
public interface JpaInventoryLocationRepository<D extends JpaInventoryLocation>
extends InventoryLocationRepository<D>
Extension to provide a Spring Data repository for accessing
InventoryLocation references
via JPA.- Author:
- Kelly Tisdell (ktisdell)
-
Method Summary
Methods inherited from interface com.broadleafcommerce.inventory.repository.InventoryLocationRepository
findAllByNameContainingIgnoreCaseOrLocationNumberContainingIgnoreCase, findByAddressCountry, findByAddressCountryAndAddressPostalCode, findByAddressCountryAndAddressPostalCodeAndPickupLocationTrue, findByAddressCountryAndAddressPostalCodeAndShippingLocationTrue, findByAddressCountryAndAddressPostalCodeAndStoreLocationTrue, findByAddressCountryAndAddressStateProvinceRegion, findByAddressCountryAndAddressStateProvinceRegionAndAddressCity, findByAddressCountryAndAddressStateProvinceRegionAndAddressCityAndPickupLocationTrue, findByAddressCountryAndAddressStateProvinceRegionAndAddressCityAndShippingLocationTrue, findByAddressCountryAndAddressStateProvinceRegionAndAddressCityAndStoreLocationTrue, findByAddressCountryAndAddressStateProvinceRegionAndPickupLocationTrue, findByAddressCountryAndAddressStateProvinceRegionAndShippingLocationTrue, findByAddressCountryAndAddressStateProvinceRegionAndStoreLocationTrue, findByAddressCountryAndPickupLocationTrue, findByAddressCountryAndShippingLocationTrue, findByAddressCountryAndStoreLocationTrue, findByAddressLatitudeBetweenAndAddressLongitudeBetween, findByAddressLatitudeBetweenAndAddressLongitudeBetweenAndPickupLocationTrue, findByAddressLatitudeBetweenAndAddressLongitudeBetweenAndShippingLocationTrue, findByAddressLatitudeBetweenAndAddressLongitudeBetweenAndStoreLocationTrue, findByCountry, findByCountryAndPickupLocationTrue, findByCountryAndPostalCode, findByCountryAndPostalCodeAndPickupLocationTrue, findByCountryAndPostalCodeAndShippingLocationTrue, findByCountryAndPostalCodeAndStoreLocationTrue, findByCountryAndShippingLocationTrue, findByCountryAndStateProvinceRegion, findByCountryAndStateProvinceRegionAndCity, findByCountryAndStateProvinceRegionAndCityAndPickupLocationTrue, findByCountryAndStateProvinceRegionAndCityAndShippingLocationTrue, findByCountryAndStateProvinceRegionAndCityAndStoreLocationTrue, findByCountryAndStateProvinceRegionAndPickupLocationTrue, findByCountryAndStateProvinceRegionAndShippingLocationTrue, findByCountryAndStateProvinceRegionAndStoreLocationTrue, findByCountryAndStoreLocationTrue, findByLatitudeBetweenAndLongitudeBetween, findByLatitudeBetweenAndLongitudeBetweenAndPickupLocationTrue, findByLatitudeBetweenAndLongitudeBetweenAndShippingLocationTrue, findByLatitudeBetweenAndLongitudeBetweenAndStoreLocationTrue, findByLocationNumber, findByLocationNumberIn, findByPickupLocationTrue, findByShippingLocationTrueMethods inherited from interface com.broadleafcommerce.common.messaging.notification.NotificationStateRepository
findNotificationReadyMembers, setFailedNotificationAttempt, setNotificationAcknowledgedMethods inherited from interface com.broadleafcommerce.data.tracking.core.TrackableRepository
archive, existsByContextId, findAll, findAll, findAll, findAll, findAll, findAll, findAllByContextId, findByContextId, findByContextIdAndCatalog, findByNativeId, findDeployable, findMaxSortMember, findMinSortMember, findOriginal, findPromotable, findPromoteOrientedItems, findRebasable, findRejectable, findRevertable, findTarget, getEntityInformation, getTrackableBehaviorUtil, getTypesToRegisterInMappingContext, pruneChangeDetails, pruneRestingNotificationStates, purgeObsoleteSandboxData, save, saveAll, setTrackableBehaviorUtilMethods inherited from interface com.broadleafcommerce.data.tracking.core.TrackableRsqlFilterExecutor
exists, findAll, findAll, findAll, findAll
-
Method Details
-
getDomainType
- Specified by:
getDomainTypein interfacecom.broadleafcommerce.common.extension.DomainTypeAware- Specified by:
getDomainTypein interfacecom.broadleafcommerce.data.tracking.core.TrackableRepository<D extends JpaInventoryLocation>
-