Removed Constructors | |
CommandContext,
NdAdvisorExternalObjectMapper |
Creates a default event rule helper; no configuration information is required. |
Changed Methods | ||
NdIndexedCollection
createEmptyAdvisorFixedArray
(NdType ) |
Change in return type from
NdIndexedCollection to
com.ibm.commerce.rules.project.NdIndexedCollection .Change in signature from NdType to
com.ibm.commerce.rules.project.NdType . |
Creates an empty fixed array of the specified Advisor type. |
NdModifiableIndexedCollection
mapCollectionIntoRuleAgentAsAdvisorDynamicArray
(
Collection, NdType |
Change in return type from
NdModifiableIndexedCollection to
com.ibm.commerce.rules.project.NdModifiableIndexedCollection .Change in signature from ( java.util.Collection, NdType ) to
(java.util.Collection,
com.ibm.commerce.rules.project.NdType ). |
Maps the items from the specified collection into the specified rule agent using the item type as required returning the resulting Advisor-based (dynamic) array object. |
NdIndexedCollection
mapCollectionIntoRuleAgentAsAdvisorFixedArray
(Collection,
NdType |
Change in return type from
NdIndexedCollection to
com.ibm.commerce.rules.project.NdIndexedCollection .Change in signature from ( java.util.Collection, NdType ) to
(java.util.Collection,
com.ibm.commerce.rules.project.NdType ). |
Maps the items from the specified collection into the specified rule agent using the item type as required returning the resulting Advisor-based fixed array object. |
NdModifiableIndexedCollection
mapEnumerationIntoRuleAgentAsAdvisorDynamicArray
(
Enumeration, NdType |
Change in return type from
NdModifiableIndexedCollection to
com.ibm.commerce.rules.project.NdModifiableIndexedCollection .Change in signature from ( java.util.Enumeration, NdType ) to
(java.util.Enumeration,
com.ibm.commerce.rules.project.NdType ). |
Maps the items from the specified enumeration into the specified rule agent using the item type as required returning the resulting Advisor-based dynamic array object. |
NdIndexedCollection
mapEnumerationIntoRuleAgentAsAdvisorFixedArray
(
Enumeration, NdType |
Change in return type from
NdIndexedCollection to
com.ibm.commerce.rules.project.NdIndexedCollection .Change in signature from ( java.util.Enumeration, NdType ) to
(java.util.Enumeration,
com.ibm.commerce.rules.project.NdType ). |
Maps the items from the specified enumeration into the specified rule agent using the item type as required returning the resulting Advisor-based fixed array object. |
NdIndexedCollection
getMemberGroupIds
(Object,
UserAccessBean |
Change in return type from
NdIndexedCollection to
com.ibm.commerce.rules.project.NdIndexedCollection . |
Use the version which takes two parameters. |
NdIndexedCollection
getMemberGroupIds
(Object,
UserAccessBean |
Change in return type from
NdIndexedCollection to
com.ibm.commerce.rules.project.NdIndexedCollection . |
Use the version which takes two parameters. |
NdIndexedCollection
getMemberGroups
(Object,
UserAccessBean |
Change in return type from
NdIndexedCollection to
com.ibm.commerce.rules.project.NdIndexedCollection . |
Retrieves the collection of member groups to which the specified user belongs constrained by the specified store then maps that collection into the Advisor project as a fixed array of Member Group Result Beans. |
NdIndexedCollection
getMemberGroups
(Object,
UserAccessBean |
Change in return type from
NdIndexedCollection to
com.ibm.commerce.rules.project.NdIndexedCollection . |
Retrieves the collection of member groups to which the specified user belongs constrained by the specified store then maps that collection into the Advisor project as a fixed array of Member Group Result Beans. |
NdModifiableIndexedCollection
getOrderItemsFromPastOrders
(Object,
UserAccessBean |
Change in return type from
NdModifiableIndexedCollection to
com.ibm.commerce.rules.project.NdModifiableIndexedCollection . |
Retrieves the collection of order items from the specified user's past orders. |
NdModifiableIndexedCollection
getOrderItemsFromPastOrders
(Object,
UserAccessBean |
Change in return type from
NdModifiableIndexedCollection to
com.ibm.commerce.rules.project.NdModifiableIndexedCollection . |
Retrieves the set of order items
(Set[OrderItemAccessBean] ) from the specified user's past
orders. |
NdModifiableIndexedCollection
getOrderItemsFromShopcart
(Object,
UserAccessBean |
Change in return type from
NdModifiableIndexedCollection to
com.ibm.commerce.rules.project.NdModifiableIndexedCollection . |
Retrieves the set of order items
(Set[OrderItemAccessBean] ) in the specified user's shopcart
constrained by the specified store. |
NdModifiableIndexedCollection
getOrderItemsFromShopcart
(Object,
UserAccessBean |
Change in return type from
NdModifiableIndexedCollection to
com.ibm.commerce.rules.project.NdModifiableIndexedCollection . |
Time bomb. |