public class AVMNodeDAOImpl extends AbstractAVMNodeDAOImpl
AVMNodeDAO.ContentUrlHandler| Constructor and Description |
|---|
AVMNodeDAOImpl() |
clearNodeEntityCache, createAspect, createNode, createOrUpdateNodeProperty, deleteAspect, deleteAspects, deleteNode, deleteNodeProperties, deleteNodeProperty, getAllLayeredDirectories, getAllLayeredFiles, getAspects, getContentUrls, getLayeredNodesNewInStore, getLayeredNodesNewInStoreIDs, getNode, getNodeOrphans, getNodeProperties, getNodesNewInStore, setAvmNodeAspectsCache, setAvmNodeCache, setAvmNodePropertyCache, setQnameDAO, updateNode, updateNodeModTimeAndContentData, updateNodeModTimeAndGuid, updateNodesClearNewInStorepublic final void setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate sqlSessionTemplate)
protected AVMNodeEntity createNodeEntity(AVMNodeEntity nodeEntity)
createNodeEntity in class AbstractAVMNodeDAOImplprotected AVMNodeEntity getNodeEntity(long id)
getNodeEntity in class AbstractAVMNodeDAOImplprotected int updateNodeEntity(AVMNodeEntity updateNodeEntity)
updateNodeEntity in class AbstractAVMNodeDAOImplprotected int updateNodeEntityModTimeAndGuid(AVMNodeEntity updateNodeEntity)
updateNodeEntityModTimeAndGuid in class AbstractAVMNodeDAOImplprotected int updateNodeEntityModTimeAndContentData(AVMNodeEntity updateNodeEntity)
updateNodeEntityModTimeAndContentData in class AbstractAVMNodeDAOImplprotected int deleteNodeEntity(long nodeId)
deleteNodeEntity in class AbstractAVMNodeDAOImplprotected void updateNodeEntitiesClearNewInStore(long storeId)
updateNodeEntitiesClearNewInStore in class AbstractAVMNodeDAOImplprotected List<AVMNodeEntity> getNodeEntitiesNewInStore(long storeId)
getNodeEntitiesNewInStore in class AbstractAVMNodeDAOImplprotected List<AVMNodeEntity> getLayeredNodeEntitiesNewInStore(long storeId)
getLayeredNodeEntitiesNewInStore in class AbstractAVMNodeDAOImplprotected List<Long> getLayeredNodeEntityIdsNewInStore(long storeId)
getLayeredNodeEntityIdsNewInStore in class AbstractAVMNodeDAOImplprotected List<AVMNodeEntity> getNodeEntityOrphans(int maxSize)
getNodeEntityOrphans in class AbstractAVMNodeDAOImplprotected List<AVMNodeEntity> getAllLayeredDirectoryNodeEntities()
getAllLayeredDirectoryNodeEntities in class AbstractAVMNodeDAOImplprotected List<AVMNodeEntity> getAllLayeredFileNodeEntities()
getAllLayeredFileNodeEntities in class AbstractAVMNodeDAOImplprotected void getPlainFileContentUrls(AVMNodeDAO.ContentUrlHandler handler)
getPlainFileContentUrls in class AbstractAVMNodeDAOImplprotected List<Long> getAspectEntities(long nodeId)
getAspectEntities in class AbstractAVMNodeDAOImplprotected void createAspectEntity(long nodeId,
long qnameId)
createAspectEntity in class AbstractAVMNodeDAOImplprotected int deleteAspectEntity(long nodeId,
long qnameId)
deleteAspectEntity in class AbstractAVMNodeDAOImplprotected int deleteAspectEntities(long nodeId)
deleteAspectEntities in class AbstractAVMNodeDAOImplprotected void insertNodePropertyEntity(AVMNodePropertyEntity propEntity)
insertNodePropertyEntity in class AbstractAVMNodeDAOImplprotected int updateNodePropertyEntity(AVMNodePropertyEntity updatePropEntity)
updateNodePropertyEntity in class AbstractAVMNodeDAOImplprotected AVMNodePropertyEntity getNodePropertyEntity(long nodeId, long qnameId)
getNodePropertyEntity in class AbstractAVMNodeDAOImplprotected List<AVMNodePropertyEntity> getNodePropertyEntities(long nodeId)
getNodePropertyEntities in class AbstractAVMNodeDAOImplprotected int deleteNodePropertyEntity(long nodeId,
long qnameId)
deleteNodePropertyEntity in class AbstractAVMNodeDAOImplprotected int deleteNodePropertyEntities(long nodeId)
deleteNodePropertyEntities in class AbstractAVMNodeDAOImplCopyright © 2005–2014 Alfresco Software. All rights reserved.