fr.paris.lutece.plugins.paybox.service.impl
@Service public class PayboxLogServiceImpl extends Object implements PayboxLogService
Constructor and Description |
---|
PayboxLogServiceImpl() |
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 orderReference,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Removes the log.
|
public void addLog(String orderReference, fr.paris.lutece.portal.service.plugin.Plugin plugin)
PayboxLogService
addLog
in interface PayboxLogService
orderReference
- the order referenceplugin
- the pluginpublic void removeLog(String orderReference, fr.paris.lutece.portal.service.plugin.Plugin plugin)
PayboxLogService
removeLog
in interface PayboxLogService
orderReference
- the id dossierplugin
- the pluginpublic List<PayboxLogDTO> getAll(fr.paris.lutece.portal.service.plugin.Plugin plugin)
PayboxLogService
getAll
in interface PayboxLogService
plugin
- the pluginpublic boolean isPending(String orderReference, fr.paris.lutece.portal.service.plugin.Plugin plugin)
PayboxLogService
isPending
in interface PayboxLogService
orderReference
- the numeroplugin
- the pluginCopyright © 2014 Mairie de Paris. All rights reserved.