Uses of Class
com.skava.model.datatransferobjects.UsersEventPayLoad
Packages that use UsersEventPayLoad
-
Uses of UsersEventPayLoad in com.skava.util
Methods in com.skava.util that return UsersEventPayLoadModifier and TypeMethodDescriptionstatic UsersEventPayLoad
UserNotificationUtil.getRequiredParamsForEvent
(boolean inviteUserFlag, List<CollectionAttributeEntity> collectionAttributes, Collection collection, CollectionCommonServices collectionCommonServices, boolean isLoadCollectionProperties) This method is used to get required params for event.Methods in com.skava.util with parameters of type UsersEventPayLoadModifier and TypeMethodDescriptionstatic void
UserNotificationUtil.sendingNotificationForUser
(com.skava.core.event.EventClientComponent eventClientComponent, UsersEventPayLoad userEventPayLoad, String routingKey, List<Users> usersList, Collection collection, long storeId, String authToken) This method is used to send Notification in invite user.