|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FulfillmentLocationService
| Method Summary | |
|---|---|
void |
delete(FulfillmentLocation fulfillmentLocation)
Deletes the passed FulfillmentLocation |
List<FulfillmentLocation> |
findAllFulfillmentLocationsForSku(Long skuId)
Returns all fulfillment locations associated with a sku |
FulfillmentLocation |
findDefaultFulfillmentLocation()
Returns the first default fulfillment location found. |
List<FulfillmentLocation> |
readAll()
Retrieves all of the fulfillment locations |
FulfillmentLocation |
readById(Long fulfillmentLocationId)
Retrieves a FulfillmentLocation from the given id |
FulfillmentLocation |
save(FulfillmentLocation fulfillmentLocation)
Persists the FulfillmentLocation |
void |
updateOtherDefaultLocationToFalse(FulfillmentLocation fulfillmentLocation)
Sets the defaultLocation flag to false for all fulfillmentLocations |
| Method Detail |
|---|
List<FulfillmentLocation> readAll()
List of FulfillmentLocationFulfillmentLocation readById(Long fulfillmentLocationId)
FulfillmentLocation from the given id
fulfillmentLocationId -
FulfillmentLocationFulfillmentLocation save(FulfillmentLocation fulfillmentLocation)
FulfillmentLocation
fulfillmentLocation -
FulfillmentLocationvoid delete(FulfillmentLocation fulfillmentLocation)
FulfillmentLocation
fulfillmentLocation - void updateOtherDefaultLocationToFalse(FulfillmentLocation fulfillmentLocation)
FulfillmentLocation findDefaultFulfillmentLocation()
List<FulfillmentLocation> findAllFulfillmentLocationsForSku(Long skuId)
skuId -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||