nl.gx.webmanager.cms.integration
Interface QueryColumnLink

All Superinterfaces:
Wrapper

public interface QueryColumnLink
extends Wrapper

Representation of the link defintion in the query. In WebManager it's possible to define columns (QueryColumn) and to define that the results for this column are links to database pages.


Method Summary
 QueryColumn getColumn()
          Return the column which is used as identifier for the database page.
 DatabaseEntity getDatabaseEntity()
          Return the database entity for the link.
 
Methods inherited from interface nl.gx.webmanager.wrapper.Wrapper
getId, getUUID, setId, setUUID
 

Method Detail

getColumn

QueryColumn getColumn()
Return the column which is used as identifier for the database page.

Returns:
the column which is used as identifier for the database page.

getDatabaseEntity

DatabaseEntity getDatabaseEntity()
Return the database entity for the link. This is translated to the typeofpage parameter in the querystring.

Returns:
the database entity for the link.


Copyright © 2007-2011 GX Software BV. All Rights Reserved.