Uses of Class
fr.paris.lutece.plugins.crm.business.notification.Notification

Packages that use Notification
fr.paris.lutece.plugins.crm.business.notification   
fr.paris.lutece.plugins.crm.service.notification   
 

Uses of Notification in fr.paris.lutece.plugins.crm.business.notification
 

Methods in fr.paris.lutece.plugins.crm.business.notification that return Notification
static Notification NotificationHome.findByPrimaryKey(int nIdNotification)
          Load the data from the table
 Notification INotificationDAO.load(int nIdNotification, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load the data from the table
 Notification NotificationDAO.load(int nIdNotification, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load the data from the table
 

Methods in fr.paris.lutece.plugins.crm.business.notification that return types with arguments of type Notification
static List<Notification> NotificationHome.findAll()
          Find all notifications
static List<Notification> NotificationHome.findByFilter(NotificationFilter nFilter)
          Find all notification by filter
 List<Notification> INotificationDAO.selectAll(fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Find all notification
 List<Notification> NotificationDAO.selectAll(fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Find all notification
 List<Notification> INotificationDAO.selectNotificationsByFilter(NotificationFilter nFilter, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Find by filter
 List<Notification> NotificationDAO.selectNotificationsByFilter(NotificationFilter nFilter, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Find by filter
 

Methods in fr.paris.lutece.plugins.crm.business.notification with parameters of type Notification
static int NotificationHome.create(Notification notification)
          Insert a new record in the table.
 int INotificationDAO.insert(Notification notification, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Insert a new record in the table.
 int NotificationDAO.insert(Notification notification, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Insert a new record in the table.
 void INotificationDAO.store(Notification notification, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Update the record in the table
 void NotificationDAO.store(Notification notification, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Update the record in the table
static void NotificationHome.update(Notification notification)
          Update the record in the table
 

Uses of Notification in fr.paris.lutece.plugins.crm.service.notification
 

Methods in fr.paris.lutece.plugins.crm.service.notification that return Notification
 Notification NotificationService.findByPrimaryKey(int nIdNotification)
          Find the notification by its primary key
 

Methods in fr.paris.lutece.plugins.crm.service.notification that return types with arguments of type Notification
 List<Notification> NotificationService.findAll()
          Find all notifications
 List<Notification> NotificationService.findByFilter(NotificationFilter nFilter)
          Find notifications by a filter
 

Methods in fr.paris.lutece.plugins.crm.service.notification with parameters of type Notification
 int NotificationService.create(Notification notification)
          Create a notification
 void NotificationService.update(Notification notification)
          Update the notification
 



Copyright © 2013 Mairie de Paris. All Rights Reserved.