com.logicaldoc.web.admin
Class GroupForm.Preference

java.lang.Object
  extended by 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


Constructor Summary
GroupForm.Preference()
           
 
Method Summary
 void decodePreferences(java.lang.String str)
          Decode the preferences definitions from a string of ones and zeros as described in FieldPreferences
 java.lang.String getLabel()
           
 java.lang.String getName()
           
 boolean isEditHidden()
           
 boolean isEditMandatory()
           
 boolean isEditReadOnly()
           
 boolean isInsertHidden()
           
 boolean isInsertMandatory()
           
 boolean isInsertReadOnly()
           
 void setEditHidden(boolean editHidden)
           
 void setEditMandatory(boolean editMandatory)
           
 void setEditReadOnly(boolean editReadOnly)
           
 void setInsertHidden(boolean insertHidden)
           
 void setInsertMandatory(boolean insertMandatory)
           
 void setInsertReadOnly(boolean insertReadOnly)
           
 void setLabel(java.lang.String label)
           
 void setName(java.lang.String name)
           
 void updateGroup(com.logicaldoc.core.security.Group group)
          Sets the proper extended attribute on the given group
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroupForm.Preference

public GroupForm.Preference()
Method Detail

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.