|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DatabaseEntity
Database enabled pages have a data source.
| Method Summary | |
|---|---|
QueryColumn[] |
getColumns()
Return the columns which are used for the detail screen. |
javax.sql.DataSource |
getDataSource()
Return data source. |
java.lang.String |
getDataSourceName()
Return data source name. |
java.lang.String |
getDataSourceType()
Return data source type. |
java.lang.String |
getIdentifier()
Return a string unique among all database entities. |
java.lang.String |
getInfoQuery()
Return query which retrieves the information of the reference. |
java.lang.String |
getQuery()
Return the query which is used to retrieve the title of the database reference with the ID from the Querystring. |
java.lang.String |
getQueryFromID(int entryId)
Return the query which is used to retrieve the title of the database reference with a given ID. |
java.lang.String |
getSearchQuery()
Return query which is used to search for a reference, e.g. |
| Methods inherited from interface nl.gx.webmanager.cms.integration.ResourceEntity |
|---|
getTitle |
| Methods inherited from interface nl.gx.webmanager.cms.core.ElementHolder |
|---|
addRelatedLink, createRichTextElements, getElementHolderElements, getElements, getElementsFBOMap, getFBOMap, getLastElement, getModelElements, getModelElementsFBOMap, getRelatedLink, getRelatedLinks, getWebsite, insertLastElementAtCursor, isAdditionalElementsAllowed, setElementHolderElements, setModelElements |
| Methods inherited from interface nl.gx.webmanager.cms.core.Presentable |
|---|
getPresentation, render, render, setPresentation |
| Methods inherited from interface nl.gx.webmanager.wrapper.Wrapper |
|---|
getId, getUUID, setId, setUUID |
| Method Detail |
|---|
java.lang.String getDataSourceName()
java.lang.String getDataSourceType()
javax.sql.DataSource getDataSource()
java.lang.String getInfoQuery()
java.lang.String getSearchQuery()
QueryColumn[] getColumns()
java.lang.String getQuery()
java.lang.String getQueryFromID(int entryId)
java.lang.String getIdentifier()
getIdentifier in interface ResourceEntity
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||