it.eng.spagobi.tools.udp.dao
Interface IUdpDAO

All Known Implementing Classes:
UdpDAOHibImpl

public interface IUdpDAO

Author:
Antonella Giachino
See Also:
it.eng.spagobi.udp.bo.Udp

Method Summary
 java.lang.Integer countUdp()
           
 void delete(java.lang.Integer id)
           
 void delete(SbiUdp prop)
           
 void delete(org.hibernate.Session session, java.lang.Integer id)
           
 void delete(org.hibernate.Session session, SbiUdp prop)
           
 java.util.List<SbiUdp> findAll()
           
 SbiUdp findById(java.lang.Integer id)
           
 java.lang.Integer insert(SbiUdp prop)
           
 void insert(org.hibernate.Session session, SbiUdp prop)
           
 java.util.List<Udp> loadAllByFamily(java.lang.String familyCode)
           
 Udp loadById(java.lang.Integer id)
           
 Udp loadByLabel(java.lang.String label)
           
 Udp loadByLabelAndFamily(java.lang.String label, java.lang.String family)
           
 java.util.List<SbiUdp> loadPagedUdpList(java.lang.Integer offset, java.lang.Integer fetchSize)
           
 void update(SbiUdp prop)
           
 void update(org.hibernate.Session session, SbiUdp prop)
           
 

Method Detail

insert

java.lang.Integer insert(SbiUdp prop)

insert

void insert(org.hibernate.Session session,
            SbiUdp prop)

update

void update(SbiUdp prop)

update

void update(org.hibernate.Session session,
            SbiUdp prop)

delete

void delete(SbiUdp prop)

delete

void delete(org.hibernate.Session session,
            SbiUdp prop)

delete

void delete(java.lang.Integer id)

delete

void delete(org.hibernate.Session session,
            java.lang.Integer id)

findById

SbiUdp findById(java.lang.Integer id)

findAll

java.util.List<SbiUdp> findAll()

loadAllByFamily

java.util.List<Udp> loadAllByFamily(java.lang.String familyCode)
                                    throws it.eng.spago.error.EMFUserError
Throws:
it.eng.spago.error.EMFUserError

loadByLabel

Udp loadByLabel(java.lang.String label)
                throws it.eng.spago.error.EMFUserError
Throws:
it.eng.spago.error.EMFUserError

loadByLabelAndFamily

Udp loadByLabelAndFamily(java.lang.String label,
                         java.lang.String family)
                         throws it.eng.spago.error.EMFUserError
Throws:
it.eng.spago.error.EMFUserError

loadById

Udp loadById(java.lang.Integer id)

loadPagedUdpList

java.util.List<SbiUdp> loadPagedUdpList(java.lang.Integer offset,
                                        java.lang.Integer fetchSize)
                                        throws it.eng.spago.error.EMFUserError
Throws:
it.eng.spago.error.EMFUserError

countUdp

java.lang.Integer countUdp()
                           throws it.eng.spago.error.EMFUserError
Throws:
it.eng.spago.error.EMFUserError