|
|||||||||
| 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 |
addParamAtExecuteRow(int count,
org.jdom.Element c,
java.lang.StringBuffer 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 |
|---|
getValue, toString, toText |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Method Detail |
|---|
Page getAttributePage(java.lang.String id,
org.jdom.Document query)
throws ApplicationException
id - - the id of the attribute if method is called in edit mode.query - - the context query
ApplicationException
Page getConditionPage(java.lang.String id,
org.jdom.Document query)
throws ApplicationException
id - - the id of the condition if method is called in edit mode.query - - the context query
ApplicationException
java.util.List addParamAtExecuteRow(int count,
org.jdom.Element c,
java.lang.StringBuffer javascript,
Query q)
throws ApplicationException
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 StringBufferq - - the query object containing this condition
ApplicationExceptionAttribute getAttribute()
void setAttribute(Attribute a)
a - - set the attribute of schema which refers to this objectEntity getEntity()
void setEntity(Entity e)
e - - set the entity
void addSelectAttributeToQuery(Query q,
org.jdom.Element select)
throws ApplicationException
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 attribute
ApplicationException
void addConditionToQuery(Query q,
org.jdom.Element c)
throws ApplicationException
Query.addCondition(String, String, String, String, Vector)
q - - the query Object, where condtion has to be addedc - - the xml element of type condition
ApplicationException
void setValue(java.sql.ResultSet rs,
org.jdom.Element selectAttribute,
Query q)
throws ApplicationException
rs - - the result set of the queryselectAttribute - - the xml-element attribute of the queryq - - the query object
ApplicationException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||