nl.gx.webmanager.services.seo.dao
Interface DBPageFriendlyURLEntityDAO
- All Superinterfaces:
- FriendlyURLEntityDAO
- All Known Implementing Classes:
- DBPageFriendlyURLEntityDAOImpl
public interface DBPageFriendlyURLEntityDAO
- extends FriendlyURLEntityDAO
Data access methods specific for friendly URLs of database pages.
- Author:
- Sander Dahlberg
| Methods inherited from interface nl.gx.webmanager.services.seo.dao.FriendlyURLEntityDAO |
activate, create, delete, deleteAll, deleteById, getEntity, getEntityById, getURLTitle, lastCurrent, makeIdentifierUnique, refer, refer, updateIdentifiers |
getEntity
FriendlyURLEntity getEntity(int dbId,
int typeOfPageId)
throws FriendlyURLException
- Returns a friendly URL entity specific for database pages. An entity is specified by the identifiers of
a database page.
- Parameters:
dbId - Specifies a specific entity of a database page type.typeOfPageId - Specifies a database page type.
- Returns:
- Database page friendly URL entity object.
- Throws:
FriendlyURLException - If any database access fails.
Copyright © 2007-2011 GX Software BV. All Rights Reserved.