Uses of Class
org.silverpeas.core.web.mvc.controller.PeasCoreException
-
Packages that use PeasCoreException Package Description org.silverpeas.web.personalization.control -
-
Uses of PeasCoreException in org.silverpeas.web.personalization.control
Methods in org.silverpeas.web.personalization.control that throw PeasCoreException Modifier and Type Method Description void
PersonalizationSessionController. addPreference(String componentId, String priorityId, String notificationId)
Method declarationvoid
PersonalizationSessionController. deleteNotifAddress(String aNotifAddressId)
Method declarationvoid
PersonalizationSessionController. deletePreference(String aPreferenceId)
Method declarationProperties
PersonalizationSessionController. getDefaultAddressProperties()
Get the default Notification addressList<Properties>
PersonalizationSessionController. getInstanceList()
Retourne la liste des composantsList<Properties>
PersonalizationSessionController. getNotifChannels()
Method declarationList<Properties>
PersonalizationSessionController. getNotificationAddresses()
Method declarationProperties
PersonalizationSessionController. getNotificationAddressProperties(String aNotificationAddressId)
Method declarationProperties
PersonalizationSessionController. getNotifPreference(String aPreferenceId)
Method declarationList<Properties>
PersonalizationSessionController. getNotifPreferences()
Method declarationvoid
PersonalizationSessionController. saveChannels(String selectedChannels)
void
PersonalizationSessionController. saveDelayedUserNotificationFrequency(String frequencyCode)
void
PersonalizationSessionController. saveNotifAddress(String aNotifAddressId, String aNotifName, String aChannelId, String aAddress, String aUsage)
Method declarationvoid
PersonalizationSessionController. setDefaultAddress(String aNotifAddressId)
Set the default Notification address Idvoid
PersonalizationSessionController. testNotifAddress(String aNotifAddressId)
Send a test message to the given notification address Id
-