Class PersistenceNestedSetsTreeManager<T extends NestedSetsTreeNodeModel>
Object
com.liferay.portal.kernel.service.persistence.impl.NestedSetsTreeManager<T>
com.liferay.portal.kernel.service.persistence.impl.PersistenceNestedSetsTreeManager<T>
public class PersistenceNestedSetsTreeManager<T extends NestedSetsTreeNodeModel>
extends NestedSetsTreeManager<T>
- Author:
- Shuyang Zhou
-
Constructor Summary
ConstructorsConstructorDescriptionPersistenceNestedSetsTreeManager(BasePersistenceImpl<?> basePersistenceImpl, String tableName, String entityName, Class<?> entityImplClass, String primaryKeyName, String nestedSetsTreeNodeScopeIdName, String nestedSetsTreeNodeLeftName, String nestedSetsTreeNodeRightName) -
Method Summary
Modifier and TypeMethodDescriptionprotected longdoCountAncestors(long nestedSetsTreeNodeScopeId, long nestedSetsTreeNodeLeft, long nestedSetsTreeNodeRight) protected longdoCountDescendants(long nestedSetsTreeNodeScopeId, long nestedSetsTreeNodeLeft, long nestedSetsTreeNodeRight) doGetAncestors(long nestedSetsTreeNodeScopeId, long nestedSetsTreeNodeLeft, long nestedSetsTreeNodeRight) doGetDescendants(long nestedSetsTreeNodeScopeId, long nestedSetsTreeNodeLeft, long nestedSetsTreeNodeRight) protected voiddoUpdate(boolean leftOrRight, long nestedSetsTreeNodeScopeId, long delta, long start, boolean startInclusive, long end, boolean endInclusive, List<T> includeList) protected voiddoUpdate(long nestedSetsTreeNodeScopeId, boolean leftOrRight, long delta, long limit, boolean inclusive) protected voiddoUpdate(long nestedSetsTreeNodeScopeId, long delta, long start, boolean startInclusive, long end, boolean endInclusive, List<T> includeList) protected longgetMaxNestedSetsTreeNodeRight(long nestedSetsTreeNodeScopeId) Methods inherited from class com.liferay.portal.kernel.service.persistence.impl.NestedSetsTreeManager
countAncestors, countDescendants, delete, getAncestors, getDescendants, insert, move
-
Constructor Details
-
PersistenceNestedSetsTreeManager
-
-
Method Details
-
doCountAncestors
protected long doCountAncestors(long nestedSetsTreeNodeScopeId, long nestedSetsTreeNodeLeft, long nestedSetsTreeNodeRight) - Specified by:
doCountAncestorsin classNestedSetsTreeManager<T extends NestedSetsTreeNodeModel>
-
doCountDescendants
protected long doCountDescendants(long nestedSetsTreeNodeScopeId, long nestedSetsTreeNodeLeft, long nestedSetsTreeNodeRight) - Specified by:
doCountDescendantsin classNestedSetsTreeManager<T extends NestedSetsTreeNodeModel>
-
doGetAncestors
protected List<T> doGetAncestors(long nestedSetsTreeNodeScopeId, long nestedSetsTreeNodeLeft, long nestedSetsTreeNodeRight) - Specified by:
doGetAncestorsin classNestedSetsTreeManager<T extends NestedSetsTreeNodeModel>
-
doGetDescendants
protected List<T> doGetDescendants(long nestedSetsTreeNodeScopeId, long nestedSetsTreeNodeLeft, long nestedSetsTreeNodeRight) - Specified by:
doGetDescendantsin classNestedSetsTreeManager<T extends NestedSetsTreeNodeModel>
-
doUpdate
-
doUpdate
protected void doUpdate(long nestedSetsTreeNodeScopeId, boolean leftOrRight, long delta, long limit, boolean inclusive) - Specified by:
doUpdatein classNestedSetsTreeManager<T extends NestedSetsTreeNodeModel>
-
doUpdate
protected void doUpdate(long nestedSetsTreeNodeScopeId, long delta, long start, boolean startInclusive, long end, boolean endInclusive, List<T> includeList) - Specified by:
doUpdatein classNestedSetsTreeManager<T extends NestedSetsTreeNodeModel>
-
getMaxNestedSetsTreeNodeRight
protected long getMaxNestedSetsTreeNodeRight(long nestedSetsTreeNodeScopeId) - Specified by:
getMaxNestedSetsTreeNodeRightin classNestedSetsTreeManager<T extends NestedSetsTreeNodeModel>
-