com.fatwire.gst.foundation.url.db
Class UrlRegistryDaoImpl

java.lang.Object
  extended by com.fatwire.gst.foundation.url.db.UrlRegistryDaoImpl
All Implemented Interfaces:
UrlRegistryDao

public class UrlRegistryDaoImpl
extends Object
implements UrlRegistryDao

WraPathTranslationService that is backed by the GSTUrlRegistry table.

Since:
November 1, 2011
Author:
Dolf Dijkstra

Field Summary
static String TABLE_ACL_LIST
           
 
Constructor Summary
UrlRegistryDaoImpl(COM.FutureTense.Interfaces.ICS ics)
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TABLE_ACL_LIST

public static String TABLE_ACL_LIST
Constructor Detail

UrlRegistryDaoImpl

public UrlRegistryDaoImpl(COM.FutureTense.Interfaces.ICS ics)
Method Detail

install

public void install()

isInstalled

public boolean isInstalled()

resolveAsset

public List<com.fatwire.gst.foundation.url.db.VanityUrl> resolveAsset(String virtual_webroot,
                                                                      String url_path)
Specified by:
resolveAsset in interface UrlRegistryDao

add

public void add(SimpleWra wra,
                VirtualWebroot vw,
                String site)
Specified by:
add in interface UrlRegistryDao

update

public void update(com.fatwire.gst.foundation.url.db.VanityUrl url)
Specified by:
update in interface UrlRegistryDao

read

public com.fatwire.gst.foundation.url.db.VanityUrl read(com.fatwire.assetapi.data.AssetId id)
Specified by:
read in interface UrlRegistryDao

delete

public void delete(com.fatwire.assetapi.data.AssetId id)
Specified by:
delete in interface UrlRegistryDao

clear

public void clear()
Specified by:
clear in interface UrlRegistryDao


Copyright © 2010-2013 Oracle Corporation. All Rights Reserved.