Uses of Interface
nl.gx.webmanager.cms.integration.DatabaseEntity
-
Packages that use DatabaseEntity Package Description nl.gx.webmanager.cms.integration This package contains interfaces related to integration of external things such as websites and databases.nl.gx.webmanager.services.contentapi -
-
Uses of DatabaseEntity in nl.gx.webmanager.cms.integration
Subinterfaces of DatabaseEntity in nl.gx.webmanager.cms.integration Modifier and Type Interface Description interface
DatabasePageType
Deprecated.As of WM 9.4.0, replace byDatabaseEntity
Methods in nl.gx.webmanager.cms.integration that return DatabaseEntity Modifier and Type Method Description DatabaseEntity
QueryColumnLink. getDatabaseEntity()
Return the database entity for the link. -
Uses of DatabaseEntity in nl.gx.webmanager.services.contentapi
Methods in nl.gx.webmanager.services.contentapi with parameters of type DatabaseEntity Modifier and Type Method Description Page
PageManagementService. createAndInsertDatabasePage(Page page, DatabaseEntity databaseEntity)
Creates a new database page below the given page as last page.
-