@ProviderType
public interface TreeModelTasks<T extends TreeModel>
Modifier and Type | Method and Description |
---|---|
List<T> |
findTreeModels(long previousId,
long companyId,
long parentPrimaryKey,
int size) |
void |
rebuildDependentModelsTreePaths(long parentPrimaryKey,
String treePath) |
List<T> findTreeModels(long previousId, long companyId, long parentPrimaryKey, int size)
void rebuildDependentModelsTreePaths(long parentPrimaryKey, String treePath) throws PortalException
PortalException