|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.qbe.bo.Formula
public class Formula
The Class Formula.
Constructor Summary | |
---|---|
Formula(java.io.InputStream in)
Instantiates a new formula. |
Method Summary | |
---|---|
CalculatedField |
getCalculatedField(java.lang.String entityName)
Gets the calculated field. |
java.util.List |
getCalculatedFields(java.util.Iterator entityClasseIterator)
Gets the calculated fields. |
java.util.List |
getManualCalculatedFieldsForEntity(java.lang.String entityName)
Gets the manual calculated fields for entity. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Formula(java.io.InputStream in) throws org.dom4j.DocumentException
in
- the in
org.dom4j.DocumentException
- the document exceptionMethod Detail |
---|
public CalculatedField getCalculatedField(java.lang.String entityName)
entityName
- the entity name
public java.util.List getCalculatedFields(java.util.Iterator entityClasseIterator)
entityClasseIterator
- the entity classe iterator
public java.util.List getManualCalculatedFieldsForEntity(java.lang.String entityName)
entityName
- the entity name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |