|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DeleteItem | |
---|---|
atg.commerce.order.edit |
Uses of DeleteItem in atg.commerce.order.edit |
---|
Methods in atg.commerce.order.edit that return DeleteItem | |
---|---|
DeleteItem |
CloneEditHandler.createDeleteItem(CloneEditState pCloneEditState,
java.lang.Object pItem,
java.lang.Object pOriginalContainter,
java.lang.Object pCloneContainer,
java.lang.String pPropertyName,
int pOrdinalPosition,
boolean pAutoDeletedItem)
Creates a DeleteItem object that represents an object that's been removed to a particular list. |
DeleteItem |
CloneEditManager.createDeleteItem(CloneEditState pCloneEditState,
java.lang.Object pItem,
java.lang.Object pOriginalContainter,
java.lang.Object pCloneContainer,
java.lang.String pPropertyName,
int pOrdinalPosition,
boolean pAutoDeletedItem)
Creates a DeleteItem object that represents an object that's been removed to a particular list. |
Methods in atg.commerce.order.edit with parameters of type DeleteItem | |
---|---|
protected void |
CloneEditHandler.addDeleteItem(CloneEditState pCloneEditState,
DeleteItem pDeleteItem)
Adds a DeleteItem to the delete item map in the clone edit state. |
protected void |
CloneEditHandler.deleteItem(CloneEditState pCloneEditState,
DeleteItem pDeleteItem)
This is a noop impl. |
protected void |
CollectionEditHandler.deleteItem(CloneEditState pCloneEditState,
DeleteItem pDeleteItem)
Reconciles the DeleteItem by deleting the original object from the
original container. |
protected void |
CommerceItemEditHandler.deleteItem(CloneEditState pCloneEditState,
DeleteItem pDeleteItem)
Overrides the base impl to use the commerce item container interfaces to remove the commerce item |
protected void |
HandlingInstructionEditHandler.deleteItem(CloneEditState pCloneEditState,
DeleteItem pDeleteItem)
Overrides delete item to use the handling instruction container interfaces to remove the item |
protected void |
PaymentGroupEditHandler.deleteItem(CloneEditState pCloneEditState,
DeleteItem pDeleteItem)
Overrides delete item to use the payment group container interfaces to remove the item |
protected void |
RelationshipEditHandler.deleteItem(CloneEditState pCloneEditState,
DeleteItem pDeleteItem)
Overrides delete item to use the relationship container interfaces to remove the relationship |
protected void |
ShippingGroupEditHandler.deleteItem(CloneEditState pCloneEditState,
DeleteItem pDeleteItem)
Overrides the base impl to use the shipping group container interfaces to remove the shipping group |
protected void |
RelationshipEditHandler.removeRelationshipFromContainers(CloneEditState pCloneEditState,
DeleteItem pDeleteItem)
Removes the deleted relationship from the containers on both sides on the relationship |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |