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

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

Deprecated.

@Deprecated
public class UrlRegistry
extends Object
implements WraPathTranslationService

WraPathTranslationService that is backed by the GSTUrlRegistry table.

Since:
Jun 17, 2010
Author:
Dolf.Dijkstra

Field Summary
static String TABLE_ACL_LIST
          Deprecated.  
 
Constructor Summary
UrlRegistry(COM.FutureTense.Interfaces.ICS ics, WraCoreFieldDao wraDao, VirtualWebrootDao vwDao)
          Deprecated.  
 
Method Summary
 void addAsset(com.fatwire.assetapi.data.AssetId asset)
          Deprecated.  
 void deleteAsset(com.fatwire.assetapi.data.AssetId id)
          Deprecated.  
 void install()
          Deprecated.  
 AssetIdWithSite resolveAsset(String virtual_webroot, String url_path)
          Deprecated. Look up the asset corresponding to the input virtual-webroot and url-path
 void updateAsset(com.fatwire.assetapi.data.AssetId id)
          Deprecated.  
 
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
Deprecated. 
Constructor Detail

UrlRegistry

@Deprecated
public UrlRegistry(COM.FutureTense.Interfaces.ICS ics,
                              WraCoreFieldDao wraDao,
                              VirtualWebrootDao vwDao)
Deprecated. 

Parameters:
ics -
wraDao -
vwDao -
Method Detail

install

public void install()
Deprecated. 

resolveAsset

public AssetIdWithSite resolveAsset(String virtual_webroot,
                                    String url_path)
Deprecated. 
Description copied from interface: WraPathTranslationService
Look up the asset corresponding to the input virtual-webroot and url-path

Specified by:
resolveAsset in interface WraPathTranslationService
Returns:
asset id and site

addAsset

public void addAsset(com.fatwire.assetapi.data.AssetId asset)
Deprecated. 
Specified by:
addAsset in interface WraPathTranslationService

updateAsset

public void updateAsset(com.fatwire.assetapi.data.AssetId id)
Deprecated. 
Specified by:
updateAsset in interface WraPathTranslationService

deleteAsset

public void deleteAsset(com.fatwire.assetapi.data.AssetId id)
Deprecated. 
Specified by:
deleteAsset in interface WraPathTranslationService


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