public class UrlRegistryDaoImpl extends Object implements UrlRegistryDao
| Modifier and Type | Field and Description |
|---|---|
static String |
TABLE_ACL_LIST |
| Constructor and Description |
|---|
UrlRegistryDaoImpl(COM.FutureTense.Interfaces.ICS ics) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(SimpleWra wra,
VirtualWebroot vw,
String site) |
void |
clear() |
void |
delete(com.fatwire.assetapi.data.AssetId id) |
void |
install() |
boolean |
isInstalled() |
com.fatwire.gst.foundation.url.db.VanityUrl |
read(com.fatwire.assetapi.data.AssetId id) |
List<com.fatwire.gst.foundation.url.db.VanityUrl> |
resolveAsset(String virtual_webroot,
String url_path) |
void |
update(com.fatwire.gst.foundation.url.db.VanityUrl url) |
public static String TABLE_ACL_LIST
public void install()
public boolean isInstalled()
public List<com.fatwire.gst.foundation.url.db.VanityUrl> resolveAsset(String virtual_webroot, String url_path)
resolveAsset in interface UrlRegistryDaopublic void add(SimpleWra wra, VirtualWebroot vw, String site)
add in interface UrlRegistryDaopublic void update(com.fatwire.gst.foundation.url.db.VanityUrl url)
update in interface UrlRegistryDaopublic com.fatwire.gst.foundation.url.db.VanityUrl read(com.fatwire.assetapi.data.AssetId id)
read in interface UrlRegistryDaopublic void delete(com.fatwire.assetapi.data.AssetId id)
delete in interface UrlRegistryDaopublic void clear()
clear in interface UrlRegistryDaoCopyright © 2010-2016 Oracle Corporation. All Rights Reserved.