Uses of Class
org.alfresco.repo.domain.node.StoreEntity
-
Packages that use StoreEntity Package Description org.alfresco.repo.domain.node org.alfresco.repo.domain.node.ibatis -
-
Uses of StoreEntity in org.alfresco.repo.domain.node
Methods in org.alfresco.repo.domain.node that return StoreEntity Modifier and Type Method Description StoreEntityNode. getStore()StoreEntityNodeEntity. getStore()protected abstract StoreEntityAbstractNodeDAOImpl. selectStore(org.alfresco.service.cmr.repository.StoreRef storeRef)Methods in org.alfresco.repo.domain.node that return types with arguments of type StoreEntity Modifier and Type Method Description protected abstract java.util.List<StoreEntity>AbstractNodeDAOImpl. selectAllStores()Methods in org.alfresco.repo.domain.node with parameters of type StoreEntity Modifier and Type Method Description protected abstract java.lang.LongAbstractNodeDAOImpl. insertStore(StoreEntity store)voidNodeEntity. setStore(StoreEntity store)protected abstract intAbstractNodeDAOImpl. updateStore(StoreEntity store)protected abstract intAbstractNodeDAOImpl. updateStoreRoot(StoreEntity store) -
Uses of StoreEntity in org.alfresco.repo.domain.node.ibatis
Methods in org.alfresco.repo.domain.node.ibatis that return StoreEntity Modifier and Type Method Description protected StoreEntityNodeDAOImpl. selectStore(org.alfresco.service.cmr.repository.StoreRef storeRef)Methods in org.alfresco.repo.domain.node.ibatis that return types with arguments of type StoreEntity Modifier and Type Method Description protected java.util.List<StoreEntity>NodeDAOImpl. selectAllStores()Methods in org.alfresco.repo.domain.node.ibatis with parameters of type StoreEntity Modifier and Type Method Description protected java.lang.LongNodeDAOImpl. insertStore(StoreEntity store)protected intNodeDAOImpl. updateStore(StoreEntity store)protected intNodeDAOImpl. updateStoreRoot(StoreEntity store)
-