|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.rapidtransform.core.service.impl.ServiceImpl
com.rapidtransform.core.service.impl.CRUDServiceImpl<Type>
com.rapidtransform.core.service.impl.MetaCRUDServiceImpl<Document>
com.rapidtransform.doc.service.impl.DocumentServiceImpl
public class DocumentServiceImpl
Constructor Summary | |
---|---|
DocumentServiceImpl()
|
Method Summary | |
---|---|
org.apache.commons.logging.Log |
getLog()
|
void |
setDocumentDao(DocumentDAO documentDao)
|
Methods inherited from class com.rapidtransform.core.service.impl.MetaCRUDServiceImpl |
---|
create, createRelation, findByMetaType, getMetaService, getRelationDao, setMetaService, setRelationDao |
Methods inherited from class com.rapidtransform.core.service.impl.CRUDServiceImpl |
---|
create, find, findAll, getDao, getPersistentClass, save, setDao, setPersistentClass |
Methods inherited from class com.rapidtransform.core.service.impl.ServiceImpl |
---|
getMessageSource, getSecurityService, setMessageSource, setSecurityService |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.rapidtransform.core.service.MetaCRUDService |
---|
create, createRelation, findByMetaType |
Methods inherited from interface com.rapidtransform.core.service.CRUDService |
---|
create, find, findAll, save |
Constructor Detail |
---|
public DocumentServiceImpl()
Method Detail |
---|
public void setDocumentDao(DocumentDAO documentDao)
documentDao
- The documentDao to set.public org.apache.commons.logging.Log getLog()
getLog
in class CRUDServiceImpl<Document>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |