|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 java.util.List<Notification> |
NotificationHome.findAll()
Find all notifications |
static java.util.List<Notification> |
NotificationHome.findByFilter(NotificationFilter nFilter)
Find all notification by filter |
java.util.List<Notification> |
INotificationDAO.selectAll(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Find all notification |
java.util.List<Notification> |
NotificationDAO.selectAll(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Find all notification |
java.util.List<Notification> |
INotificationDAO.selectNotificationsByFilter(NotificationFilter nFilter,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Find by filter |
java.util.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 | |
---|---|
java.util.List<Notification> |
NotificationService.findAll()
Find all notifications |
java.util.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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |