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 UrlRegistryDao
public void add(SimpleWra wra, VirtualWebroot vw, String site)
add
in interface UrlRegistryDao
public void update(com.fatwire.gst.foundation.url.db.VanityUrl url)
update
in interface UrlRegistryDao
public com.fatwire.gst.foundation.url.db.VanityUrl read(com.fatwire.assetapi.data.AssetId id)
read
in interface UrlRegistryDao
public void delete(com.fatwire.assetapi.data.AssetId id)
delete
in interface UrlRegistryDao
public void clear()
clear
in interface UrlRegistryDao
Copyright © 2010-2016 Oracle Corporation. All Rights Reserved.