com.ebmwebsourcing.petalsview.service.notification
Class NotificationProcessorImpl

java.lang.Object
  extended by com.ebmwebsourcing.petalsview.service.notification.NotificationProcessorImpl
All Implemented Interfaces:
NotificationProcessor

@Service(value="notificationProcessor")
public class NotificationProcessorImpl
extends java.lang.Object
implements NotificationProcessor

This class is in charge of processing a Notification instance to create/update appropriated objects ( Flow and FlowStep ) in database

Author:
ofabre

Constructor Summary
NotificationProcessorImpl()
           
 
Method Summary
 void process(java.util.List<Notification> notificationList)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotificationProcessorImpl

public NotificationProcessorImpl()
Method Detail

process

public void process(java.util.List<Notification> notificationList)
             throws NotificationProcessingException
Specified by:
process in interface NotificationProcessor
Throws:
NotificationProcessingException


Copyright © 2010 eBMWebsourcing. All Rights Reserved.