Serialized Form


Package org.broadleafcommerce.inventory.domain

Class org.broadleafcommerce.inventory.domain.FulfillmentLocationImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

Long id

name

String name

address

org.broadleafcommerce.profile.core.domain.Address address

pickupLocation

Boolean pickupLocation

shippingLocation

Boolean shippingLocation

defaultLocation

Boolean defaultLocation

inventoryList

List<E> inventoryList

Class org.broadleafcommerce.inventory.domain.InventoryImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

Long id

fulfillmentLocation

FulfillmentLocation fulfillmentLocation

sku

org.broadleafcommerce.core.catalog.domain.Sku sku

quantityAvailable

Integer quantityAvailable

quantityOnHand

Integer quantityOnHand

expectedAvailabilityDate

Date expectedAvailabilityDate

version

Long version

Package org.broadleafcommerce.inventory.exception

Class org.broadleafcommerce.inventory.exception.ConcurrentInventoryModificationException extends Exception implements Serializable

serialVersionUID: 1L

Class org.broadleafcommerce.inventory.exception.InventoryUnavailableException extends Exception implements Serializable

serialVersionUID: 1L

Serialized Fields

skuInventoryAvailable

Map<K,V> skuInventoryAvailable

Package org.broadleafcommerce.inventory.service.workflow

Class org.broadleafcommerce.inventory.service.workflow.InventoryState extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

fulfillmentLocation

FulfillmentLocation fulfillmentLocation

skuQuantityMap

Map<K,V> skuQuantityMap



Copyright © 2013. All Rights Reserved.