Modifier and Type | Method and Description |
---|---|
List<com.amazonaws.services.sns.model.SubscribeResult> |
NotificationTools.subscribeToTopic(String topicArn,
String protocol,
List<String> endpointArns)
Subscribe Endpoints to the topic
|
Modifier and Type | Method and Description |
---|---|
void |
AmazonSNSDispatcher.broadcast(M msg)
Single Message Sent to Multiple Recipients
|
void |
AmazonSNSDispatcher.dispatch(List<M> message)
Sends nth Message to the nth Recipient
|
Modifier and Type | Method and Description |
---|---|
Comment |
CommentServiceImpl.publish(Comment content) |
Modifier and Type | Method and Description |
---|---|
C |
GenericHierarchyContentServiceImpl.publish(C content)
Performs operations needed to publish the content and its related attributes, facets etc.
|
C |
GenericContentServiceImpl.publish(C content)
Performs operations needed to publish the content and its related attributes, facets etc.
|
ContentDescriber |
ContentServiceImpl.publish(ContentDescriber content)
Deprecated.
Performs operations needed to publish the content and its related attributes, facets etc.
|
Modifier and Type | Method and Description |
---|---|
void |
OrderService.checkItemProductsStillLocked(O order)
For some operations like sending invoice etc it may be necessary for the order to have a lock on all its products;
Warn by throwing
getFailed() of all Products that are not locked. |
void |
DefaultOrderService.checkItemProductsStillLocked(O order)
For some operations like sending invoice etc it may be necessary for the order to have a lock on all its products;
Warn by throwing
getFailed() of all Products that are not locked. |
void |
OrderService.lockProductsForOrder(O order,
String causeSource)
Order s maintain referential integrity over Products that are used by them. |
void |
DefaultOrderService.lockProductsForOrder(O order,
String causeSource) |
void |
PromotionService.notifyAllListeners(List<String> userCouponIds,
Promotion promotion,
Object... context)
Allow notifications using the coupon Id notation; notify all users of the Coupons about something.
|
void |
DefaultPromotionService.notifyAllListeners(List<String> userCouponIds,
Promotion promotion,
Object... context) |
Modifier and Type | Method and Description |
---|---|
protected PartialTransactionException |
StrategiesService._strategiesCalcData(Map<P,Number> productQtyMap,
List<CartItem> cartItems,
U user,
String currency,
List<PromotionForUser> promotions,
Amount subTotal,
Number totalQuantity,
Collection<String> paramNames,
EComSession session,
CONTEXT context,
PartialTransactionException pte)
Can override if there are any App specific Strategies not handled by this default service
|
Modifier and Type | Method and Description |
---|---|
protected PartialTransactionException |
StrategiesService._strategiesCalcData(Map<P,Number> productQtyMap,
List<CartItem> cartItems,
U user,
String currency,
List<PromotionForUser> promotions,
Amount subTotal,
Number totalQuantity,
Collection<String> paramNames,
EComSession session,
CONTEXT context,
PartialTransactionException pte)
Can override if there are any App specific Strategies not handled by this default service
|
Modifier and Type | Method and Description |
---|---|
Post |
PostServiceImpl.publish(Post content) |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
AbstractTokenNotificationListener.dispatch(List<N> messages)
Raw dispatch of messages without
Feedback processing |
Modifier and Type | Method and Description |
---|---|
List<T> |
TokenContainerService.update(C tokenContainer,
List<T> tokens,
TokenEvent<T> tokenEvent)
Update
Token s passed from an API which is untrusted. |
Copyright © 2018. All rights reserved.