|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.util.jpa.JPAGenericDAO<K,E>
fr.paris.lutece.portal.service.jpa.JPALuteceDAO<java.lang.Integer,Basket>
fr.paris.lutece.plugins.stock.business.order.BasketDAO
public final class BasketDAO
This class provides Data Access methods for Person objects
Constructor Summary | |
---|---|
BasketDAO()
|
Method Summary | |
---|---|
Basket |
findValidatedByUserId(int nIdUser)
Find a basket by his user id |
java.lang.String |
getPluginName()
|
Methods inherited from class fr.paris.lutece.portal.service.jpa.JPALuteceDAO |
---|
createNativeQuery, getEntityManagerFactory |
Methods inherited from class fr.paris.lutece.util.jpa.JPAGenericDAO |
---|
create, findAll, findById, getEM, getEntityClass, getEntityClassName, remove, update |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface fr.paris.lutece.util.jpa.IGenericDAO |
---|
create, findAll, findById, remove, update |
Constructor Detail |
---|
public BasketDAO()
Method Detail |
---|
public java.lang.String getPluginName()
getPluginName
in class fr.paris.lutece.portal.service.jpa.JPALuteceDAO<java.lang.Integer,Basket>
public Basket findValidatedByUserId(int nIdUser)
findValidatedByUserId
in interface IBasketDAO
nIdUser
- the id
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |