com.mf.roundhouse.core.delegate
Class RoundhouseDelegate

java.lang.Object
  extended byBaseDelegate
      extended bycom.mf.roundhouse.core.delegate.RoundhouseDelegate
Direct Known Subclasses:
ConfigurableLinkDelegate, ContentModuleDelegate, ContentTypeDelegate, FeedbackHookConfigurationDelegate, ModuleDelegate, PasswordHistoryDelegate, PasswordPolicyDelegate, PortalColumnDelegate, PortalLayoutDelegate, PortletDefinitionDelegate, PortletPreferencesDelegate, RestaurantDelegate, SecretQuestionDelegate, SiteAnnouncementDelegate, SiteHitDelegate, StaticLinkDelegate, StreamableContentDelegate, UserDelegate, UserGroupDelegate, UserPropertyDelegate, VirtualHostDelegate

public abstract class RoundhouseDelegate
extends BaseDelegate

Author:
Jeffrey Payne
See Also:
Serialized Form

Constructor Summary
RoundhouseDelegate()
           
 
Method Summary
abstract  java.lang.String getDefaultString(RoundhouseObject anObject)
           
 java.lang.String getDisplayUrl(HttpServletRequest request, RoundhouseObject anObject)
           
 java.util.Collection searchObjects(java.lang.String searchString)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RoundhouseDelegate

public RoundhouseDelegate()
Method Detail

searchObjects

public java.util.Collection searchObjects(java.lang.String searchString)
                                   throws java.lang.Exception
Throws:
java.lang.Exception

getDisplayUrl

public java.lang.String getDisplayUrl(HttpServletRequest request,
                                      RoundhouseObject anObject)

getDefaultString

public abstract java.lang.String getDefaultString(RoundhouseObject anObject)


Copyright © 2004 Media Fortress, LLC. Licensed for commercial use under the Apache 2.0 License.