Uses of Class
org.alfresco.repo.domain.node.StoreEntity
Packages that use StoreEntity
-
Uses of StoreEntity in org.alfresco.repo.domain.node
Methods in org.alfresco.repo.domain.node that return StoreEntityModifier and TypeMethodDescriptionNode.getStore()NodeEntity.getStore()protected abstract StoreEntityAbstractNodeDAOImpl.selectStore(StoreRef storeRef) Methods in org.alfresco.repo.domain.node that return types with arguments of type StoreEntityModifier and TypeMethodDescriptionprotected abstract List<StoreEntity>AbstractNodeDAOImpl.selectAllStores()Methods in org.alfresco.repo.domain.node with parameters of type StoreEntityModifier and TypeMethodDescriptionprotected 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 StoreEntityModifier and TypeMethodDescriptionprotected StoreEntityNodeDAOImpl.selectStore(StoreRef storeRef) Methods in org.alfresco.repo.domain.node.ibatis that return types with arguments of type StoreEntityMethods in org.alfresco.repo.domain.node.ibatis with parameters of type StoreEntityModifier and TypeMethodDescriptionprotected LongNodeDAOImpl.insertStore(StoreEntity store) protected intNodeDAOImpl.updateStore(StoreEntity store) protected intNodeDAOImpl.updateStoreRoot(StoreEntity store)