Package overit.geocallapp.wfm.messages
Class PropertiesMessages.Message
java.lang.Object
overit.geocallapp.utilities.config.Properties
overit.geocallapp.wfm.messages.PropertiesMessages.Message
- Enclosing class:
PropertiesMessages
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringReturns the push mail activation.static LongReturns the number of incremental days for sending the notification email.static StringReturns the push message activation.static StringReturns the push notification activation.static LongReturns the maximum limit (in days) of notifications validity: after this deadline notifications will be deleted.Methods inherited from class overit.geocallapp.utilities.config.Properties
getBooleanProperty, getBooleanProperty, getBooleanSystemProperty, getBooleanSystemProperty, getDoubleProperty, getDoubleProperty, getIntegerProperty, getIntegerProperty, getIntegerSystemProperty, getIntegerSystemProperty, getLongProperty, getLongProperty, getStringListProperty, getStringListProperty, getStringProperty, getStringProperty, getStringSystemProperty, getStringSystemProperty
-
Method Details
-
getPushNotificationActivation
Returns the push notification activation. The available values are:NONEDAILY_PLANAUTOMATICALL
NONE.- Returns:
- the push notification activation
- See Also:
-
getPushMessageActivation
Returns the push message activation. The available values are:NONEDAILY_PLANAUTOMATICALL
NONE.- Returns:
- the push message activation
- See Also:
-
getPushMailActivation
Returns the push mail activation. The available values are:NONEDAILY_PLANAUTOMATICALL
NONE.- Returns:
- the push mail activation
- See Also:
-
getPushNotificationExpirationDays
Returns the maximum limit (in days) of notifications validity: after this deadline notifications will be deleted. The default value is1.- Returns:
- the push notification expiration days
-
getPushMailSendingRange
Returns the number of incremental days for sending the notification email.- Returns:
- the range mail sending days
-