com.mf.roundhouse.core.delegate
Class FeedbackHookConfigurationDelegate

java.lang.Object
  extended byBaseDelegate
      extended bycom.mf.roundhouse.core.delegate.RoundhouseDelegate
          extended bycom.mf.roundhouse.core.delegate.FeedbackHookConfigurationDelegate

public class FeedbackHookConfigurationDelegate
extends RoundhouseDelegate

Author:
Jeffrey Payne
See Also:
Serialized Form

Constructor Summary
FeedbackHookConfigurationDelegate()
           
 
Method Summary
 java.util.Collection findByContentType(ContentType type)
           
 FeedbackHookConfiguration findByContentType(ContentType type, FeedbackHook hook)
           
 FeedbackHook findHook(java.lang.String hookId)
           
 java.util.Collection gatherInstalledFeedbackHooks()
           
 java.lang.String getDefaultString(RoundhouseObject anObject)
           
 java.lang.Class getDelegatedClass()
           
 
Methods inherited from class com.mf.roundhouse.core.delegate.RoundhouseDelegate
getDisplayUrl, searchObjects
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FeedbackHookConfigurationDelegate

public FeedbackHookConfigurationDelegate()
Method Detail

getDelegatedClass

public java.lang.Class getDelegatedClass()

findHook

public FeedbackHook findHook(java.lang.String hookId)
                      throws java.lang.Exception
Throws:
java.lang.Exception

findByContentType

public FeedbackHookConfiguration findByContentType(ContentType type,
                                                   FeedbackHook hook)
                                            throws java.lang.Exception
Throws:
java.lang.Exception

findByContentType

public java.util.Collection findByContentType(ContentType type)
                                       throws java.lang.Exception
Throws:
java.lang.Exception

gatherInstalledFeedbackHooks

public java.util.Collection gatherInstalledFeedbackHooks()
                                                  throws java.lang.Exception
Throws:
java.lang.Exception

getDefaultString

public java.lang.String getDefaultString(RoundhouseObject anObject)
Specified by:
getDefaultString in class RoundhouseDelegate


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