Package | Description |
---|---|
fr.paris.lutece.plugins.digglike.business | |
fr.paris.lutece.plugins.digglike.service | |
fr.paris.lutece.plugins.digglike.utils |
Modifier and Type | Method and Description |
---|---|
static Digg |
DiggHome.findByPrimaryKey(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Returns an instance of a digg whose identifier is specified in parameter
|
Digg |
Entry.getDigg() |
Digg |
DiggSubmit.getDigg() |
Digg |
IEntry.getDigg() |
Digg |
IDiggDAO.load(int nId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of the digg from the table
|
Digg |
DiggDAO.load(int nId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of the digg from the table
|
Modifier and Type | Method and Description |
---|---|
static List<Digg> |
DiggHome.getDiggList(DiggFilter filter,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the diggs who verify the filter and returns them in
a list
|
List<Digg> |
IDiggDAO.selectDiggList(DiggFilter filter,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the digg who verify the filter and returns them in a list
|
List<Digg> |
DiggDAO.selectDiggList(DiggFilter filter,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the digg who verify the filter and returns them in a list
|
Modifier and Type | Method and Description |
---|---|
static void |
DiggHome.copy(Digg digg,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Copy of an instance of Digg
|
static int |
DiggHome.create(Digg digg,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Creation of an instance of Digg
|
int |
IDiggDAO.insert(Digg digg,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.
|
int |
DiggDAO.insert(Digg digg,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.
|
void |
Entry.setDigg(Digg digg)
set the digg of the entry
|
void |
DiggSubmit.setDigg(Digg digg)
set the digg associate to the submit
|
void |
IEntry.setDigg(Digg digg)
set the digg of the entry
|
void |
IDiggDAO.store(Digg digg,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the digg in the table
|
void |
DiggDAO.store(Digg digg,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the digg in the table
|
static void |
DiggHome.update(Digg digg,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update data of the digg which is specified in parameter
|
Modifier and Type | Method and Description |
---|---|
void |
IDiggSubmitService.updateDisplayDiggSubmit(Integer nIdDiggSubmit,
fr.paris.lutece.portal.service.plugin.Plugin plugin,
Locale locale,
Digg digg,
Map<Integer,IEntry> mapEntry)
update the display of the diggsubmit
|
void |
DiggSubmitService.updateDisplayDiggSubmit(Integer nIdDiggSubmit,
fr.paris.lutece.portal.service.plugin.Plugin plugin,
Locale locale,
Digg digg,
Map<Integer,IEntry> mapEntry)
update the display of the diggsubmit
|
Modifier and Type | Method and Description |
---|---|
static Map<String,Object> |
DiggUtils.depopulate(Digg digg)
Depopulate the digg into a map of key - value
|
static Map<String,Object> |
DiggUtils.getModelHtmlForm(Digg digg,
fr.paris.lutece.portal.service.plugin.Plugin plugin,
Locale locale,
int nIdDefaultCategory,
boolean bBackOffice) |
static void |
DiggUtils.sendNotificationNewCommentSubmit(Digg digg,
CommentSubmit commentSubmit,
Locale locale,
javax.servlet.http.HttpServletRequest request)
sendMail of notification for new comment submit
|
static void |
DiggUtils.sendNotificationNewDiggSubmit(Digg digg,
DiggSubmit diggSubmit,
Locale locale,
javax.servlet.http.HttpServletRequest request)
sendMail of notification for new digg submit
|
static void |
DiggUtils.sendNotificationNewDiggSubmitDisable(Digg digg,
DiggSubmit diggSubmit,
Locale locale)
sendMail of notification for new digg submit disable
|
static void |
DiggUtils.sendNotificationNewReportedMessage(Digg digg,
ReportedMessage reportedMessage,
Locale locale,
javax.servlet.http.HttpServletRequest request)
sendMail of notification for new reported message
|
Modifier and Type | Method and Description |
---|---|
static fr.paris.lutece.util.ReferenceList |
DiggUtils.getRefListDigg(List<Digg> listDiggs,
boolean bIncludeDefault)
Init reference list with the different categories
|
Copyright © 2016 Mairie de Paris. All Rights Reserved.