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

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

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

Methods in net.sourceforge.fixagora.basis.client.model.editor with parameters of type SecurityAltIDGroup
 void SecurityAltIDTableModel.addSecurityAltIDGroup(SecurityAltIDGroup securityAltIDGroup)
          Adds the security alt id group.
 

Method parameters in net.sourceforge.fixagora.basis.client.model.editor with type arguments of type SecurityAltIDGroup
 void SecurityAltIDTableModel.updateSecurityAltIDGroups(java.util.List<SecurityAltIDGroup> securityAltIDGroups)
          Update security alt id groups.
 

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

Methods in net.sourceforge.fixagora.basis.client.view.dialog that return SecurityAltIDGroup
 SecurityAltIDGroup SecurityAltIDDialog.getSecurityAltIDGroup()
          Gets the security alt id group.
 

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

Methods in net.sourceforge.fixagora.basis.shared.model.persistence that return types with arguments of type SecurityAltIDGroup
 java.util.List<SecurityAltIDGroup> SecurityDetails.getSecurityAltIDGroups()
          Gets the security alt id groups.
 

Method parameters in net.sourceforge.fixagora.basis.shared.model.persistence with type arguments of type SecurityAltIDGroup
 void SecurityDetails.setSecurityAltIDGroups(java.util.List<SecurityAltIDGroup> securityAltIDGroups)
          Sets the security alt id groups.