nl.gx.webmanager.services.seo.dao
Interface GenericIncomingFriendlyURLEntityDAO

All Known Implementing Classes:
GenericIncomingFriendlyURLEntityDAOImpl

public interface GenericIncomingFriendlyURLEntityDAO

Data access methods for generic friendly URLs.

Author:
Hallo Khaznadar

Method Summary
 GenericIncomingFriendlyURLEntity getGenericIncomingFriendlyURLEntity(java.lang.String urlIdentifier, java.lang.String host)
          Returns empty array if nothing found.
 GenericIncomingFriendlyURLEntity getReferenceGenericIncomingFriendlyURLEntity(int refIdentifier)
          Returns empty array if nothing found.
 

Method Detail

getGenericIncomingFriendlyURLEntity

GenericIncomingFriendlyURLEntity getGenericIncomingFriendlyURLEntity(java.lang.String urlIdentifier,
                                                                     java.lang.String host)
                                                                     throws FriendlyURLException
Returns empty array if nothing found.

Parameters:
urlIdentifier - The URL identifier for which its friendly URL entity is returned.
host - The host for which its friendly URL entity is returned.
Returns:
empty array if nothing found
Throws:
FriendlyURLException - If any database access fails.

getReferenceGenericIncomingFriendlyURLEntity

GenericIncomingFriendlyURLEntity getReferenceGenericIncomingFriendlyURLEntity(int refIdentifier)
                                                                              throws FriendlyURLException
Returns empty array if nothing found.

Parameters:
refIdentifier - The URL identifier for which its friendly URL entity is returned.
Returns:
Generic friendly URL entity.
Throws:
FriendlyURLException - If any database access fails.


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