Class YellowpagesComponentSettings
java.lang.Object
org.silverpeas.components.yellowpages.YellowpagesComponentSettings
It gathers all the settings and i18n relative to the Yellowpages component.
- Author:
- mmoquillon
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe relative path of the properties file containing the settings of the Yellowpages component. -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanIndicates if extra data of a user are required.static org.silverpeas.kernel.bundle.SettingBundleGets all the settings of the Yellowpages component.
-
Field Details
-
SETTINGS_PATH
The relative path of the properties file containing the settings of the Yellowpages component.- See Also:
-
-
Method Details
-
getSettings
public static org.silverpeas.kernel.bundle.SettingBundle getSettings()Gets all the settings of the Yellowpages component.- Returns:
- the resource with the different component settings.
-
areUserExtraDataRequired
public static boolean areUserExtraDataRequired()Indicates if extra data of a user are required.- Returns:
- true if required, false otherwise.
-