public class Mercury_db_ServiceImpl extends Object
| Constructor and Description |
|---|
Mercury_db_ServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
TransformedFiles |
findbyfileURL(String ID)
Findbyfile url.
|
TransformedFiles |
findbyID(Integer ID)
Findby id.
|
TransformedFiles |
findbyURL(String ID)
Findby url.
|
void |
saveQuery(Query q1)
Save query.
|
void |
saveRateUs(MercuryRateus rateus)
Save rate us.
|
void |
saveReferral(Referral ref1)
Save referral.
|
void |
saveResultSet(ResultSet rs1)
Save result set.
|
void |
saveRetrieval(Retrieval r1)
Save retrieval.
|
void |
saveSession(Session s1)
Save session.
|
void |
saveTerm(Term t1)
Save term.
|
void |
setQdao(QueryDAO qdao)
Sets the qdao.
|
void |
setRatedao(MercuryRateusDAO ratedao)
Sets the ratedao.
|
void |
setRdao(RetrievalDAO rdao)
Sets the rdao.
|
void |
setRefdao(ReferralDAO refdao)
Sets the refdao.
|
void |
setRsdao(ResultSetDAO rsdao)
Sets the rsdao.
|
void |
setSdao(SessionDAO sdao)
Sets the Session Data Access Object.
|
void |
setTdao(TermDAO tdao)
Sets the tdao.
|
void |
setTfdao(TransformedFilesDAO tfdao)
Sets the TransformedFiles Data Access Object.
|
void |
setTransactionManager(org.springframework.transaction.PlatformTransactionManager transactionManager)
Sets the transaction manager.
|
void |
setTransactionTemplate(org.springframework.transaction.support.TransactionTemplate transactionTemplate)
Sets the transaction template.
|
public void setTransactionManager(org.springframework.transaction.PlatformTransactionManager transactionManager)
transactionManager - the new transaction managerpublic void setTransactionTemplate(org.springframework.transaction.support.TransactionTemplate transactionTemplate)
transactionTemplate - the new transaction templatepublic void setTfdao(TransformedFilesDAO tfdao)
tfdao - the new tfdaopublic void setSdao(SessionDAO sdao)
sdao - the new sdaopublic TransformedFiles findbyID(Integer ID)
ID - the iDpublic TransformedFiles findbyURL(String ID)
ID - the iDpublic TransformedFiles findbyfileURL(String ID)
ID - the iDpublic void setQdao(QueryDAO qdao)
qdao - the new qdaopublic void setTdao(TermDAO tdao)
tdao - the new tdaopublic void setRsdao(ResultSetDAO rsdao)
rsdao - the new rsdaopublic void setRdao(RetrievalDAO rdao)
rdao - the new rdaopublic void setRefdao(ReferralDAO refdao)
refdao - the new refdaopublic void saveSession(Session s1)
s1 - the s1public void saveTerm(Term t1)
t1 - the t1public void saveQuery(Query q1)
q1 - the q1public void saveResultSet(ResultSet rs1)
rs1 - the rs1public void saveRetrieval(Retrieval r1)
r1 - the r1public void saveReferral(Referral ref1)
ref1 - the ref1public void saveRateUs(MercuryRateus rateus)
rateus - the rateuspublic void setRatedao(MercuryRateusDAO ratedao)
ratedao - the new ratedaoCopyright © 2016. All rights reserved.