public class AVMVersionRootDAOImpl extends AbstractAVMVersionRootDAOImpl
| Constructor and Description |
|---|
AVMVersionRootDAOImpl() |
createVersionLayeredNodeEntry, createVersionRoot, deleteVersionLayeredNodeEntries, deleteVersionRoot, getAllInStore, getByDates, getByID, getByRoot, getByVersionID, getByVersionsBetween, getByVersionsFrom, getByVersionsTo, getMaxVersion, getMaxVersionID, getVersionLayeredNodeEntries, setVersionRootEntityCache, updateVersionRootpublic final void setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate sqlSessionTemplate)
protected AVMVersionRootEntity createVersionRootEntity(AVMVersionRootEntity newVersionRootEntity)
createVersionRootEntity in class AbstractAVMVersionRootDAOImplprotected int updateVersionRootEntity(AVMVersionRootEntity updateVersionRootEntity)
updateVersionRootEntity in class AbstractAVMVersionRootDAOImplprotected AVMVersionRootEntity getVersionRootEntityMaxVersion(long storeId)
getVersionRootEntityMaxVersion in class AbstractAVMVersionRootDAOImplprotected Long getVersionRootEntityMaxVersionId(long storeId)
getVersionRootEntityMaxVersionId in class AbstractAVMVersionRootDAOImplprotected AVMVersionRootEntity getVersionRootEntityById(long vrEntityId)
getVersionRootEntityById in class AbstractAVMVersionRootDAOImplprotected AVMVersionRootEntity getVersionRootEntityByStoreVersion(long storeId, int version)
getVersionRootEntityByStoreVersion in class AbstractAVMVersionRootDAOImplprotected AVMVersionRootEntity getVersionRootEntityByRootNodeId(long rootNodeId)
getVersionRootEntityByRootNodeId in class AbstractAVMVersionRootDAOImplprotected List<AVMVersionRootEntity> getAllVersionRootEntitiesByStoreId(long storeId)
getAllVersionRootEntitiesByStoreId in class AbstractAVMVersionRootDAOImplprotected List<AVMVersionRootEntity> getVersionRootEntitiesByTo(long storeId, long to)
getVersionRootEntitiesByTo in class AbstractAVMVersionRootDAOImplprotected List<AVMVersionRootEntity> getVersionRootEntitiesByFrom(long storeId, long from)
getVersionRootEntitiesByFrom in class AbstractAVMVersionRootDAOImplprotected List<AVMVersionRootEntity> getVersionRootEntitiesByBetween(long storeId, long from, long to)
getVersionRootEntitiesByBetween in class AbstractAVMVersionRootDAOImplprotected List<AVMVersionRootEntity> getVersionRootEntitiesByVersionsBetween(long storeId, long from, long to)
getVersionRootEntitiesByVersionsBetween in class AbstractAVMVersionRootDAOImplprotected List<AVMVersionRootEntity> getVersionRootEntitiesByVersionsFrom(long storeId, long from)
getVersionRootEntitiesByVersionsFrom in class AbstractAVMVersionRootDAOImplprotected List<AVMVersionRootEntity> getVersionRootEntitiesByVersionsTo(long storeId, long to)
getVersionRootEntitiesByVersionsTo in class AbstractAVMVersionRootDAOImplprotected int deleteVersionRootEntity(long vrEntityId)
deleteVersionRootEntity in class AbstractAVMVersionRootDAOImplprotected AVMVersionLayeredNodeEntryEntity createVersionLayeredNodeEntryEntity(long versionRootId, String md5sum, String path)
createVersionLayeredNodeEntryEntity in class AbstractAVMVersionRootDAOImplprotected int deleteVersionLayeredNodeEntryEntities(long versionRootId)
deleteVersionLayeredNodeEntryEntities in class AbstractAVMVersionRootDAOImplprotected List<AVMVersionLayeredNodeEntryEntity> getVersionLayeredNodeEntryEntities(long versionRootId)
getVersionLayeredNodeEntryEntities in class AbstractAVMVersionRootDAOImplCopyright © 2005–2014 Alfresco Software. All rights reserved.