com.silverpeas.notification.mock
Class AdminNotificationServiceMock

java.lang.Object
  extended by com.silverpeas.notification.mock.AdminNotificationServiceMock
All Implemented Interfaces:
com.silverpeas.admin.notification.AdminNotificationService

@Named(value="adminNotificationService")
public class AdminNotificationServiceMock
extends Object
implements com.silverpeas.admin.notification.AdminNotificationService


Constructor Summary
AdminNotificationServiceMock()
           
 
Method Summary
 void notifyOfComponentConfigurationChange(String componentId, String userId, com.silverpeas.admin.notification.ComponentJsonPatch changes)
           
 void notifyOnDeletionOf(String spaceId, String userId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdminNotificationServiceMock

public AdminNotificationServiceMock()
Method Detail

notifyOnDeletionOf

public void notifyOnDeletionOf(String spaceId,
                               String userId)
Specified by:
notifyOnDeletionOf in interface com.silverpeas.admin.notification.AdminNotificationService

notifyOfComponentConfigurationChange

public void notifyOfComponentConfigurationChange(String componentId,
                                                 String userId,
                                                 com.silverpeas.admin.notification.ComponentJsonPatch changes)
Specified by:
notifyOfComponentConfigurationChange in interface com.silverpeas.admin.notification.AdminNotificationService


Copyright © 2016 Silverpeas. All Rights Reserved.