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

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

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

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

Methods in net.sourceforge.fixagora.basis.client.model.editor with parameters of type FUserPartyID
 void FUserPartyIDTableModel.addFUserPartyID(FUserPartyID fUserPartyID)
          Adds the f user party id.
 void FUserPartyIDTableModel.remove(FUserPartyID fUserPartyID)
          Removes the.
 

Method parameters in net.sourceforge.fixagora.basis.client.model.editor with type arguments of type FUserPartyID
 void FUserPartyIDTableModel.updateFuserPartyIDs(java.util.List<FUserPartyID> list)
          Update fuser party i ds.
 

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

Methods in net.sourceforge.fixagora.basis.client.view.dialog that return FUserPartyID
 FUserPartyID FUserPartyIDDialog.getFUserPartyID()
          Gets the f user party id.
 

Constructors in net.sourceforge.fixagora.basis.client.view.dialog with parameters of type FUserPartyID
FUserPartyIDDialog(FUserPartyID fUserPartyID, java.util.List<AbstractBusinessObject> businessComponents)
          Instantiates a new f user party id dialog.
 

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

Methods in net.sourceforge.fixagora.basis.shared.model.persistence that return types with arguments of type FUserPartyID
 java.util.List<FUserPartyID> FUser.getfUserPartyIDs()
          Gets the f user party i ds.
 

Methods in net.sourceforge.fixagora.basis.shared.model.persistence with parameters of type FUserPartyID
 int FUserPartyID.compareTo(FUserPartyID userPartyID)
           
 

Method parameters in net.sourceforge.fixagora.basis.shared.model.persistence with type arguments of type FUserPartyID
 void FUser.setfUserPartyIDs(java.util.List<FUserPartyID> fUserPartyIDs)
          Sets the f user party i ds.