|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.repo.domain.mimetype.AbstractMimetypeDAOImpl
org.alfresco.repo.domain.mimetype.ibatis.MimetypeDAOImpl
public class MimetypeDAOImpl
iBatis-specific implementation of the Mimetype DAO.
Constructor Summary | |
---|---|
MimetypeDAOImpl()
|
Method Summary | |
---|---|
protected MimetypeEntity |
createMimetypeEntity(java.lang.String mimetype)
|
protected MimetypeEntity |
getMimetypeEntity(java.lang.Long id)
|
protected MimetypeEntity |
getMimetypeEntity(java.lang.String mimetype)
|
void |
setSqlMapClientTemplate(org.springframework.orm.ibatis.SqlMapClientTemplate sqlMapClientTemplate)
|
Methods inherited from class org.alfresco.repo.domain.mimetype.AbstractMimetypeDAOImpl |
---|
getMimetype, getMimetype, getOrCreateMimetype, setMimetypeEntityCache |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MimetypeDAOImpl()
Method Detail |
---|
public void setSqlMapClientTemplate(org.springframework.orm.ibatis.SqlMapClientTemplate sqlMapClientTemplate)
protected MimetypeEntity getMimetypeEntity(java.lang.Long id)
getMimetypeEntity
in class AbstractMimetypeDAOImpl
id
- the ID of the mimetype entity
protected MimetypeEntity getMimetypeEntity(java.lang.String mimetype)
getMimetypeEntity
in class AbstractMimetypeDAOImpl
protected MimetypeEntity createMimetypeEntity(java.lang.String mimetype)
createMimetypeEntity
in class AbstractMimetypeDAOImpl
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |