Uses of Class
net.sourceforge.fixagora.basis.shared.model.persistence.SecurityAttribute

Packages that use SecurityAttribute
net.sourceforge.fixagora.basis.client.model.editor   
net.sourceforge.fixagora.basis.client.view.dialog   
net.sourceforge.fixagora.basis.shared.model.persistence   
 

Uses of SecurityAttribute in net.sourceforge.fixagora.basis.client.model.editor
 

Methods in net.sourceforge.fixagora.basis.client.model.editor that return SecurityAttribute
 SecurityAttribute SecurityAttributeTableModel.get(int index)
          Gets the.
 

Methods in net.sourceforge.fixagora.basis.client.model.editor with parameters of type SecurityAttribute
 void SecurityAttributeTableModel.addSecurityAttribute(SecurityAttribute securityAttribute)
          Adds the security attribute.
 void SecurityAttributeTableModel.remove(SecurityAttribute securityAttribute)
          Removes the.
 

Method parameters in net.sourceforge.fixagora.basis.client.model.editor with type arguments of type SecurityAttribute
 void SecurityAttributeTableModel.updateSecurityAttributes(java.util.List<SecurityAttribute> list)
          Update security attributes.
 

Uses of SecurityAttribute in net.sourceforge.fixagora.basis.client.view.dialog
 

Methods in net.sourceforge.fixagora.basis.client.view.dialog that return SecurityAttribute
 SecurityAttribute SecurityAttributeDialog.getSecurityAttribute()
          Gets the security attribute.
 

Constructors in net.sourceforge.fixagora.basis.client.view.dialog with parameters of type SecurityAttribute
SecurityAttributeDialog(SecurityAttribute securityAttribute)
          Instantiates a new security attribute dialog.
 

Uses of SecurityAttribute in net.sourceforge.fixagora.basis.shared.model.persistence
 

Methods in net.sourceforge.fixagora.basis.shared.model.persistence that return types with arguments of type SecurityAttribute
 java.util.List<SecurityAttribute> SecurityDetails.getSecurityAttribute()
          Gets the security attribute.
 

Method parameters in net.sourceforge.fixagora.basis.shared.model.persistence with type arguments of type SecurityAttribute
 void SecurityDetails.setSecurityAttribute(java.util.List<SecurityAttribute> securityAttribute)
          Sets the security attribute.