Class GeneratedYAcceleratorFulfilmentProcessManager
- java.lang.Object
-
- de.hybris.platform.jalo.Manager
-
- de.hybris.platform.jalo.extension.Extension
-
- de.hybris.platform.yacceleratorfulfilmentprocess.jalo.GeneratedYAcceleratorFulfilmentProcessManager
-
- All Implemented Interfaces:
ItemLifecycleListener,java.io.Serializable
- Direct Known Subclasses:
YAcceleratorFulfilmentProcessManager
public abstract class GeneratedYAcceleratorFulfilmentProcessManager extends Extension
Generated class for typeYAcceleratorFulfilmentProcessManager.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.extension.Extension
Extension.RestrictedLanguagesProvider, Extension.RightsProvider
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.Manager
Manager.GenericManagerSingletonCreator, Manager.ManagerSingletonCreator
-
-
Field Summary
Fields Modifier and Type Field Description protected static java.util.Map<java.lang.String,java.util.Map<java.lang.String,Item.AttributeMode>>DEFAULT_INITIAL_ATTRIBUTES
-
Constructor Summary
Constructors Constructor Description GeneratedYAcceleratorFulfilmentProcessManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<java.lang.String,Item.AttributeMode>getDefaultAttributeModes(java.lang.Class<? extends Item> itemClass)java.lang.StringgetName()EnumerationValuegetWarehouseConsignmentState(SessionContext ctx, ConsignmentProcess item)Generated method - Getter of theConsignmentProcess.warehouseConsignmentStateattribute.EnumerationValuegetWarehouseConsignmentState(ConsignmentProcess item)Generated method - Getter of theConsignmentProcess.warehouseConsignmentStateattribute.java.lang.BooleanisDone(SessionContext ctx, ConsignmentProcess item)Generated method - Getter of theConsignmentProcess.doneattribute.java.lang.BooleanisDone(ConsignmentProcess item)Generated method - Getter of theConsignmentProcess.doneattribute.booleanisDoneAsPrimitive(SessionContext ctx, ConsignmentProcess item)Generated method - Getter of theConsignmentProcess.doneattribute.booleanisDoneAsPrimitive(ConsignmentProcess item)Generated method - Getter of theConsignmentProcess.doneattribute.java.lang.BooleanisWaitingForConsignment(SessionContext ctx, ConsignmentProcess item)Generated method - Getter of theConsignmentProcess.waitingForConsignmentattribute.java.lang.BooleanisWaitingForConsignment(ConsignmentProcess item)Generated method - Getter of theConsignmentProcess.waitingForConsignmentattribute.booleanisWaitingForConsignmentAsPrimitive(SessionContext ctx, ConsignmentProcess item)Generated method - Getter of theConsignmentProcess.waitingForConsignmentattribute.booleanisWaitingForConsignmentAsPrimitive(ConsignmentProcess item)Generated method - Getter of theConsignmentProcess.waitingForConsignmentattribute.voidsetDone(SessionContext ctx, ConsignmentProcess item, boolean value)Generated method - Setter of theConsignmentProcess.doneattribute.voidsetDone(SessionContext ctx, ConsignmentProcess item, java.lang.Boolean value)Generated method - Setter of theConsignmentProcess.doneattribute.voidsetDone(ConsignmentProcess item, boolean value)Generated method - Setter of theConsignmentProcess.doneattribute.voidsetDone(ConsignmentProcess item, java.lang.Boolean value)Generated method - Setter of theConsignmentProcess.doneattribute.voidsetWaitingForConsignment(SessionContext ctx, ConsignmentProcess item, boolean value)Generated method - Setter of theConsignmentProcess.waitingForConsignmentattribute.voidsetWaitingForConsignment(SessionContext ctx, ConsignmentProcess item, java.lang.Boolean value)Generated method - Setter of theConsignmentProcess.waitingForConsignmentattribute.voidsetWaitingForConsignment(ConsignmentProcess item, boolean value)Generated method - Setter of theConsignmentProcess.waitingForConsignmentattribute.voidsetWaitingForConsignment(ConsignmentProcess item, java.lang.Boolean value)Generated method - Setter of theConsignmentProcess.waitingForConsignmentattribute.voidsetWarehouseConsignmentState(SessionContext ctx, ConsignmentProcess item, EnumerationValue value)Generated method - Setter of theConsignmentProcess.warehouseConsignmentStateattribute.voidsetWarehouseConsignmentState(ConsignmentProcess item, EnumerationValue value)Generated method - Setter of theConsignmentProcess.warehouseConsignmentStateattribute.-
Methods inherited from class de.hybris.platform.jalo.extension.Extension
checkBeforeItemRemoval, createEssentialData, createProjectData, createSampleData, getCreatorDescription, getCreatorName, getCreatorParameterDefault, getCreatorParameterNames, getCreatorParameterPossibleValues, getRemote, isCreatorDisabled, notifyInitializationEnd, notifyInitializationStart, notifyItemRemoval, onFirstSessionCreation, writeReplace
-
Methods inherited from class de.hybris.platform.jalo.Manager
afterItemCreation, beforeItemCreation, destroy, extractNonRequiredRemoteFromItem, extractRequiredRemoteFromItem, getAllValuesSessionContext, getAttribute, getAttributeMap, getFirstItemByAttribute, getFirstItemByAttribute, getRemoteManagerClass, getSession, getSingletonManagerInstance, getTenant, getTransientObject, getTransientObjectMap, init, setAttribute, setTenant, setTransientObject, wrap
-
-
-
-
Field Detail
-
DEFAULT_INITIAL_ATTRIBUTES
protected static final java.util.Map<java.lang.String,java.util.Map<java.lang.String,Item.AttributeMode>> DEFAULT_INITIAL_ATTRIBUTES
-
-
Method Detail
-
getDefaultAttributeModes
public java.util.Map<java.lang.String,Item.AttributeMode> getDefaultAttributeModes(java.lang.Class<? extends Item> itemClass)
- Overrides:
getDefaultAttributeModesin classExtension
-
isDone
public java.lang.Boolean isDone(SessionContext ctx, ConsignmentProcess item)
Generated method - Getter of theConsignmentProcess.doneattribute.- Returns:
- the done - Mark process as done
-
isDone
public java.lang.Boolean isDone(ConsignmentProcess item)
Generated method - Getter of theConsignmentProcess.doneattribute.- Returns:
- the done - Mark process as done
-
isDoneAsPrimitive
public boolean isDoneAsPrimitive(SessionContext ctx, ConsignmentProcess item)
Generated method - Getter of theConsignmentProcess.doneattribute.- Returns:
- the done - Mark process as done
-
isDoneAsPrimitive
public boolean isDoneAsPrimitive(ConsignmentProcess item)
Generated method - Getter of theConsignmentProcess.doneattribute.- Returns:
- the done - Mark process as done
-
setDone
public void setDone(SessionContext ctx, ConsignmentProcess item, java.lang.Boolean value)
Generated method - Setter of theConsignmentProcess.doneattribute.- Parameters:
value- the done - Mark process as done
-
setDone
public void setDone(ConsignmentProcess item, java.lang.Boolean value)
Generated method - Setter of theConsignmentProcess.doneattribute.- Parameters:
value- the done - Mark process as done
-
setDone
public void setDone(SessionContext ctx, ConsignmentProcess item, boolean value)
Generated method - Setter of theConsignmentProcess.doneattribute.- Parameters:
value- the done - Mark process as done
-
setDone
public void setDone(ConsignmentProcess item, boolean value)
Generated method - Setter of theConsignmentProcess.doneattribute.- Parameters:
value- the done - Mark process as done
-
isWaitingForConsignment
public java.lang.Boolean isWaitingForConsignment(SessionContext ctx, ConsignmentProcess item)
Generated method - Getter of theConsignmentProcess.waitingForConsignmentattribute.- Returns:
- the waitingForConsignment - Mark that process is waiting for consignment
-
isWaitingForConsignment
public java.lang.Boolean isWaitingForConsignment(ConsignmentProcess item)
Generated method - Getter of theConsignmentProcess.waitingForConsignmentattribute.- Returns:
- the waitingForConsignment - Mark that process is waiting for consignment
-
isWaitingForConsignmentAsPrimitive
public boolean isWaitingForConsignmentAsPrimitive(SessionContext ctx, ConsignmentProcess item)
Generated method - Getter of theConsignmentProcess.waitingForConsignmentattribute.- Returns:
- the waitingForConsignment - Mark that process is waiting for consignment
-
isWaitingForConsignmentAsPrimitive
public boolean isWaitingForConsignmentAsPrimitive(ConsignmentProcess item)
Generated method - Getter of theConsignmentProcess.waitingForConsignmentattribute.- Returns:
- the waitingForConsignment - Mark that process is waiting for consignment
-
setWaitingForConsignment
public void setWaitingForConsignment(SessionContext ctx, ConsignmentProcess item, java.lang.Boolean value)
Generated method - Setter of theConsignmentProcess.waitingForConsignmentattribute.- Parameters:
value- the waitingForConsignment - Mark that process is waiting for consignment
-
setWaitingForConsignment
public void setWaitingForConsignment(ConsignmentProcess item, java.lang.Boolean value)
Generated method - Setter of theConsignmentProcess.waitingForConsignmentattribute.- Parameters:
value- the waitingForConsignment - Mark that process is waiting for consignment
-
setWaitingForConsignment
public void setWaitingForConsignment(SessionContext ctx, ConsignmentProcess item, boolean value)
Generated method - Setter of theConsignmentProcess.waitingForConsignmentattribute.- Parameters:
value- the waitingForConsignment - Mark that process is waiting for consignment
-
setWaitingForConsignment
public void setWaitingForConsignment(ConsignmentProcess item, boolean value)
Generated method - Setter of theConsignmentProcess.waitingForConsignmentattribute.- Parameters:
value- the waitingForConsignment - Mark that process is waiting for consignment
-
getWarehouseConsignmentState
public EnumerationValue getWarehouseConsignmentState(SessionContext ctx, ConsignmentProcess item)
Generated method - Getter of theConsignmentProcess.warehouseConsignmentStateattribute.- Returns:
- the warehouseConsignmentState - State of warehouse process.
-
getWarehouseConsignmentState
public EnumerationValue getWarehouseConsignmentState(ConsignmentProcess item)
Generated method - Getter of theConsignmentProcess.warehouseConsignmentStateattribute.- Returns:
- the warehouseConsignmentState - State of warehouse process.
-
setWarehouseConsignmentState
public void setWarehouseConsignmentState(SessionContext ctx, ConsignmentProcess item, EnumerationValue value)
Generated method - Setter of theConsignmentProcess.warehouseConsignmentStateattribute.- Parameters:
value- the warehouseConsignmentState - State of warehouse process.
-
setWarehouseConsignmentState
public void setWarehouseConsignmentState(ConsignmentProcess item, EnumerationValue value)
Generated method - Setter of theConsignmentProcess.warehouseConsignmentStateattribute.- Parameters:
value- the warehouseConsignmentState - State of warehouse process.
-
-