Package com.soffid.iam.model
Class UserPrinterEntityDaoImpl
- java.lang.Object
-
- org.springframework.dao.support.DaoSupport
-
- org.springframework.orm.hibernate3.support.HibernateDaoSupport
-
- com.soffid.iam.model.UserPrinterEntityDaoBase
-
- com.soffid.iam.model.UserPrinterEntityDaoImpl
-
- All Implemented Interfaces:
UserPrinterEntityDao,org.springframework.beans.factory.InitializingBean
public class UserPrinterEntityDaoImpl extends UserPrinterEntityDaoBase
- See Also:
es.caib.seycon.ng.model.UsuariImpressoraEntity
-
-
Constructor Summary
Constructors Constructor Description UserPrinterEntityDaoImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcreate(UserPrinterEntity usuariImpressora)Adds an instance ofUserPrinterEntityto the persistent store.voidcreate(Collection entities)Creates a collection ofUserPrinterEntityand adds it to the persistent store.UserPrinterEntityprinterUserToEntity(com.soffid.iam.api.PrinterUser usuariImpressora)Transforms fromPrinterUserobjectvoidprinterUserToEntity(com.soffid.iam.api.PrinterUser sourceVO, UserPrinterEntity targetEntity, boolean copyIfNull)Copy data fromPrinterUserobjectvoidremove(UserPrinterEntity usuariImpressora)Removes an instance ofUserPrinterEntityfrom the persistent store.voidremove(Collection entities)Removes a collection ofUserPrinterEntityfrom the persistent store.com.soffid.iam.api.PrinterUsertoPrinterUser(UserPrinterEntity entity)Transforms toPrinterUserobjectvoidtoPrinterUser(UserPrinterEntity sourceEntity, com.soffid.iam.api.PrinterUser targetVO)Copy data toPrinterUserobjectvoidupdate(UserPrinterEntity usuariImpressora)Updates an instance ofUserPrinterEntityat the persistent store.voidupdate(Collection entities)Updates a collection ofUserPrinterEntityin the persistent store.-
Methods inherited from class com.soffid.iam.model.UserPrinterEntityDaoBase
findByPrinter, findByPrinter, findByPrinter, findByUser, findByUser, findByUser, findUserByUserAndPrinter, findUserByUserAndPrinter, findUserByUserAndPrinter, getAuditEntityDao, getPrinterEntityDao, getTaskEntityDao, getUserEntityDao, load, loadAll, newUserPrinterEntity, printerUserToEntityList, query, query, remove, setAuditEntityDao, setPrinterEntityDao, setTaskEntityDao, setUserEntityDao, toPrinterUserList, toUsuariImpressora, toUsuariImpressora, toUsuariImpressoraList, usuariImpressoraToEntity, usuariImpressoraToEntity, usuariImpressoraToEntityList
-
Methods inherited from class org.springframework.orm.hibernate3.support.HibernateDaoSupport
checkDaoConfig, closeSessionIfNecessary, convertHibernateAccessException, createHibernateTemplate, getHibernateTemplate, getSession, getSession, getSessionFactory, releaseSession, setHibernateTemplate, setSessionFactory
-
-
-
-
Method Detail
-
update
public void update(UserPrinterEntity usuariImpressora)
Description copied from class:UserPrinterEntityDaoBaseUpdates an instance ofUserPrinterEntityat the persistent store.- Specified by:
updatein interfaceUserPrinterEntityDao- Overrides:
updatein classUserPrinterEntityDaoBase
-
create
public void create(UserPrinterEntity usuariImpressora) throws RuntimeException
Description copied from class:UserPrinterEntityDaoBaseAdds an instance ofUserPrinterEntityto the persistent store.- Specified by:
createin interfaceUserPrinterEntityDao- Overrides:
createin classUserPrinterEntityDaoBase- Throws:
RuntimeException
-
remove
public void remove(UserPrinterEntity usuariImpressora) throws RuntimeException
Description copied from class:UserPrinterEntityDaoBaseRemoves an instance ofUserPrinterEntityfrom the persistent store.- Specified by:
removein interfaceUserPrinterEntityDao- Overrides:
removein classUserPrinterEntityDaoBase- Throws:
RuntimeException
-
toPrinterUser
public void toPrinterUser(UserPrinterEntity sourceEntity, com.soffid.iam.api.PrinterUser targetVO)
Description copied from class:UserPrinterEntityDaoBaseCopy data toPrinterUserobject- Specified by:
toPrinterUserin interfaceUserPrinterEntityDao- Overrides:
toPrinterUserin classUserPrinterEntityDaoBase
-
toPrinterUser
public com.soffid.iam.api.PrinterUser toPrinterUser(UserPrinterEntity entity)
Description copied from class:UserPrinterEntityDaoBaseTransforms toPrinterUserobject- Specified by:
toPrinterUserin interfaceUserPrinterEntityDao- Overrides:
toPrinterUserin classUserPrinterEntityDaoBase- See Also:
es.caib.seycon.ng.model.UsuariImpressoraEntityDao#toUsuariImpressora(es.caib.seycon.ng.model.UsuariImpressoraEntity)
-
printerUserToEntity
public UserPrinterEntity printerUserToEntity(com.soffid.iam.api.PrinterUser usuariImpressora)
Description copied from class:UserPrinterEntityDaoBaseTransforms fromPrinterUserobject- Specified by:
printerUserToEntityin interfaceUserPrinterEntityDao- Overrides:
printerUserToEntityin classUserPrinterEntityDaoBase- See Also:
es.caib.seycon.ng.model.UsuariImpressoraEntityDao#usuariImpressoraToEntity(es.caib.seycon.ng.comu.UsuariImpressora)
-
printerUserToEntity
public void printerUserToEntity(com.soffid.iam.api.PrinterUser sourceVO, UserPrinterEntity targetEntity, boolean copyIfNull)Description copied from class:UserPrinterEntityDaoBaseCopy data fromPrinterUserobject- Specified by:
printerUserToEntityin interfaceUserPrinterEntityDao- Overrides:
printerUserToEntityin classUserPrinterEntityDaoBase- See Also:
es.caib.seycon.ng.model.UsuariImpressoraEntityDao#usuariImpressoraToEntity(es.caib.seycon.ng.comu.UsuariImpressora, es.caib.seycon.ng.model.UsuariImpressoraEntity)
-
create
public void create(Collection entities)
Description copied from class:UserPrinterEntityDaoBaseCreates a collection ofUserPrinterEntityand adds it to the persistent store.- Specified by:
createin interfaceUserPrinterEntityDao- Overrides:
createin classUserPrinterEntityDaoBase
-
update
public void update(Collection entities)
Description copied from class:UserPrinterEntityDaoBaseUpdates a collection ofUserPrinterEntityin the persistent store.- Specified by:
updatein interfaceUserPrinterEntityDao- Overrides:
updatein classUserPrinterEntityDaoBase
-
remove
public void remove(Collection entities)
Description copied from class:UserPrinterEntityDaoBaseRemoves a collection ofUserPrinterEntityfrom the persistent store.- Specified by:
removein interfaceUserPrinterEntityDao- Overrides:
removein classUserPrinterEntityDaoBase
-
-