com.silverpeas.comment.service.notification
Class ClassifiedService

java.lang.Object
  extended by com.silverpeas.comment.service.notification.ClassifiedService
All Implemented Interfaces:
SilverpeasComponentService<Classified>

public class ClassifiedService
extends Object
implements SilverpeasComponentService<Classified>

A Silverpeas component service to use in tests.


Field Summary
static String COMPONENT_NAME
           
 
Constructor Summary
ClassifiedService()
           
 
Method Summary
 ResourceLocator getComponentMessages(String language)
           
 ResourceLocator getComponentSettings()
           
 Classified getContentById(String contentId)
           
 void putContent(Classified classified)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COMPONENT_NAME

public static final String COMPONENT_NAME
See Also:
Constant Field Values
Constructor Detail

ClassifiedService

public ClassifiedService()
Method Detail

getContentById

public Classified getContentById(String contentId)
Specified by:
getContentById in interface SilverpeasComponentService<Classified>

getComponentSettings

public ResourceLocator getComponentSettings()
Specified by:
getComponentSettings in interface SilverpeasComponentService<Classified>

getComponentMessages

public ResourceLocator getComponentMessages(String language)
Specified by:
getComponentMessages in interface SilverpeasComponentService<Classified>

putContent

public void putContent(Classified classified)


Copyright © 2016 Silverpeas. All Rights Reserved.