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

Packages that use SpreadSheetCondition
net.sourceforge.fixagora.basis.server.control.spreadsheet   
net.sourceforge.fixagora.basis.shared.model.persistence   
 

Uses of SpreadSheetCondition in net.sourceforge.fixagora.basis.server.control.spreadsheet
 

Methods in net.sourceforge.fixagora.basis.server.control.spreadsheet that return SpreadSheetCondition
 SpreadSheetCondition ConditionUpdateSet.getSpreadSheetCondition()
          Gets the spread sheet condition.
 

Constructors in net.sourceforge.fixagora.basis.server.control.spreadsheet with parameters of type SpreadSheetCondition
ConditionUpdateSet(org.apache.poi.ss.usermodel.Cell originalCell, org.apache.poi.hssf.usermodel.HSSFCell conditionCell, SpreadSheetCondition spreadSheetCondition, int conditionNumber)
          Instantiates a new condition update set.
 

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

Methods in net.sourceforge.fixagora.basis.shared.model.persistence that return SpreadSheetCondition
 SpreadSheetCondition SpreadSheetCondition.clone()
           
 SpreadSheetCondition SpreadSheetConditionalFormat.getSpreadSheetCondition1()
          Gets the spread sheet condition1.
 SpreadSheetCondition SpreadSheetConditionalFormat.getSpreadSheetCondition2()
          Gets the spread sheet condition2.
 SpreadSheetCondition SpreadSheetConditionalFormat.getSpreadSheetCondition3()
          Gets the spread sheet condition3.
 

Methods in net.sourceforge.fixagora.basis.shared.model.persistence with parameters of type SpreadSheetCondition
 boolean SpreadSheetCondition.isSameFormat(SpreadSheetCondition spreadSheetCondition)
          Checks if is same format.
 void SpreadSheetConditionalFormat.setSpreadSheetCondition1(SpreadSheetCondition spreadSheetCondition1)
          Sets the spread sheet condition1.
 void SpreadSheetConditionalFormat.setSpreadSheetCondition2(SpreadSheetCondition spreadSheetCondition2)
          Sets the spread sheet condition2.
 void SpreadSheetConditionalFormat.setSpreadSheetCondition3(SpreadSheetCondition spreadSheetCondition3)
          Sets the spread sheet condition3.
 void SpreadSheetCondition.update(SpreadSheetCondition spreadSheetCondition)
          Update.