Class GeneratedSapConsignmentProcess
- 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.processengine.jalo.GeneratedBusinessProcess
-
- de.hybris.platform.processengine.jalo.BusinessProcess
-
- de.hybris.platform.sap.saporderexchangeoms.jalo.GeneratedSapConsignmentProcess
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable
- Direct Known Subclasses:
SapConsignmentProcess
public abstract class GeneratedSapConsignmentProcess extends BusinessProcess
Generated class for typeSapConsignmentProcess
.- 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
CONSIGNMENT
Qualifier of theSapConsignmentProcess.consignment
attributeprotected static BidirectionalOneToManyHandler<GeneratedSapConsignmentProcess>
CONSIGNMENTHANDLER
BidirectionalOneToManyHandler
for handling 1:n CONSIGNMENT's relation attributes from 'one' side.protected static java.util.Map<java.lang.String,Item.AttributeMode>
DEFAULT_INITIAL_ATTRIBUTES
static java.lang.String
DONE
Qualifier of theSapConsignmentProcess.done
attributestatic java.lang.String
PARENTPROCESS
Qualifier of theSapConsignmentProcess.parentProcess
attributeprotected static BidirectionalOneToManyHandler<GeneratedSapConsignmentProcess>
PARENTPROCESSHANDLER
BidirectionalOneToManyHandler
for handling 1:n PARENTPROCESS's relation attributes from 'one' side.static java.lang.String
WAITINGFORCONSIGNMENT
Qualifier of theSapConsignmentProcess.waitingForConsignment
attributestatic java.lang.String
WAREHOUSECONSIGNMENTSTATE
Qualifier of theSapConsignmentProcess.warehouseConsignmentState
attribute-
Fields inherited from class de.hybris.platform.processengine.jalo.GeneratedBusinessProcess
CODE, CONTEXTPARAMETERS, CONTEXTPARAMETERSHANDLER, CURRENTTASKS, CURRENTTASKSHANDLER, ENDMESSAGE, PROCESSDEFINITIONNAME, PROCESSDEFINITIONVERSION, STATE, TASKLOGS, TASKLOGSHANDLER, USER
-
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 GeneratedSapConsignmentProcess()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Item
createItem(SessionContext ctx, ComposedType type, Item.ItemAttributeMap allAttributes)
Has to be implemented for each concrete subtype of item.Consignment
getConsignment()
Generated method - Getter of theSapConsignmentProcess.consignment
attribute.Consignment
getConsignment(SessionContext ctx)
Generated method - Getter of theSapConsignmentProcess.consignment
attribute.protected java.util.Map<java.lang.String,Item.AttributeMode>
getDefaultAttributeModes()
OrderProcess
getParentProcess()
Generated method - Getter of theSapConsignmentProcess.parentProcess
attribute.OrderProcess
getParentProcess(SessionContext ctx)
Generated method - Getter of theSapConsignmentProcess.parentProcess
attribute.EnumerationValue
getWarehouseConsignmentState()
Generated method - Getter of theSapConsignmentProcess.warehouseConsignmentState
attribute.EnumerationValue
getWarehouseConsignmentState(SessionContext ctx)
Generated method - Getter of theSapConsignmentProcess.warehouseConsignmentState
attribute.java.lang.Boolean
isDone()
Generated method - Getter of theSapConsignmentProcess.done
attribute.java.lang.Boolean
isDone(SessionContext ctx)
Generated method - Getter of theSapConsignmentProcess.done
attribute.boolean
isDoneAsPrimitive()
Generated method - Getter of theSapConsignmentProcess.done
attribute.boolean
isDoneAsPrimitive(SessionContext ctx)
Generated method - Getter of theSapConsignmentProcess.done
attribute.java.lang.Boolean
isWaitingForConsignment()
Generated method - Getter of theSapConsignmentProcess.waitingForConsignment
attribute.java.lang.Boolean
isWaitingForConsignment(SessionContext ctx)
Generated method - Getter of theSapConsignmentProcess.waitingForConsignment
attribute.boolean
isWaitingForConsignmentAsPrimitive()
Generated method - Getter of theSapConsignmentProcess.waitingForConsignment
attribute.boolean
isWaitingForConsignmentAsPrimitive(SessionContext ctx)
Generated method - Getter of theSapConsignmentProcess.waitingForConsignment
attribute.void
setConsignment(SessionContext ctx, Consignment value)
Generated method - Setter of theSapConsignmentProcess.consignment
attribute.void
setConsignment(Consignment value)
Generated method - Setter of theSapConsignmentProcess.consignment
attribute.void
setDone(boolean value)
Generated method - Setter of theSapConsignmentProcess.done
attribute.void
setDone(SessionContext ctx, boolean value)
Generated method - Setter of theSapConsignmentProcess.done
attribute.void
setDone(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theSapConsignmentProcess.done
attribute.void
setDone(java.lang.Boolean value)
Generated method - Setter of theSapConsignmentProcess.done
attribute.void
setParentProcess(SessionContext ctx, OrderProcess value)
Generated method - Setter of theSapConsignmentProcess.parentProcess
attribute.void
setParentProcess(OrderProcess value)
Generated method - Setter of theSapConsignmentProcess.parentProcess
attribute.void
setWaitingForConsignment(boolean value)
Generated method - Setter of theSapConsignmentProcess.waitingForConsignment
attribute.void
setWaitingForConsignment(SessionContext ctx, boolean value)
Generated method - Setter of theSapConsignmentProcess.waitingForConsignment
attribute.void
setWaitingForConsignment(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theSapConsignmentProcess.waitingForConsignment
attribute.void
setWaitingForConsignment(java.lang.Boolean value)
Generated method - Setter of theSapConsignmentProcess.waitingForConsignment
attribute.void
setWarehouseConsignmentState(EnumerationValue value)
Generated method - Setter of theSapConsignmentProcess.warehouseConsignmentState
attribute.void
setWarehouseConsignmentState(SessionContext ctx, EnumerationValue value)
Generated method - Setter of theSapConsignmentProcess.warehouseConsignmentState
attribute.-
Methods inherited from class de.hybris.platform.processengine.jalo.BusinessProcess
getProcessState
-
Methods inherited from class de.hybris.platform.processengine.jalo.GeneratedBusinessProcess
addToContextParameters, addToContextParameters, addToCurrentTasks, addToCurrentTasks, addToTaskLogs, addToTaskLogs, getCode, getCode, getContextParameters, getContextParameters, getCurrentTasks, getCurrentTasks, getEndMessage, getEndMessage, getProcessDefinitionName, getProcessDefinitionName, getProcessDefinitionVersion, getProcessDefinitionVersion, getState, getState, getTaskLogs, getTaskLogs, getUser, getUser, removeFromContextParameters, removeFromContextParameters, removeFromCurrentTasks, removeFromCurrentTasks, removeFromTaskLogs, removeFromTaskLogs, setCode, setCode, setContextParameters, setContextParameters, setCurrentTasks, setCurrentTasks, setEndMessage, setEndMessage, setProcessDefinitionName, setProcessDefinitionName, setProcessDefinitionVersion, setProcessDefinitionVersion, setState, setState, setTaskLogs, setTaskLogs, setUser, setUser
-
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
-
WAITINGFORCONSIGNMENT
public static final java.lang.String WAITINGFORCONSIGNMENT
Qualifier of theSapConsignmentProcess.waitingForConsignment
attribute- See Also:
- Constant Field Values
-
WAREHOUSECONSIGNMENTSTATE
public static final java.lang.String WAREHOUSECONSIGNMENTSTATE
Qualifier of theSapConsignmentProcess.warehouseConsignmentState
attribute- See Also:
- Constant Field Values
-
DONE
public static final java.lang.String DONE
Qualifier of theSapConsignmentProcess.done
attribute- See Also:
- Constant Field Values
-
CONSIGNMENT
public static final java.lang.String CONSIGNMENT
Qualifier of theSapConsignmentProcess.consignment
attribute- See Also:
- Constant Field Values
-
PARENTPROCESS
public static final java.lang.String PARENTPROCESS
Qualifier of theSapConsignmentProcess.parentProcess
attribute- See Also:
- Constant Field Values
-
CONSIGNMENTHANDLER
protected static final BidirectionalOneToManyHandler<GeneratedSapConsignmentProcess> CONSIGNMENTHANDLER
BidirectionalOneToManyHandler
for handling 1:n CONSIGNMENT's relation attributes from 'one' side.
-
PARENTPROCESSHANDLER
protected static final BidirectionalOneToManyHandler<GeneratedSapConsignmentProcess> PARENTPROCESSHANDLER
BidirectionalOneToManyHandler
for handling 1:n PARENTPROCESS's relation attributes from 'one' 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 classGeneratedBusinessProcess
-
getConsignment
public Consignment getConsignment(SessionContext ctx)
Generated method - Getter of theSapConsignmentProcess.consignment
attribute.- Returns:
- the consignment
-
getConsignment
public Consignment getConsignment()
Generated method - Getter of theSapConsignmentProcess.consignment
attribute.- Returns:
- the consignment
-
setConsignment
public void setConsignment(SessionContext ctx, Consignment value)
Generated method - Setter of theSapConsignmentProcess.consignment
attribute.- Parameters:
value
- the consignment
-
setConsignment
public void setConsignment(Consignment value)
Generated method - Setter of theSapConsignmentProcess.consignment
attribute.- Parameters:
value
- the consignment
-
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
-
isDone
public java.lang.Boolean isDone(SessionContext ctx)
Generated method - Getter of theSapConsignmentProcess.done
attribute.- Returns:
- the done - Mark process as done
-
isDone
public java.lang.Boolean isDone()
Generated method - Getter of theSapConsignmentProcess.done
attribute.- Returns:
- the done - Mark process as done
-
isDoneAsPrimitive
public boolean isDoneAsPrimitive(SessionContext ctx)
Generated method - Getter of theSapConsignmentProcess.done
attribute.- Returns:
- the done - Mark process as done
-
isDoneAsPrimitive
public boolean isDoneAsPrimitive()
Generated method - Getter of theSapConsignmentProcess.done
attribute.- Returns:
- the done - Mark process as done
-
setDone
public void setDone(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theSapConsignmentProcess.done
attribute.- Parameters:
value
- the done - Mark process as done
-
setDone
public void setDone(java.lang.Boolean value)
Generated method - Setter of theSapConsignmentProcess.done
attribute.- Parameters:
value
- the done - Mark process as done
-
setDone
public void setDone(SessionContext ctx, boolean value)
Generated method - Setter of theSapConsignmentProcess.done
attribute.- Parameters:
value
- the done - Mark process as done
-
setDone
public void setDone(boolean value)
Generated method - Setter of theSapConsignmentProcess.done
attribute.- Parameters:
value
- the done - Mark process as done
-
getParentProcess
public OrderProcess getParentProcess(SessionContext ctx)
Generated method - Getter of theSapConsignmentProcess.parentProcess
attribute.- Returns:
- the parentProcess
-
getParentProcess
public OrderProcess getParentProcess()
Generated method - Getter of theSapConsignmentProcess.parentProcess
attribute.- Returns:
- the parentProcess
-
setParentProcess
public void setParentProcess(SessionContext ctx, OrderProcess value)
Generated method - Setter of theSapConsignmentProcess.parentProcess
attribute.- Parameters:
value
- the parentProcess
-
setParentProcess
public void setParentProcess(OrderProcess value)
Generated method - Setter of theSapConsignmentProcess.parentProcess
attribute.- Parameters:
value
- the parentProcess
-
isWaitingForConsignment
public java.lang.Boolean isWaitingForConsignment(SessionContext ctx)
Generated method - Getter of theSapConsignmentProcess.waitingForConsignment
attribute.- Returns:
- the waitingForConsignment - Mark that process is waiting for consignment
-
isWaitingForConsignment
public java.lang.Boolean isWaitingForConsignment()
Generated method - Getter of theSapConsignmentProcess.waitingForConsignment
attribute.- Returns:
- the waitingForConsignment - Mark that process is waiting for consignment
-
isWaitingForConsignmentAsPrimitive
public boolean isWaitingForConsignmentAsPrimitive(SessionContext ctx)
Generated method - Getter of theSapConsignmentProcess.waitingForConsignment
attribute.- Returns:
- the waitingForConsignment - Mark that process is waiting for consignment
-
isWaitingForConsignmentAsPrimitive
public boolean isWaitingForConsignmentAsPrimitive()
Generated method - Getter of theSapConsignmentProcess.waitingForConsignment
attribute.- Returns:
- the waitingForConsignment - Mark that process is waiting for consignment
-
setWaitingForConsignment
public void setWaitingForConsignment(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theSapConsignmentProcess.waitingForConsignment
attribute.- Parameters:
value
- the waitingForConsignment - Mark that process is waiting for consignment
-
setWaitingForConsignment
public void setWaitingForConsignment(java.lang.Boolean value)
Generated method - Setter of theSapConsignmentProcess.waitingForConsignment
attribute.- Parameters:
value
- the waitingForConsignment - Mark that process is waiting for consignment
-
setWaitingForConsignment
public void setWaitingForConsignment(SessionContext ctx, boolean value)
Generated method - Setter of theSapConsignmentProcess.waitingForConsignment
attribute.- Parameters:
value
- the waitingForConsignment - Mark that process is waiting for consignment
-
setWaitingForConsignment
public void setWaitingForConsignment(boolean value)
Generated method - Setter of theSapConsignmentProcess.waitingForConsignment
attribute.- Parameters:
value
- the waitingForConsignment - Mark that process is waiting for consignment
-
getWarehouseConsignmentState
public EnumerationValue getWarehouseConsignmentState(SessionContext ctx)
Generated method - Getter of theSapConsignmentProcess.warehouseConsignmentState
attribute.- Returns:
- the warehouseConsignmentState - State of warehouse process.
-
getWarehouseConsignmentState
public EnumerationValue getWarehouseConsignmentState()
Generated method - Getter of theSapConsignmentProcess.warehouseConsignmentState
attribute.- Returns:
- the warehouseConsignmentState - State of warehouse process.
-
setWarehouseConsignmentState
public void setWarehouseConsignmentState(SessionContext ctx, EnumerationValue value)
Generated method - Setter of theSapConsignmentProcess.warehouseConsignmentState
attribute.- Parameters:
value
- the warehouseConsignmentState - State of warehouse process.
-
setWarehouseConsignmentState
public void setWarehouseConsignmentState(EnumerationValue value)
Generated method - Setter of theSapConsignmentProcess.warehouseConsignmentState
attribute.- Parameters:
value
- the warehouseConsignmentState - State of warehouse process.
-
-