|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FulfillmentLocationDao
| Method Summary | |
|---|---|
void |
delete(FulfillmentLocation fulfillmentLocation)
Deletes the passed FulfillmentLocation |
List<FulfillmentLocation> |
readAll()
Retrieves all of the fulfillment locations |
List<FulfillmentLocation> |
readAllFulfillmentLocationsForSku(Long skuId)
Reads all fulfillment locations associated with a sku |
FulfillmentLocation |
readById(Long fulfillmentLocationId)
Retrieves a FulfillmentLocation from the given id |
FulfillmentLocation |
readDefaultFulfillmentLocation()
Reads the first fulfillment location that it finds that is flagged as default |
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 readDefaultFulfillmentLocation()
List<FulfillmentLocation> readAllFulfillmentLocationsForSku(Long skuId)
skuId -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||