|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ReportingData
Interface ReportingData Inteface for all ReportingData, which does not fit to Standard Datatypes
Method Summary | |
---|---|
void |
addConditionToQuery(Query q,
org.jdom.Element c)
Adds the XMLAttribute as a conditon to the query. |
java.util.List<? extends java.lang.Object> |
addParamAtExecuteRow(int count,
org.jdom.Element c,
java.lang.StringBuilder javascript,
Query q)
Adds a row of HTML |
void |
addSelectAttributeToQuery(Query q,
org.jdom.Element select)
Adds the XMLAttribute as a select attribute to the query. |
Attribute |
getAttribute()
|
Page |
getAttributePage(java.lang.String id,
org.jdom.Document query)
Returns the AttributeOptions Page for this Data type. |
Page |
getConditionPage(java.lang.String id,
org.jdom.Document query)
Returns the ConditonOptions Page for this Data type |
Entity |
getEntity()
|
void |
setAttribute(Attribute a)
|
void |
setEntity(Entity e)
|
void |
setValue(java.sql.ResultSet rs,
org.jdom.Element selectAttribute,
Query q)
Sets the value of this object. |
Methods inherited from interface com.groiss.reporting.export.ReportingExportable |
---|
compareTo, getValue, setValue, toHtml, toText |
Method Detail |
---|
Page getAttributePage(java.lang.String id, org.jdom.Document query)
id
- - the id of the attribute if method is called in edit mode.query
- - the context query
Page getConditionPage(java.lang.String id, org.jdom.Document query)
id
- - the id of the condition if method is called in edit mode.query
- - the context query
java.util.List<? extends java.lang.Object> addParamAtExecuteRow(int count, org.jdom.Element c, java.lang.StringBuilder javascript, Query q)
count
- - a counter, to gain the the names of operator and value fields.c
- - the condition, which requires the param at execution mode.javascript
- - may be additional javascript is needed. append it to this StringBuilderq
- - the query object containing this condition
Attribute getAttribute()
void setAttribute(Attribute a)
a
- - set the attribute of schema which refers to this objectEntity getEntity()
void setEntity(Entity e)
e
- - set the entityvoid addSelectAttributeToQuery(Query q, org.jdom.Element select)
Query.addSelect(String, String, String, String, boolean, boolean)
and Query.addSelectNameOfAttrib(Element, String)
!
q
- - the query Object, where select attribute is addedselect
- - the xml element of type attributevoid addConditionToQuery(Query q, org.jdom.Element c)
Query.addCondition(String, String, String, String, List)
q
- - the query Object, where condtion has to be addedc
- - the xml element of type conditionvoid setValue(java.sql.ResultSet rs, org.jdom.Element selectAttribute, Query q)
rs
- - the result set of the queryselectAttribute
- - the xml-element attribute of the queryq
- - the query object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |