com.rapidtransform.doc.service.impl
Class DocumentServiceImpl

java.lang.Object
  extended by com.rapidtransform.core.service.impl.ServiceImpl
      extended by com.rapidtransform.core.service.impl.CRUDServiceImpl<Type>
          extended by com.rapidtransform.core.service.impl.MetaCRUDServiceImpl<Document>
              extended by com.rapidtransform.doc.service.impl.DocumentServiceImpl
All Implemented Interfaces:
CRUDService<Document>, MetaCRUDService<Document>, Service, DocumentService

public class DocumentServiceImpl
extends MetaCRUDServiceImpl<Document>
implements DocumentService

Author:
Steve Werner

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

DocumentServiceImpl

public DocumentServiceImpl()
Method Detail

setDocumentDao

public void setDocumentDao(DocumentDAO documentDao)
Parameters:
documentDao - The documentDao to set.

getLog

public org.apache.commons.logging.Log getLog()
Specified by:
getLog in class CRUDServiceImpl<Document>