Package de.xima.fc.helper
Class RollePropertyHelper
- java.lang.Object
- 
- de.xima.fc.helper.RollePropertyHelper
 
- 
 public class RollePropertyHelper extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description RollePropertyHelper()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static RollePropertiesreadProperties(String propertiesString)static booleanupdateAccessProperties(Rolle role)Sets the defaults for missing access properties on the role, and removes access properties that do not exist anymore or are deprecated.static StringwriteProperties(RolleProperties properties)
 
- 
- 
- 
Method Detail- 
writePropertiespublic static String writeProperties(RolleProperties properties) 
 - 
readPropertiespublic static RolleProperties readProperties(String propertiesString) 
 - 
updateAccessPropertiespublic static boolean updateAccessProperties(Rolle role) Sets the defaults for missing access properties on the role, and removes access properties that do not exist anymore or are deprecated.- Parameters:
- role- Role to be updated.
- Returns:
- Whether an error occurred during the update.
 
 
- 
 
-