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 long
doCountAncestors
(long nestedSetsTreeNodeScopeId, long nestedSetsTreeNodeLeft, long nestedSetsTreeNodeRight) protected long
doCountDescendants
(long nestedSetsTreeNodeScopeId, long nestedSetsTreeNodeLeft, long nestedSetsTreeNodeRight) doGetAncestors
(long nestedSetsTreeNodeScopeId, long nestedSetsTreeNodeLeft, long nestedSetsTreeNodeRight) doGetDescendants
(long nestedSetsTreeNodeScopeId, long nestedSetsTreeNodeLeft, long nestedSetsTreeNodeRight) protected void
doUpdate
(boolean leftOrRight, long nestedSetsTreeNodeScopeId, long delta, long start, boolean startInclusive, long end, boolean endInclusive, List<T> includeList) protected void
doUpdate
(long nestedSetsTreeNodeScopeId, boolean leftOrRight, long delta, long limit, boolean inclusive) protected void
doUpdate
(long nestedSetsTreeNodeScopeId, long delta, long start, boolean startInclusive, long end, boolean endInclusive, List<T> includeList) protected long
getMaxNestedSetsTreeNodeRight
(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:
doCountAncestors
in classNestedSetsTreeManager<T extends NestedSetsTreeNodeModel>
-
doCountDescendants
protected long doCountDescendants(long nestedSetsTreeNodeScopeId, long nestedSetsTreeNodeLeft, long nestedSetsTreeNodeRight) - Specified by:
doCountDescendants
in classNestedSetsTreeManager<T extends NestedSetsTreeNodeModel>
-
doGetAncestors
protected List<T> doGetAncestors(long nestedSetsTreeNodeScopeId, long nestedSetsTreeNodeLeft, long nestedSetsTreeNodeRight) - Specified by:
doGetAncestors
in classNestedSetsTreeManager<T extends NestedSetsTreeNodeModel>
-
doGetDescendants
protected List<T> doGetDescendants(long nestedSetsTreeNodeScopeId, long nestedSetsTreeNodeLeft, long nestedSetsTreeNodeRight) - Specified by:
doGetDescendants
in classNestedSetsTreeManager<T extends NestedSetsTreeNodeModel>
-
doUpdate
-
doUpdate
protected void doUpdate(long nestedSetsTreeNodeScopeId, boolean leftOrRight, long delta, long limit, boolean inclusive) - Specified by:
doUpdate
in 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:
doUpdate
in classNestedSetsTreeManager<T extends NestedSetsTreeNodeModel>
-
getMaxNestedSetsTreeNodeRight
protected long getMaxNestedSetsTreeNodeRight(long nestedSetsTreeNodeScopeId) - Specified by:
getMaxNestedSetsTreeNodeRight
in classNestedSetsTreeManager<T extends NestedSetsTreeNodeModel>
-