|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GreetingsCard | |
---|---|
fr.paris.lutece.plugins.greetingscard.business |
Uses of GreetingsCard in fr.paris.lutece.plugins.greetingscard.business |
---|
Methods in fr.paris.lutece.plugins.greetingscard.business that return GreetingsCard | |
---|---|
static GreetingsCard |
GreetingsCardHome.create(GreetingsCard greetingsCard,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Creates a greetings card in the database |
static GreetingsCard |
GreetingsCardHome.findByPrimaryKey(java.lang.String strKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Returns an instance of the article GreetingsCard whose identifier is specified in parameter |
GreetingsCard |
GreetingsCardDAO.load(java.lang.String strIdGC,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
load the data of GreetingsCard from the table |
GreetingsCard |
IGreetingsCardDAO.load(java.lang.String strIdGC,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
load the data of GreetingsCard from the table |
static GreetingsCard |
GreetingsCardHome.update(GreetingsCard greetingsCard,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
|
Methods in fr.paris.lutece.plugins.greetingscard.business that return types with arguments of type GreetingsCard | |
---|---|
java.util.Collection<GreetingsCard> |
GreetingsCardDAO.findAll(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Finds all objects of this type |
java.util.Collection<GreetingsCard> |
IGreetingsCardDAO.findAll(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Finds all objects of this type |
static java.util.Collection<GreetingsCard> |
GreetingsCardHome.findAll(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Returns GreetingsCard list |
java.util.Collection<GreetingsCard> |
GreetingsCardDAO.findByGreetingsCardTemplateId(int nIdGreetingsCardTemplate,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Returns the list of greetings cards of a greetings card template |
java.util.Collection<GreetingsCard> |
IGreetingsCardDAO.findByGreetingsCardTemplateId(int nIdGreetingsCardTemplate,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Returns the list of greetings cards of a greetings card template |
static java.util.Collection<GreetingsCard> |
GreetingsCardHome.findByGreetingsCardTemplateId(int nIdGreetingsCardTemplate,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Returns the list of greetings cards of a greetings card template |
java.util.Collection<GreetingsCard> |
GreetingsCardDAO.findByTemplateAndDate(int nIdGreetingsCardTemplate,
java.util.Date dateMin,
java.util.Date dateMax,
int nResultsLimit,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Get greetings card with a given template and sent between two given dates |
java.util.Collection<GreetingsCard> |
IGreetingsCardDAO.findByTemplateAndDate(int nIdGreetingsCardTemplate,
java.util.Date dateMin,
java.util.Date dateMax,
int nResultsLimit,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Get greetings card with a given template and sent between two given dates |
static java.util.Collection<GreetingsCard> |
GreetingsCardHome.findByTemplateAndDate(int nIdGreetingsCardTemplate,
java.util.Date dateMin,
java.util.Date dateMax,
int nResultsLimit,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Get greetings card with a given template and sent between two given dates |
java.util.Collection<GreetingsCard> |
GreetingsCardDAO.findCardsToSendNotification(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Get the collection of greetings cards that has been red and that has the notify sender flag set. |
java.util.Collection<GreetingsCard> |
IGreetingsCardDAO.findCardsToSendNotification(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Get the collection of greetings cards that has been red and that has the notify sender flag set. |
static java.util.Collection<GreetingsCard> |
GreetingsCardHome.findCardsToSendNotification(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Get the collection of greetings cards that has been red and that has the notify sender flag set. |
Methods in fr.paris.lutece.plugins.greetingscard.business with parameters of type GreetingsCard | |
---|---|
static GreetingsCard |
GreetingsCardHome.create(GreetingsCard greetingsCard,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Creates a greetings card in the database |
void |
GreetingsCardDAO.insert(GreetingsCard greetingsCard,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table. |
void |
IGreetingsCardDAO.insert(GreetingsCard greetingsCard,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table. |
void |
GreetingsCardDAO.store(GreetingsCard greetingsCard,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table |
void |
IGreetingsCardDAO.store(GreetingsCard greetingsCard,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table |
static GreetingsCard |
GreetingsCardHome.update(GreetingsCard greetingsCard,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |