Skip navigation links
A B C E F G I P R S U 

A

AbstractPuiNotificationsException - Exception in es.prodevelop.pui9.notifications.exceptions
 
AbstractPuiNotificationsException(Exception, Integer) - Constructor for exception es.prodevelop.pui9.notifications.exceptions.AbstractPuiNotificationsException
 
AbstractPuiNotificationsException(Integer) - Constructor for exception es.prodevelop.pui9.notifications.exceptions.AbstractPuiNotificationsException
 
AbstractPuiNotificationsException(Integer, Object...) - Constructor for exception es.prodevelop.pui9.notifications.exceptions.AbstractPuiNotificationsException
 
afterDelete(IPuiUserFcm) - Method in class es.prodevelop.pui9.notifications.service.PuiUserFcmService
 
afterInsert(IPuiUserFcm) - Method in class es.prodevelop.pui9.notifications.service.PuiUserFcmService
 
afterUpdate(IPuiUserFcm, IPuiUserFcm) - Method in class es.prodevelop.pui9.notifications.service.PuiUserFcmService
 

B

beforeInsert(IPuiUserFcm) - Method in class es.prodevelop.pui9.notifications.service.PuiUserFcmService
 
beforeUpdate(IPuiUserFcm, IPuiUserFcm) - Method in class es.prodevelop.pui9.notifications.service.PuiUserFcmService
 

C

CODE - Static variable in exception es.prodevelop.pui9.notifications.exceptions.PuiNotificationsAnonymousNotAllowedException
 

E

es.prodevelop.pui9.notifications.eventlistener.event - package es.prodevelop.pui9.notifications.eventlistener.event
 
es.prodevelop.pui9.notifications.exceptions - package es.prodevelop.pui9.notifications.exceptions
 
es.prodevelop.pui9.notifications.messages - package es.prodevelop.pui9.notifications.messages
 
es.prodevelop.pui9.notifications.service - package es.prodevelop.pui9.notifications.service
 
es.prodevelop.pui9.notifications.service.interfaces - package es.prodevelop.pui9.notifications.service.interfaces
 

F

FcmTokenRegisteredEvent - Class in es.prodevelop.pui9.notifications.eventlistener.event
Event for new FCM Token registered
FcmTokenRegisteredEvent(IPuiUserFcm) - Constructor for class es.prodevelop.pui9.notifications.eventlistener.event.FcmTokenRegisteredEvent
 
FcmTokenUnregisteredEvent - Class in es.prodevelop.pui9.notifications.eventlistener.event
Event for new FCM Token unregistered
FcmTokenUnregisteredEvent(IPuiUserFcm) - Constructor for class es.prodevelop.pui9.notifications.eventlistener.event.FcmTokenUnregisteredEvent
 

G

getAnonymousNotAllowed_701() - Method in class es.prodevelop.pui9.notifications.messages.PuiNotificationsResourceBundle
 
getAnonymousNotAllowed_701() - Method in class es.prodevelop.pui9.notifications.messages.PuiNotificationsResourceBundle_ca
 
getAnonymousNotAllowed_701() - Method in class es.prodevelop.pui9.notifications.messages.PuiNotificationsResourceBundle_en
 
getAnonymousNotAllowed_701() - Method in class es.prodevelop.pui9.notifications.messages.PuiNotificationsResourceBundle_es
 
getAnonymousNotAllowed_701() - Method in class es.prodevelop.pui9.notifications.messages.PuiNotificationsResourceBundle_fr
 
getMessages() - Method in class es.prodevelop.pui9.notifications.messages.PuiNotificationsResourceBundle
 
getResourceBundleClass() - Method in class es.prodevelop.pui9.notifications.messages.PuiNotificationsMessages
 
getSingleton() - Static method in class es.prodevelop.pui9.notifications.messages.PuiNotificationsMessages
 
getStatusResponse() - Method in exception es.prodevelop.pui9.notifications.exceptions.PuiNotificationsAnonymousNotAllowedException
 

I

