Class SapcpioaaorderintegrationManager
java.lang.Object
de.hybris.platform.jalo.Manager
de.hybris.platform.jalo.extension.Extension
com.sap.hybris.sapcpioaaorderintegration.jalo.SapcpioaaorderintegrationManager
- All Implemented Interfaces:
de.hybris.platform.jalo.extension.ItemLifecycleListener,Serializable
public class SapcpioaaorderintegrationManager
extends de.hybris.platform.jalo.extension.Extension
Generated class for type
SapcpioaaorderintegrationManager.- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.jalo.extension.Extension
de.hybris.platform.jalo.extension.Extension.RestrictedLanguagesProvider, de.hybris.platform.jalo.extension.Extension.RightsProviderNested classes/interfaces inherited from class de.hybris.platform.jalo.Manager
de.hybris.platform.jalo.Manager.GenericManagerSingletonCreator, de.hybris.platform.jalo.Manager.ManagerSingletonCreator -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final de.hybris.platform.util.OneToManyHandler<ScheduleLine>OneToManyHandlerfor handling 1:n CPISCHEDULELINES's relation attributes from 'many' side. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddToCpiScheduleLines(de.hybris.platform.jalo.SessionContext ctx, SAPCpiOutboundOrderItem item, ScheduleLine value) Generated method - Addsvalueto cpiScheduleLines.voidaddToCpiScheduleLines(SAPCpiOutboundOrderItem item, ScheduleLine value) Generated method - Addsvalueto cpiScheduleLines.createCpiScheduleLine(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues) createCpiScheduleLine(Map attributeValues) getCacShippingPoint(de.hybris.platform.jalo.SessionContext ctx, SAPCpiOutboundOrderItem item) Generated method - Getter of theSAPCpiOutboundOrderItem.cacShippingPointattribute.Generated method - Getter of theSAPCpiOutboundOrderItem.cacShippingPointattribute.getCpiScheduleLines(de.hybris.platform.jalo.SessionContext ctx, SAPCpiOutboundOrderItem item) Generated method - Getter of theSAPCpiOutboundOrderItem.cpiScheduleLinesattribute.Generated method - Getter of theSAPCpiOutboundOrderItem.cpiScheduleLinesattribute.getDefaultAttributeModes(Class<? extends de.hybris.platform.jalo.Item> itemClass) static final SapcpioaaorderintegrationManagergetName()getOaaOrderInUse(de.hybris.platform.jalo.SessionContext ctx, SAPCpiOutboundOrder item) Generated method - Getter of theSAPCpiOutboundOrder.oaaOrderInUseattribute.Generated method - Getter of theSAPCpiOutboundOrder.oaaOrderInUseattribute.voidremoveFromCpiScheduleLines(de.hybris.platform.jalo.SessionContext ctx, SAPCpiOutboundOrderItem item, ScheduleLine value) Generated method - Removesvaluefrom cpiScheduleLines.voidGenerated method - Removesvaluefrom cpiScheduleLines.voidsetCacShippingPoint(de.hybris.platform.jalo.SessionContext ctx, SAPCpiOutboundOrderItem item, String value) Generated method - Setter of theSAPCpiOutboundOrderItem.cacShippingPointattribute.voidsetCacShippingPoint(SAPCpiOutboundOrderItem item, String value) Generated method - Setter of theSAPCpiOutboundOrderItem.cacShippingPointattribute.voidsetCpiScheduleLines(de.hybris.platform.jalo.SessionContext ctx, SAPCpiOutboundOrderItem item, Set<ScheduleLine> value) Generated method - Setter of theSAPCpiOutboundOrderItem.cpiScheduleLinesattribute.voidsetCpiScheduleLines(SAPCpiOutboundOrderItem item, Set<ScheduleLine> value) Generated method - Setter of theSAPCpiOutboundOrderItem.cpiScheduleLinesattribute.voidsetOaaOrderInUse(de.hybris.platform.jalo.SessionContext ctx, SAPCpiOutboundOrder item, String value) Generated method - Setter of theSAPCpiOutboundOrder.oaaOrderInUseattribute.voidsetOaaOrderInUse(SAPCpiOutboundOrder item, String value) Generated method - Setter of theSAPCpiOutboundOrder.oaaOrderInUseattribute.Methods inherited from class de.hybris.platform.jalo.extension.Extension
checkBeforeInitialization, checkBeforeItemRemoval, createEssentialData, createProjectData, createSampleData, getCreatorDescription, getCreatorName, getCreatorParameterDefault, getCreatorParameterNames, getCreatorParameterPossibleValues, getRemote, isCreatorDisabled, notifyInitializationEnd, notifyInitializationStart, notifyItemRemoval, onFirstSessionCreation, writeReplaceMethods 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 Details
-
SAPCPIOUTBOUNDORDERITEM2CPISCHEDULELINECPISCHEDULELINESHANDLER
protected static final de.hybris.platform.util.OneToManyHandler<ScheduleLine> SAPCPIOUTBOUNDORDERITEM2CPISCHEDULELINECPISCHEDULELINESHANDLEROneToManyHandlerfor handling 1:n CPISCHEDULELINES's relation attributes from 'many' side. -
DEFAULT_INITIAL_ATTRIBUTES
-
-
Constructor Details
-
SapcpioaaorderintegrationManager
public SapcpioaaorderintegrationManager()
-
-
Method Details
-
getDefaultAttributeModes
public Map<String,de.hybris.platform.jalo.Item.AttributeMode> getDefaultAttributeModes(Class<? extends de.hybris.platform.jalo.Item> itemClass) - Overrides:
getDefaultAttributeModesin classde.hybris.platform.jalo.extension.Extension
-
getCacShippingPoint
public String getCacShippingPoint(de.hybris.platform.jalo.SessionContext ctx, SAPCpiOutboundOrderItem item) Generated method - Getter of theSAPCpiOutboundOrderItem.cacShippingPointattribute.- Returns:
- the cacShippingPoint - Shipping Point for Click and Collect
-
getCacShippingPoint
Generated method - Getter of theSAPCpiOutboundOrderItem.cacShippingPointattribute.- Returns:
- the cacShippingPoint - Shipping Point for Click and Collect
-
setCacShippingPoint
public void setCacShippingPoint(de.hybris.platform.jalo.SessionContext ctx, SAPCpiOutboundOrderItem item, String value) Generated method - Setter of theSAPCpiOutboundOrderItem.cacShippingPointattribute.- Parameters:
value- the cacShippingPoint - Shipping Point for Click and Collect
-
setCacShippingPoint
Generated method - Setter of theSAPCpiOutboundOrderItem.cacShippingPointattribute.- Parameters:
value- the cacShippingPoint - Shipping Point for Click and Collect
-
getCpiScheduleLines
public Set<ScheduleLine> getCpiScheduleLines(de.hybris.platform.jalo.SessionContext ctx, SAPCpiOutboundOrderItem item) Generated method - Getter of theSAPCpiOutboundOrderItem.cpiScheduleLinesattribute.- Returns:
- the cpiScheduleLines
-
getCpiScheduleLines
Generated method - Getter of theSAPCpiOutboundOrderItem.cpiScheduleLinesattribute.- Returns:
- the cpiScheduleLines
-
setCpiScheduleLines
public void setCpiScheduleLines(de.hybris.platform.jalo.SessionContext ctx, SAPCpiOutboundOrderItem item, Set<ScheduleLine> value) Generated method - Setter of theSAPCpiOutboundOrderItem.cpiScheduleLinesattribute.- Parameters:
value- the cpiScheduleLines
-
setCpiScheduleLines
Generated method - Setter of theSAPCpiOutboundOrderItem.cpiScheduleLinesattribute.- Parameters:
value- the cpiScheduleLines
-
addToCpiScheduleLines
public void addToCpiScheduleLines(de.hybris.platform.jalo.SessionContext ctx, SAPCpiOutboundOrderItem item, ScheduleLine value) Generated method - Addsvalueto cpiScheduleLines.- Parameters:
value- the item to add to cpiScheduleLines
-
addToCpiScheduleLines
Generated method - Addsvalueto cpiScheduleLines.- Parameters:
value- the item to add to cpiScheduleLines
-
removeFromCpiScheduleLines
public void removeFromCpiScheduleLines(de.hybris.platform.jalo.SessionContext ctx, SAPCpiOutboundOrderItem item, ScheduleLine value) Generated method - Removesvaluefrom cpiScheduleLines.- Parameters:
value- the item to remove from cpiScheduleLines
-
removeFromCpiScheduleLines
Generated method - Removesvaluefrom cpiScheduleLines.- Parameters:
value- the item to remove from cpiScheduleLines
-
createCpiScheduleLine
public ScheduleLine createCpiScheduleLine(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues) -
createCpiScheduleLine
-
getInstance
-
getName
- Specified by:
getNamein classde.hybris.platform.jalo.extension.Extension
-
getOaaOrderInUse
public String getOaaOrderInUse(de.hybris.platform.jalo.SessionContext ctx, SAPCpiOutboundOrder item) Generated method - Getter of theSAPCpiOutboundOrder.oaaOrderInUseattribute.- Returns:
- the oaaOrderInUse - Check for OAA Order
-
getOaaOrderInUse
Generated method - Getter of theSAPCpiOutboundOrder.oaaOrderInUseattribute.- Returns:
- the oaaOrderInUse - Check for OAA Order
-
setOaaOrderInUse
public void setOaaOrderInUse(de.hybris.platform.jalo.SessionContext ctx, SAPCpiOutboundOrder item, String value) Generated method - Setter of theSAPCpiOutboundOrder.oaaOrderInUseattribute.- Parameters:
value- the oaaOrderInUse - Check for OAA Order
-
setOaaOrderInUse
Generated method - Setter of theSAPCpiOutboundOrder.oaaOrderInUseattribute.- Parameters:
value- the oaaOrderInUse - Check for OAA Order
-