org.alfresco.repo.domain.usage.ibatis
Class UsageDAOImpl
java.lang.Object
org.alfresco.repo.domain.usage.AbstractUsageDAOImpl
org.alfresco.repo.domain.usage.ibatis.UsageDAOImpl
- All Implemented Interfaces:
- UsageDAO
public class UsageDAOImpl
- extends AbstractUsageDAOImpl
iBatis-specific implementation of the Usage DAO.
- Since:
- 3.4
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UsageDAOImpl
public UsageDAOImpl()
setSqlSessionTemplate
public final void setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate sqlSessionTemplate)
setQnameDAO
public void setQnameDAO(QNameDAO qnameDAO)
insertUsageDeltaEntity
protected UsageDeltaEntity insertUsageDeltaEntity(UsageDeltaEntity entity)
- Specified by:
insertUsageDeltaEntity
in class AbstractUsageDAOImpl
selectTotalUsageDeltaSize
protected UsageDeltaEntity selectTotalUsageDeltaSize(long nodeEntityId)
- Specified by:
selectTotalUsageDeltaSize
in class AbstractUsageDAOImpl
selectUsageDeltaNodes
protected java.util.List selectUsageDeltaNodes()
- Specified by:
selectUsageDeltaNodes
in class AbstractUsageDAOImpl
deleteUsageDeltaEntitiesByNodeId
protected int deleteUsageDeltaEntitiesByNodeId(long nodeEntityId)
- Specified by:
deleteUsageDeltaEntitiesByNodeId
in class AbstractUsageDAOImpl
selectUsersWithoutUsage
protected void selectUsersWithoutUsage(org.alfresco.service.cmr.repository.StoreRef storeRef,
UsageDAO.MapHandler resultsCallback)
- Specified by:
selectUsersWithoutUsage
in class AbstractUsageDAOImpl
selectUsersWithUsage
protected void selectUsersWithUsage(org.alfresco.service.cmr.repository.StoreRef storeRef,
UsageDAO.MapHandler resultsCallback)
- Specified by:
selectUsersWithUsage
in class AbstractUsageDAOImpl
selectUserContentSizesForStore
protected void selectUserContentSizesForStore(org.alfresco.service.cmr.repository.StoreRef storeRef,
UsageDAO.MapHandler resultsCallback)
- Specified by:
selectUserContentSizesForStore
in class AbstractUsageDAOImpl
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.