IPuiUserFcmService - Interface in es.prodevelop.pui9.notifications.service.interfaces
 

P

PuiFcmClient - Class in es.prodevelop.pui9.notifications.service
This component initializes the Firebase Application using the configuration set in the firebase.json file.
PuiNotificationsAnonymousNotAllowedException - Exception in es.prodevelop.pui9.notifications.exceptions
 
PuiNotificationsAnonymousNotAllowedException() - Constructor for exception es.prodevelop.pui9.notifications.exceptions.PuiNotificationsAnonymousNotAllowedException
 
PuiNotificationsMessages - Class in es.prodevelop.pui9.notifications.messages
Utility class to get internationalized messages for PUI Notifications
PuiNotificationsResourceBundle - Class in es.prodevelop.pui9.notifications.messages
More specific implementation of AbstractPuiListResourceBundle for PUI Notifications component
PuiNotificationsResourceBundle() - Constructor for class es.prodevelop.pui9.notifications.messages.PuiNotificationsResourceBundle
 
PuiNotificationsResourceBundle_ca - Class in es.prodevelop.pui9.notifications.messages
Catalan Translation for PUI Notifications component messages
PuiNotificationsResourceBundle_ca() - Constructor for class es.prodevelop.pui9.notifications.messages.PuiNotificationsResourceBundle_ca
 
PuiNotificationsResourceBundle_en - Class in es.prodevelop.pui9.notifications.messages
English Translation for PUI Notifications component messages
PuiNotificationsResourceBundle_en() - Constructor for class es.prodevelop.pui9.notifications.messages.PuiNotificationsResourceBundle_en
 
PuiNotificationsResourceBundle_es - Class in es.prodevelop.pui9.notifications.messages
Spanish Translation for PUI Notifications component messages
PuiNotificationsResourceBundle_es() - Constructor for class es.prodevelop.pui9.notifications.messages.PuiNotificationsResourceBundle_es
 
PuiNotificationsResourceBundle_fr - Class in es.prodevelop.pui9.notifications.messages
French Translation for PUI Notifications component messages
PuiNotificationsResourceBundle_fr() - Constructor for class es.prodevelop.pui9.notifications.messages.PuiNotificationsResourceBundle_fr
 
PuiUserFcmService - Class in es.prodevelop.pui9.notifications.service
 
PuiUserFcmService() - Constructor for class es.prodevelop.pui9.notifications.service.PuiUserFcmService
 

R

registerUserFcmToken(IPuiUserFcm) - Method in interface es.prodevelop.pui9.notifications.service.interfaces.IPuiUserFcmService
Register the given token of the user
registerUserFcmToken(IPuiUserFcm) - Method in class es.prodevelop.pui9.notifications.service.PuiUserFcmService
 

S

sendToTokens(List<String>, String, String, Map<String, String>) - Method in class es.prodevelop.pui9.notifications.service.PuiFcmClient
Send a message to the given tokens with the given title, body and data.
sendToTopic(String, String, String, Map<String, String>) - Method in class es.prodevelop.pui9.notifications.service.PuiFcmClient
Send a message to a topic with the given given title, body and data.
sendToUser(String, String, String, Map<String, String>) - Method in class es.prodevelop.pui9.notifications.service.PuiFcmClient
Send a message to the given user with the given title, body and data.
subscribeUserToTopic(String, String, String) - Method in class es.prodevelop.pui9.notifications.service.PuiFcmClient
Subscribe the user to the given topic

U

unregisterUserFcmToken(IPuiUserFcmPk) - Method in interface es.prodevelop.pui9.notifications.service.interfaces.IPuiUserFcmService
Unregister the given token of the user
unregisterUserFcmToken(IPuiUserFcmPk) - Method in class es.prodevelop.pui9.notifications.service.PuiUserFcmService
 
unsubscribeUserFromTopic(String, String, String) - Method in class es.prodevelop.pui9.notifications.service.PuiFcmClient
Unsubscribe the user from the given topic
A B C E F G I P R S U 
Skip navigation links

Copyright © 2021. All rights reserved.