|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnl.gx.webmanager.services.seo.dao.impl.GenericIncomingFriendlyURLEntityDAOImpl
public final class GenericIncomingFriendlyURLEntityDAOImpl
Generic incoming friendly URL entity DAO class.
| Constructor Summary | |
|---|---|
GenericIncomingFriendlyURLEntityDAOImpl(SEODatabaseUtil seoDatabaseUtil)
|
|
| 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. |
protected static java.lang.String[] |
getSelectDBFields()
Returns an array of database column names which together represents an incoming friendly URL entity. |
protected SEODatabaseUtil |
getSEODatabaseUtil()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GenericIncomingFriendlyURLEntityDAOImpl(SEODatabaseUtil seoDatabaseUtil)
seoDatabaseUtil - Reference to the friendly URL database util class.| Method Detail |
|---|
public GenericIncomingFriendlyURLEntity getGenericIncomingFriendlyURLEntity(java.lang.String urlIdentifier,
java.lang.String host)
throws FriendlyURLException
getGenericIncomingFriendlyURLEntity in interface GenericIncomingFriendlyURLEntityDAOurlIdentifier - The URL identifier for which its friendly URL entity is returned.host - The host for which its friendly URL entity is returned.
FriendlyURLException - If any database access fails.
public GenericIncomingFriendlyURLEntity getReferenceGenericIncomingFriendlyURLEntity(int refIdentifier)
throws FriendlyURLException
getReferenceGenericIncomingFriendlyURLEntity in interface GenericIncomingFriendlyURLEntityDAOrefIdentifier - The URL identifier for which its friendly URL entity is returned.
FriendlyURLException - If any database access fails.protected SEODatabaseUtil getSEODatabaseUtil()
protected static java.lang.String[] getSelectDBFields()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||