fr.paris.lutece.plugins.paybox.service
public interface PayboxLogService extends Serializable
Modifier and Type | Method and Description |
---|---|
void |
addLog(String orderReference,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Add a line of log about a new transaction.
|
List<PayboxLogDTO> |
getAll(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Gets the all.
|
boolean |
isPending(String orderReference,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Checks if thos order is pending.
|
void |
removeLog(String idDossier,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Removes the log.
|
void addLog(String orderReference, fr.paris.lutece.portal.service.plugin.Plugin plugin)
orderReference
- the order referenceplugin
- the pluginList<PayboxLogDTO> getAll(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- the pluginvoid removeLog(String idDossier, fr.paris.lutece.portal.service.plugin.Plugin plugin)
idDossier
- the id dossierplugin
- the pluginboolean isPending(String orderReference, fr.paris.lutece.portal.service.plugin.Plugin plugin)
orderReference
- the numeroplugin
- the pluginCopyright © 2014 Mairie de Paris. All rights reserved.