com.logicaldoc.web.admin
Class GroupForm.Preference
java.lang.Object
com.logicaldoc.web.admin.GroupForm.Preference
- Enclosing class:
- GroupForm
public class GroupForm.Preference
- extends java.lang.Object
Inner class to define the Preference Bean user only by the Group
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GroupForm.Preference
public GroupForm.Preference()
isInsertHidden
public boolean isInsertHidden()
setInsertHidden
public void setInsertHidden(boolean insertHidden)
isInsertReadOnly
public boolean isInsertReadOnly()
setInsertReadOnly
public void setInsertReadOnly(boolean insertReadOnly)
isInsertMandatory
public boolean isInsertMandatory()
setInsertMandatory
public void setInsertMandatory(boolean insertMandatory)
isEditHidden
public boolean isEditHidden()
setEditHidden
public void setEditHidden(boolean editHidden)
isEditReadOnly
public boolean isEditReadOnly()
setEditReadOnly
public void setEditReadOnly(boolean editReadOnly)
isEditMandatory
public boolean isEditMandatory()
setEditMandatory
public void setEditMandatory(boolean editMandatory)
getLabel
public java.lang.String getLabel()
setLabel
public void setLabel(java.lang.String label)
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)
decodePreferences
public void decodePreferences(java.lang.String str)
- Decode the preferences definitions from a string of ones and zeros as
described in
FieldPreferences
updateGroup
public void updateGroup(com.logicaldoc.core.security.Group group)
- Sets the proper extended attribute on the given group
- Parameters:
group
-
Copyright © 2008-2010 Logical Objects. All Rights Reserved.