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(StoreRef storeRef)Methods in org.alfresco.repo.domain.node that return types with arguments of type StoreEntity Modifier and Type Method Description protected abstract List<StoreEntity>AbstractNodeDAOImpl. selectAllStores()Methods in org.alfresco.repo.domain.node with parameters of type StoreEntity Modifier and Type Method Description protected abstract 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(StoreRef storeRef)Methods in org.alfresco.repo.domain.node.ibatis that return types with arguments of type StoreEntity Modifier and Type Method Description protected List<StoreEntity>NodeDAOImpl. selectAllStores()Methods in org.alfresco.repo.domain.node.ibatis with parameters of type StoreEntity Modifier and Type Method Description protected LongNodeDAOImpl. insertStore(StoreEntity store)protected intNodeDAOImpl. updateStore(StoreEntity store)protected intNodeDAOImpl. updateStoreRoot(StoreEntity store)
-