Class GeneratedConsignment
- java.lang.Object
-
- de.hybris.platform.util.BridgeAbstraction
-
- de.hybris.platform.jalo.Item
-
- de.hybris.platform.jalo.ExtensibleItem
-
- de.hybris.platform.jalo.c2l.LocalizableItem
-
- de.hybris.platform.jalo.GenericItem
-
- de.hybris.platform.ordersplitting.jalo.GeneratedConsignment
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable
- Direct Known Subclasses:
Consignment
public abstract class GeneratedConsignment extends GenericItem
Generated class for typeConsignment
.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.GenericItem
GenericItem.GenericItemImpl
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.c2l.LocalizableItem
LocalizableItem.LocalizableItemImpl
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.ExtensibleItem
ExtensibleItem.ExtensibleItemImpl
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.Item
Item.AttributeFilter, Item.AttributeMode, Item.CachedGetter, Item.CachedSetter, Item.ItemAttributeMap, Item.ItemConstraint, Item.ItemImpl, Item.JaloCachedComputationException
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
CARRIER
Qualifier of theConsignment.carrier
attributestatic java.lang.String
CODE
Qualifier of theConsignment.code
attributestatic java.lang.String
CONSIGNMENTENTRIES
Qualifier of theConsignment.consignmentEntries
attributeprotected static OneToManyHandler<ConsignmentEntry>
CONSIGNMENTENTRIESHANDLER
OneToManyHandler
for handling 1:n CONSIGNMENTENTRIES's relation attributes from 'many' side.static java.lang.String
CONSIGNMENTPROCESSES
Qualifier of theConsignment.consignmentProcesses
attributeprotected static OneToManyHandler<ConsignmentProcess>
CONSIGNMENTPROCESSESHANDLER
OneToManyHandler
for handling 1:n CONSIGNMENTPROCESSES's relation attributes from 'many' side.protected static java.util.Map<java.lang.String,Item.AttributeMode>
DEFAULT_INITIAL_ATTRIBUTES
static java.lang.String
DELIVERYMODE
Qualifier of theConsignment.deliveryMode
attributestatic java.lang.String
NAMEDDELIVERYDATE
Qualifier of theConsignment.namedDeliveryDate
attributestatic java.lang.String
ORDER
Qualifier of theConsignment.order
attributeprotected static BidirectionalOneToManyHandler<GeneratedConsignment>
ORDERHANDLER
BidirectionalOneToManyHandler
for handling 1:n ORDER's relation attributes from 'one' side.static java.lang.String
SHIPPINGADDRESS
Qualifier of theConsignment.shippingAddress
attributestatic java.lang.String
SHIPPINGDATE
Qualifier of theConsignment.shippingDate
attributestatic java.lang.String
STATUS
Qualifier of theConsignment.status
attributestatic java.lang.String
TRACKINGID
Qualifier of theConsignment.trackingID
attributestatic java.lang.String
WAREHOUSE
Qualifier of theConsignment.warehouse
attributeprotected static BidirectionalOneToManyHandler<GeneratedConsignment>
WAREHOUSEHANDLER
BidirectionalOneToManyHandler
for handling 1:n WAREHOUSE's relation attributes from 'one' side.-
Fields inherited from class de.hybris.platform.jalo.c2l.LocalizableItem
LANGUAGE_FALLBACK_ENABLED
-
Fields inherited from class de.hybris.platform.jalo.Item
_CREATION_TIME_INTERNAL, _MODIFIED_TIME_INTERNAL, accessorLog, CREATION_TIME, DISABLE_ATTRIBUTE_CHECK, DISABLE_ITEMCHECK_BEFORE_REMOVABLE, EVEN, FEATURE_ACCESSMAP_QUALIFIER, HJMPTS, INITIAL_CREATION_FLAG, isJaloOnly, MODIFIED_TIME, NEGATIVE, NOT_FOUND, OWNER, PK, POSITIVE, SAVE_FROM_SERVICE_LAYER, staticTransientObjects, TYPE
-
Fields inherited from class de.hybris.platform.util.BridgeAbstraction
impl, tenant
-
-
Constructor Summary
Constructors Constructor Description GeneratedConsignment()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addToConsignmentEntries(SessionContext ctx, ConsignmentEntry value)
Generated method - Addsvalue
to consignmentEntries.void
addToConsignmentEntries(ConsignmentEntry value)
Generated method - Addsvalue
to consignmentEntries.void
addToConsignmentProcesses(SessionContext ctx, ConsignmentProcess value)
Generated method - Addsvalue
to consignmentProcesses.void
addToConsignmentProcesses(ConsignmentProcess value)
Generated method - Addsvalue
to consignmentProcesses.protected Item
createItem(SessionContext ctx, ComposedType type, Item.ItemAttributeMap allAttributes)
Has to be implemented for each concrete subtype of item.java.lang.String
getCarrier()
Generated method - Getter of theConsignment.carrier
attribute.java.lang.String
getCarrier(SessionContext ctx)
Generated method - Getter of theConsignment.carrier
attribute.java.lang.String
getCode()
Generated method - Getter of theConsignment.code
attribute.java.lang.String
getCode(SessionContext ctx)
Generated method - Getter of theConsignment.code
attribute.java.util.Set<ConsignmentEntry>
getConsignmentEntries()
Generated method - Getter of theConsignment.consignmentEntries
attribute.java.util.Set<ConsignmentEntry>
getConsignmentEntries(SessionContext ctx)
Generated method - Getter of theConsignment.consignmentEntries
attribute.java.util.Collection<ConsignmentProcess>
getConsignmentProcesses()
Generated method - Getter of theConsignment.consignmentProcesses
attribute.java.util.Collection<ConsignmentProcess>
getConsignmentProcesses(SessionContext ctx)
Generated method - Getter of theConsignment.consignmentProcesses
attribute.protected java.util.Map<java.lang.String,Item.AttributeMode>
getDefaultAttributeModes()
DeliveryMode
getDeliveryMode()
Generated method - Getter of theConsignment.deliveryMode
attribute.DeliveryMode
getDeliveryMode(SessionContext ctx)
Generated method - Getter of theConsignment.deliveryMode
attribute.java.util.Date
getNamedDeliveryDate()
Generated method - Getter of theConsignment.namedDeliveryDate
attribute.java.util.Date
getNamedDeliveryDate(SessionContext ctx)
Generated method - Getter of theConsignment.namedDeliveryDate
attribute.AbstractOrder
getOrder()
Generated method - Getter of theConsignment.order
attribute.AbstractOrder
getOrder(SessionContext ctx)
Generated method - Getter of theConsignment.order
attribute.Address
getShippingAddress()
Generated method - Getter of theConsignment.shippingAddress
attribute.Address
getShippingAddress(SessionContext ctx)
Generated method - Getter of theConsignment.shippingAddress
attribute.java.util.Date
getShippingDate()
Generated method - Getter of theConsignment.shippingDate
attribute.java.util.Date
getShippingDate(SessionContext ctx)
Generated method - Getter of theConsignment.shippingDate
attribute.EnumerationValue
getStatus()
Generated method - Getter of theConsignment.status
attribute.EnumerationValue
getStatus(SessionContext ctx)
Generated method - Getter of theConsignment.status
attribute.java.lang.String
getTrackingID()
Generated method - Getter of theConsignment.trackingID
attribute.java.lang.String
getTrackingID(SessionContext ctx)
Generated method - Getter of theConsignment.trackingID
attribute.Warehouse
getWarehouse()
Generated method - Getter of theConsignment.warehouse
attribute.Warehouse
getWarehouse(SessionContext ctx)
Generated method - Getter of theConsignment.warehouse
attribute.void
removeFromConsignmentEntries(SessionContext ctx, ConsignmentEntry value)
Generated method - Removesvalue
from consignmentEntries.void
removeFromConsignmentEntries(ConsignmentEntry value)
Generated method - Removesvalue
from consignmentEntries.void
removeFromConsignmentProcesses(SessionContext ctx, ConsignmentProcess value)
Generated method - Removesvalue
from consignmentProcesses.void
removeFromConsignmentProcesses(ConsignmentProcess value)
Generated method - Removesvalue
from consignmentProcesses.void
setCarrier(SessionContext ctx, java.lang.String value)
Generated method - Setter of theConsignment.carrier
attribute.void
setCarrier(java.lang.String value)
Generated method - Setter of theConsignment.carrier
attribute.protected void
setCode(SessionContext ctx, java.lang.String value)
Generated method - Setter of theConsignment.code
attribute.protected void
setCode(java.lang.String value)
Generated method - Setter of theConsignment.code
attribute.void
setConsignmentEntries(SessionContext ctx, java.util.Set<ConsignmentEntry> value)
Generated method - Setter of theConsignment.consignmentEntries
attribute.void
setConsignmentEntries(java.util.Set<ConsignmentEntry> value)
Generated method - Setter of theConsignment.consignmentEntries
attribute.void
setConsignmentProcesses(SessionContext ctx, java.util.Collection<ConsignmentProcess> value)
Generated method - Setter of theConsignment.consignmentProcesses
attribute.void
setConsignmentProcesses(java.util.Collection<ConsignmentProcess> value)
Generated method - Setter of theConsignment.consignmentProcesses
attribute.protected void
setDeliveryMode(DeliveryMode value)
Generated method - Setter of theConsignment.deliveryMode
attribute.protected void
setDeliveryMode(SessionContext ctx, DeliveryMode value)
Generated method - Setter of theConsignment.deliveryMode
attribute.protected void
setNamedDeliveryDate(SessionContext ctx, java.util.Date value)
Generated method - Setter of theConsignment.namedDeliveryDate
attribute.protected void
setNamedDeliveryDate(java.util.Date value)
Generated method - Setter of theConsignment.namedDeliveryDate
attribute.protected void
setOrder(AbstractOrder value)
Generated method - Setter of theConsignment.order
attribute.protected void
setOrder(SessionContext ctx, AbstractOrder value)
Generated method - Setter of theConsignment.order
attribute.protected void
setShippingAddress(SessionContext ctx, Address value)
Generated method - Setter of theConsignment.shippingAddress
attribute.protected void
setShippingAddress(Address value)
Generated method - Setter of theConsignment.shippingAddress
attribute.void
setShippingDate(SessionContext ctx, java.util.Date value)
Generated method - Setter of theConsignment.shippingDate
attribute.void
setShippingDate(java.util.Date value)
Generated method - Setter of theConsignment.shippingDate
attribute.void
setStatus(EnumerationValue value)
Generated method - Setter of theConsignment.status
attribute.void
setStatus(SessionContext ctx, EnumerationValue value)
Generated method - Setter of theConsignment.status
attribute.void
setTrackingID(SessionContext ctx, java.lang.String value)
Generated method - Setter of theConsignment.trackingID
attribute.void
setTrackingID(java.lang.String value)
Generated method - Setter of theConsignment.trackingID
attribute.protected void
setWarehouse(SessionContext ctx, Warehouse value)
Generated method - Setter of theConsignment.warehouse
attribute.protected void
setWarehouse(Warehouse value)
Generated method - Setter of theConsignment.warehouse
attribute.-
Methods inherited from class de.hybris.platform.jalo.GenericItem
getImplementation, getInitialProperties, getNonInitialAttributes, getRelatedItems, setRelatedItems
-
Methods inherited from class de.hybris.platform.jalo.c2l.LocalizableItem
getAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllValuesSessionContext, getLocalizedProperty, getLocalizedProperty, getLocalizedPropertyInternal, getLocalizedPropertyNames, getLocalizedPropertyNames, hasLanguage, isEmptyValue, isFallbackEnabled, removeLocalizedProperty, removeLocalizedProperty, setAllLocalizedProperties, setAllLocalizedProperties, setLocalizedProperty, setLocalizedProperty
-
Methods inherited from class de.hybris.platform.jalo.ExtensibleItem
createNonClassAccessor, getAllProperties, getAllProperties, getProperty, getProperty, getPropertyNames, getPropertyNames, removeProperty, removeProperty, setAllProperties, setAllProperties, setProperty, setProperty
-
Methods inherited from class de.hybris.platform.jalo.Item
addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addNegativePermission, addPermission, addPositivePermission, assureExtensionsLoaded, changeTypeAfterCreation, checkConstraint, checkItemPermission, checkMandatoryAttribute, checkMandatoryAttribute, checkPermission, checkPermission, checkRemovable, clearPermission, compareTo, ctx, doAfterRemove, doBeforeRemove, equals, getAccessorFor, getAllAttributes, getAllAttributes, getAllAttributes, getAllAttributes, getAllAttributesInternal, getAllLinkedItems, getAndCheckCacheBoundItem, getAttribute, getAttribute, getCacheBoundItem, getComposedType, getComposedTypePK, getCreationTime, getCurrentlyRemovingCount, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItemsCount, getLinkedItemsCount, getLinkedItemsCount, getModificationTime, getNegativePermissions, getOwner, getPermissionMap, getPermissions, getPersistenceVersion, getPK, getPositivePermissions, getRestrictedPrincipals, getSession, getSyncObject, getTenant, getTransientObject, getTransientObjectMap, hashCode, hasRegisteredClassAccessorFor, internal_registerClassAccessorFor, internal_registerNonClassAccessorFor, invalidateLocalCaches, isAlive, isCacheBound, isCurrentlyRemoving, isCurrentlyRemoving, isEmptyRelationValue, isInCreate, isInstanceOf, isItemCheckBeforeRemoveableDisabled, isMarkModifiedDisabled, isRelationLocalizationFallbackEnabled, newInstance, notifyExtensionsAfterItemCreation, notifyExtensionsBeforeItemCreation, notifyItemRemoval, notifyManagerAboutItemRemoval, readResolve, registerAccessFor, registerAccessFor, registerJaloInvalidationListeners, remove, remove, removeItemCollection, removeItemCollection, removeLinkedItems, removeLinkedItems, removeLinkedItems, removeLinkedItems, removeLinks, removePartOfItems, removePartOfItems, setAllAttributes, setAllAttributes, setAllAttributesInternal, setAllLinkedItems, setAllLinkedItems, setAllLinkedItems, setAllLinkedItems, setAttribute, setAttribute, setAttributeFromString, setAttributeFromString, setCacheBound, setComposedType, setCreationTime, setImplementation, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setModificationTime, setNonInitialAttributes, setOwner, setPermissionsByMap, setTransientObject, setUseTA, toString, useTA, writeReplace
-
Methods inherited from class de.hybris.platform.util.BridgeAbstraction
setTenant
-
-
-
-
Field Detail
-
CODE
public static final java.lang.String CODE
Qualifier of theConsignment.code
attribute- See Also:
- Constant Field Values
-
SHIPPINGADDRESS
public static final java.lang.String SHIPPINGADDRESS
Qualifier of theConsignment.shippingAddress
attribute- See Also:
- Constant Field Values
-
DELIVERYMODE
public static final java.lang.String DELIVERYMODE
Qualifier of theConsignment.deliveryMode
attribute- See Also:
- Constant Field Values
-
NAMEDDELIVERYDATE
public static final java.lang.String NAMEDDELIVERYDATE
Qualifier of theConsignment.namedDeliveryDate
attribute- See Also:
- Constant Field Values
-
SHIPPINGDATE
public static final java.lang.String SHIPPINGDATE
Qualifier of theConsignment.shippingDate
attribute- See Also:
- Constant Field Values
-
TRACKINGID
public static final java.lang.String TRACKINGID
Qualifier of theConsignment.trackingID
attribute- See Also:
- Constant Field Values
-
CARRIER
public static final java.lang.String CARRIER
Qualifier of theConsignment.carrier
attribute- See Also:
- Constant Field Values
-
STATUS
public static final java.lang.String STATUS
Qualifier of theConsignment.status
attribute- See Also:
- Constant Field Values
-
WAREHOUSE
public static final java.lang.String WAREHOUSE
Qualifier of theConsignment.warehouse
attribute- See Also:
- Constant Field Values
-
CONSIGNMENTENTRIES
public static final java.lang.String CONSIGNMENTENTRIES
Qualifier of theConsignment.consignmentEntries
attribute- See Also:
- Constant Field Values
-
ORDER
public static final java.lang.String ORDER
Qualifier of theConsignment.order
attribute- See Also:
- Constant Field Values
-
CONSIGNMENTPROCESSES
public static final java.lang.String CONSIGNMENTPROCESSES
Qualifier of theConsignment.consignmentProcesses
attribute- See Also:
- Constant Field Values
-
WAREHOUSEHANDLER
protected static final BidirectionalOneToManyHandler<GeneratedConsignment> WAREHOUSEHANDLER
BidirectionalOneToManyHandler
for handling 1:n WAREHOUSE's relation attributes from 'one' side.
-
CONSIGNMENTENTRIESHANDLER
protected static final OneToManyHandler<ConsignmentEntry> CONSIGNMENTENTRIESHANDLER
OneToManyHandler
for handling 1:n CONSIGNMENTENTRIES's relation attributes from 'many' side.
-
ORDERHANDLER
protected static final BidirectionalOneToManyHandler<GeneratedConsignment> ORDERHANDLER
BidirectionalOneToManyHandler
for handling 1:n ORDER's relation attributes from 'one' side.
-
CONSIGNMENTPROCESSESHANDLER
protected static final OneToManyHandler<ConsignmentProcess> CONSIGNMENTPROCESSESHANDLER
OneToManyHandler
for handling 1:n CONSIGNMENTPROCESSES's relation attributes from 'many' side.
-
DEFAULT_INITIAL_ATTRIBUTES
protected static final java.util.Map<java.lang.String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
-
-
Method Detail
-
getDefaultAttributeModes
protected java.util.Map<java.lang.String,Item.AttributeMode> getDefaultAttributeModes()
- Overrides:
getDefaultAttributeModes
in classItem
-
getCarrier
public java.lang.String getCarrier(SessionContext ctx)
Generated method - Getter of theConsignment.carrier
attribute.- Returns:
- the carrier
-
getCarrier
public java.lang.String getCarrier()
Generated method - Getter of theConsignment.carrier
attribute.- Returns:
- the carrier
-
setCarrier
public void setCarrier(SessionContext ctx, java.lang.String value)
Generated method - Setter of theConsignment.carrier
attribute.- Parameters:
value
- the carrier
-
setCarrier
public void setCarrier(java.lang.String value)
Generated method - Setter of theConsignment.carrier
attribute.- Parameters:
value
- the carrier
-
getCode
public java.lang.String getCode(SessionContext ctx)
Generated method - Getter of theConsignment.code
attribute.- Returns:
- the code
-
getCode
public java.lang.String getCode()
Generated method - Getter of theConsignment.code
attribute.- Returns:
- the code
-
setCode
protected void setCode(SessionContext ctx, java.lang.String value)
Generated method - Setter of theConsignment.code
attribute.- Parameters:
value
- the code
-
setCode
protected void setCode(java.lang.String value)
Generated method - Setter of theConsignment.code
attribute.- Parameters:
value
- the code
-
getConsignmentEntries
public java.util.Set<ConsignmentEntry> getConsignmentEntries(SessionContext ctx)
Generated method - Getter of theConsignment.consignmentEntries
attribute.- Returns:
- the consignmentEntries
-
getConsignmentEntries
public java.util.Set<ConsignmentEntry> getConsignmentEntries()
Generated method - Getter of theConsignment.consignmentEntries
attribute.- Returns:
- the consignmentEntries
-
setConsignmentEntries
public void setConsignmentEntries(SessionContext ctx, java.util.Set<ConsignmentEntry> value)
Generated method - Setter of theConsignment.consignmentEntries
attribute.- Parameters:
value
- the consignmentEntries
-
setConsignmentEntries
public void setConsignmentEntries(java.util.Set<ConsignmentEntry> value)
Generated method - Setter of theConsignment.consignmentEntries
attribute.- Parameters:
value
- the consignmentEntries
-
addToConsignmentEntries
public void addToConsignmentEntries(SessionContext ctx, ConsignmentEntry value)
Generated method - Addsvalue
to consignmentEntries.- Parameters:
value
- the item to add to consignmentEntries
-
addToConsignmentEntries
public void addToConsignmentEntries(ConsignmentEntry value)
Generated method - Addsvalue
to consignmentEntries.- Parameters:
value
- the item to add to consignmentEntries
-
removeFromConsignmentEntries
public void removeFromConsignmentEntries(SessionContext ctx, ConsignmentEntry value)
Generated method - Removesvalue
from consignmentEntries.- Parameters:
value
- the item to remove from consignmentEntries
-
removeFromConsignmentEntries
public void removeFromConsignmentEntries(ConsignmentEntry value)
Generated method - Removesvalue
from consignmentEntries.- Parameters:
value
- the item to remove from consignmentEntries
-
getConsignmentProcesses
public java.util.Collection<ConsignmentProcess> getConsignmentProcesses(SessionContext ctx)
Generated method - Getter of theConsignment.consignmentProcesses
attribute.- Returns:
- the consignmentProcesses
-
getConsignmentProcesses
public java.util.Collection<ConsignmentProcess> getConsignmentProcesses()
Generated method - Getter of theConsignment.consignmentProcesses
attribute.- Returns:
- the consignmentProcesses
-
setConsignmentProcesses
public void setConsignmentProcesses(SessionContext ctx, java.util.Collection<ConsignmentProcess> value)
Generated method - Setter of theConsignment.consignmentProcesses
attribute.- Parameters:
value
- the consignmentProcesses
-
setConsignmentProcesses
public void setConsignmentProcesses(java.util.Collection<ConsignmentProcess> value)
Generated method - Setter of theConsignment.consignmentProcesses
attribute.- Parameters:
value
- the consignmentProcesses
-
addToConsignmentProcesses
public void addToConsignmentProcesses(SessionContext ctx, ConsignmentProcess value)
Generated method - Addsvalue
to consignmentProcesses.- Parameters:
value
- the item to add to consignmentProcesses
-
addToConsignmentProcesses
public void addToConsignmentProcesses(ConsignmentProcess value)
Generated method - Addsvalue
to consignmentProcesses.- Parameters:
value
- the item to add to consignmentProcesses
-
removeFromConsignmentProcesses
public void removeFromConsignmentProcesses(SessionContext ctx, ConsignmentProcess value)
Generated method - Removesvalue
from consignmentProcesses.- Parameters:
value
- the item to remove from consignmentProcesses
-
removeFromConsignmentProcesses
public void removeFromConsignmentProcesses(ConsignmentProcess value)
Generated method - Removesvalue
from consignmentProcesses.- Parameters:
value
- the item to remove from consignmentProcesses
-
createItem
protected Item createItem(SessionContext ctx, ComposedType type, Item.ItemAttributeMap allAttributes) throws JaloBusinessException
Description copied from class:Item
Has to be implemented for each concrete subtype of item. This method is responsible for creating a new item instance ( by calling managers, ejb homes, etc. ) duringComposedType.newInstance(Map)
.In case this method uses any of the attribute values during creation it is required to override
Item.getNonInitialAttributes(SessionContext, ItemAttributeMap)
too.
Sn example:public static final String MY_ATTRIBUTE = "someAttribute"; ... protected Item createItem(SessionContext ctx, ComposedType type, Map allAttributes ) throws JaloBusinessException { MyManager man = ... return man.createMyItem( (String)allAttributes.get(MY_ATTRIBUTE) ); // here MY_ATTRIBUTE is used for creation, so it must not be set again } protected Map getNonInitialAttributes( SessionContext ctx, Map allAttributes ) { // let superclass remove its own initial attributes Map ret = super.getNonInitialAttributes( ctx, allAttributes ); // remove MY_ATTRIBUTE from all attributes since if has already been set ret.remove(MY_ATTRIBUTE); return ret; }
- Overrides:
createItem
in classGenericItem
- Parameters:
ctx
- the current session context which this item is created withintype
- the actual item type ( since subtypes may not provide a own jalo class this may be different from the type which this method was implemented for )- Returns:
- the new item instance
- Throws:
JaloBusinessException
- indicates an error during creation - any changes will be rollbacked
-
getDeliveryMode
public DeliveryMode getDeliveryMode(SessionContext ctx)
Generated method - Getter of theConsignment.deliveryMode
attribute.- Returns:
- the deliveryMode
-
getDeliveryMode
public DeliveryMode getDeliveryMode()
Generated method - Getter of theConsignment.deliveryMode
attribute.- Returns:
- the deliveryMode
-
setDeliveryMode
protected void setDeliveryMode(SessionContext ctx, DeliveryMode value)
Generated method - Setter of theConsignment.deliveryMode
attribute.- Parameters:
value
- the deliveryMode
-
setDeliveryMode
protected void setDeliveryMode(DeliveryMode value)
Generated method - Setter of theConsignment.deliveryMode
attribute.- Parameters:
value
- the deliveryMode
-
getNamedDeliveryDate
public java.util.Date getNamedDeliveryDate(SessionContext ctx)
Generated method - Getter of theConsignment.namedDeliveryDate
attribute.- Returns:
- the namedDeliveryDate
-
getNamedDeliveryDate
public java.util.Date getNamedDeliveryDate()
Generated method - Getter of theConsignment.namedDeliveryDate
attribute.- Returns:
- the namedDeliveryDate
-
setNamedDeliveryDate
protected void setNamedDeliveryDate(SessionContext ctx, java.util.Date value)
Generated method - Setter of theConsignment.namedDeliveryDate
attribute.- Parameters:
value
- the namedDeliveryDate
-
setNamedDeliveryDate
protected void setNamedDeliveryDate(java.util.Date value)
Generated method - Setter of theConsignment.namedDeliveryDate
attribute.- Parameters:
value
- the namedDeliveryDate
-
getOrder
public AbstractOrder getOrder(SessionContext ctx)
Generated method - Getter of theConsignment.order
attribute.- Returns:
- the order
-
getOrder
public AbstractOrder getOrder()
Generated method - Getter of theConsignment.order
attribute.- Returns:
- the order
-
setOrder
protected void setOrder(SessionContext ctx, AbstractOrder value)
Generated method - Setter of theConsignment.order
attribute.- Parameters:
value
- the order
-
setOrder
protected void setOrder(AbstractOrder value)
Generated method - Setter of theConsignment.order
attribute.- Parameters:
value
- the order
-
getShippingAddress
public Address getShippingAddress(SessionContext ctx)
Generated method - Getter of theConsignment.shippingAddress
attribute.- Returns:
- the shippingAddress
-
getShippingAddress
public Address getShippingAddress()
Generated method - Getter of theConsignment.shippingAddress
attribute.- Returns:
- the shippingAddress
-
setShippingAddress
protected void setShippingAddress(SessionContext ctx, Address value)
Generated method - Setter of theConsignment.shippingAddress
attribute.- Parameters:
value
- the shippingAddress
-
setShippingAddress
protected void setShippingAddress(Address value)
Generated method - Setter of theConsignment.shippingAddress
attribute.- Parameters:
value
- the shippingAddress
-
getShippingDate
public java.util.Date getShippingDate(SessionContext ctx)
Generated method - Getter of theConsignment.shippingDate
attribute.- Returns:
- the shippingDate
-
getShippingDate
public java.util.Date getShippingDate()
Generated method - Getter of theConsignment.shippingDate
attribute.- Returns:
- the shippingDate
-
setShippingDate
public void setShippingDate(SessionContext ctx, java.util.Date value)
Generated method - Setter of theConsignment.shippingDate
attribute.- Parameters:
value
- the shippingDate
-
setShippingDate
public void setShippingDate(java.util.Date value)
Generated method - Setter of theConsignment.shippingDate
attribute.- Parameters:
value
- the shippingDate
-
getStatus
public EnumerationValue getStatus(SessionContext ctx)
Generated method - Getter of theConsignment.status
attribute.- Returns:
- the status
-
getStatus
public EnumerationValue getStatus()
Generated method - Getter of theConsignment.status
attribute.- Returns:
- the status
-
setStatus
public void setStatus(SessionContext ctx, EnumerationValue value)
Generated method - Setter of theConsignment.status
attribute.- Parameters:
value
- the status
-
setStatus
public void setStatus(EnumerationValue value)
Generated method - Setter of theConsignment.status
attribute.- Parameters:
value
- the status
-
getTrackingID
public java.lang.String getTrackingID(SessionContext ctx)
Generated method - Getter of theConsignment.trackingID
attribute.- Returns:
- the trackingID
-
getTrackingID
public java.lang.String getTrackingID()
Generated method - Getter of theConsignment.trackingID
attribute.- Returns:
- the trackingID
-
setTrackingID
public void setTrackingID(SessionContext ctx, java.lang.String value)
Generated method - Setter of theConsignment.trackingID
attribute.- Parameters:
value
- the trackingID
-
setTrackingID
public void setTrackingID(java.lang.String value)
Generated method - Setter of theConsignment.trackingID
attribute.- Parameters:
value
- the trackingID
-
getWarehouse
public Warehouse getWarehouse(SessionContext ctx)
Generated method - Getter of theConsignment.warehouse
attribute.- Returns:
- the warehouse
-
getWarehouse
public Warehouse getWarehouse()
Generated method - Getter of theConsignment.warehouse
attribute.- Returns:
- the warehouse
-
setWarehouse
protected void setWarehouse(SessionContext ctx, Warehouse value)
Generated method - Setter of theConsignment.warehouse
attribute.- Parameters:
value
- the warehouse
-
setWarehouse
protected void setWarehouse(Warehouse value)
Generated method - Setter of theConsignment.warehouse
attribute.- Parameters:
value
- the warehouse
-
-