public class AVMVersionRootDAOImpl extends AbstractAVMVersionRootDAOImpl
| Constructor and Description |
|---|
AVMVersionRootDAOImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected AVMVersionLayeredNodeEntryEntity |
createVersionLayeredNodeEntryEntity(long versionRootId,
java.lang.String md5sum,
java.lang.String path) |
protected AVMVersionRootEntity |
createVersionRootEntity(AVMVersionRootEntity newVersionRootEntity) |
protected int |
deleteVersionLayeredNodeEntryEntities(long versionRootId) |
protected int |
deleteVersionRootEntity(long vrEntityId) |
protected java.util.List |
getAllVersionRootEntitiesByStoreId(long storeId) |
protected java.util.List |
getVersionLayeredNodeEntryEntities(long versionRootId) |
protected java.util.List |
getVersionRootEntitiesByBetween(long storeId,
long from,
long to) |
protected java.util.List |
getVersionRootEntitiesByFrom(long storeId,
long from) |
protected java.util.List |
getVersionRootEntitiesByTo(long storeId,
long to) |
protected java.util.List |
getVersionRootEntitiesByVersionsBetween(long storeId,
long from,
long to) |
protected java.util.List |
getVersionRootEntitiesByVersionsFrom(long storeId,
long from) |
protected java.util.List |
getVersionRootEntitiesByVersionsTo(long storeId,
long to) |
protected AVMVersionRootEntity |
getVersionRootEntityById(long vrEntityId) |
protected AVMVersionRootEntity |
getVersionRootEntityByRootNodeId(long rootNodeId) |
protected AVMVersionRootEntity |
getVersionRootEntityByStoreVersion(long storeId,
int version) |
protected AVMVersionRootEntity |
getVersionRootEntityMaxVersion(long storeId) |
protected java.lang.Long |
getVersionRootEntityMaxVersionId(long storeId) |
void |
setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate sqlSessionTemplate) |
protected int |
updateVersionRootEntity(AVMVersionRootEntity updateVersionRootEntity) |
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 java.lang.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 java.util.List getAllVersionRootEntitiesByStoreId(long storeId)
getAllVersionRootEntitiesByStoreId in class AbstractAVMVersionRootDAOImplprotected java.util.List getVersionRootEntitiesByTo(long storeId,
long to)
getVersionRootEntitiesByTo in class AbstractAVMVersionRootDAOImplprotected java.util.List getVersionRootEntitiesByFrom(long storeId,
long from)
getVersionRootEntitiesByFrom in class AbstractAVMVersionRootDAOImplprotected java.util.List getVersionRootEntitiesByBetween(long storeId,
long from,
long to)
getVersionRootEntitiesByBetween in class AbstractAVMVersionRootDAOImplprotected java.util.List getVersionRootEntitiesByVersionsBetween(long storeId,
long from,
long to)
getVersionRootEntitiesByVersionsBetween in class AbstractAVMVersionRootDAOImplprotected java.util.List getVersionRootEntitiesByVersionsFrom(long storeId,
long from)
getVersionRootEntitiesByVersionsFrom in class AbstractAVMVersionRootDAOImplprotected java.util.List getVersionRootEntitiesByVersionsTo(long storeId,
long to)
getVersionRootEntitiesByVersionsTo in class AbstractAVMVersionRootDAOImplprotected int deleteVersionRootEntity(long vrEntityId)
deleteVersionRootEntity in class AbstractAVMVersionRootDAOImplprotected AVMVersionLayeredNodeEntryEntity createVersionLayeredNodeEntryEntity(long versionRootId, java.lang.String md5sum, java.lang.String path)
createVersionLayeredNodeEntryEntity in class AbstractAVMVersionRootDAOImplprotected int deleteVersionLayeredNodeEntryEntities(long versionRootId)
deleteVersionLayeredNodeEntryEntities in class AbstractAVMVersionRootDAOImplprotected java.util.List getVersionLayeredNodeEntryEntities(long versionRootId)
getVersionLayeredNodeEntryEntities in class AbstractAVMVersionRootDAOImplCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.