fr.paris.lutece.plugins.paybox.dao.impl
public class PayboxLogDAOImpl extends Object implements PayboxLogDAO
Constructor and Description |
---|
PayboxLogDAOImpl() |
Modifier and Type | Method and Description |
---|---|
void |
addLog(PayboxLogEntity payboxLogEntity,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Adds the log.
|
Long |
countByOrderReference(String orderReference,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Count by order reference.
|
List<PayboxLogEntity> |
getAll(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Gets the all.
|
void |
removeLog(String orderReference,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Removes the log.
|
public void addLog(PayboxLogEntity payboxLogEntity, fr.paris.lutece.portal.service.plugin.Plugin plugin)
PayboxLogDAO
addLog
in interface PayboxLogDAO
payboxLogEntity
- the paybox log entityplugin
- the pluginpublic List<PayboxLogEntity> getAll(fr.paris.lutece.portal.service.plugin.Plugin plugin)
PayboxLogDAO
getAll
in interface PayboxLogDAO
plugin
- the pluginpublic void removeLog(String orderReference, fr.paris.lutece.portal.service.plugin.Plugin plugin)
PayboxLogDAO
removeLog
in interface PayboxLogDAO
orderReference
- the order referenceplugin
- the pluginpublic Long countByOrderReference(String orderReference, fr.paris.lutece.portal.service.plugin.Plugin plugin)
PayboxLogDAO
countByOrderReference
in interface PayboxLogDAO
orderReference
- the order referenceplugin
- the pluginCopyright © 2014 Mairie de Paris. All rights reserved.