org.activiti.engine.impl
类 TablePageQueryImpl

java.lang.Object
  继承者 org.activiti.engine.impl.TablePageQueryImpl
所有已实现的接口:
Serializable, Command<TablePage>, TablePageQuery

public class TablePageQueryImpl
extends Object
implements TablePageQuery, Command<TablePage>, Serializable

作者:
Joram Barrez
另请参见:
序列化表格

字段摘要
protected  int firstResult
           
protected  int maxResults
           
protected  String order
           
protected  String tableName
           
 
构造方法摘要
TablePageQueryImpl()
           
TablePageQueryImpl(CommandExecutor commandExecutor)
           
 
方法摘要
protected  void addOrder(String column, String sortOrder)
           
 TablePage execute(CommandContext commandContext)
           
 String getOrder()
           
 String getTableName()
           
 TablePage listPage(int firstResult, int maxResults)
          Executes the query and returns the TablePage.
 TablePageQueryImpl orderAsc(String column)
          Orders the resulting table page rows by the given column in ascending order.
 TablePageQueryImpl orderDesc(String column)
          Orders the resulting table page rows by the given column in descending order.
 TablePageQueryImpl tableName(String tableName)
          The name of the table of which a page must be fetched.
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

tableName

protected String tableName

order

protected String order

firstResult

protected int firstResult

maxResults

protected int maxResults
构造方法详细信息

TablePageQueryImpl

public TablePageQueryImpl()

TablePageQueryImpl

public TablePageQueryImpl(CommandExecutor commandExecutor)
方法详细信息

tableName

public TablePageQueryImpl tableName(String tableName)
从接口 TablePageQuery 复制的描述
The name of the table of which a page must be fetched.

指定者:
接口 TablePageQuery 中的 tableName

orderAsc

public TablePageQueryImpl orderAsc(String column)
从接口 TablePageQuery 复制的描述
Orders the resulting table page rows by the given column in ascending order.

指定者:
接口 TablePageQuery 中的 orderAsc

orderDesc

public TablePageQueryImpl orderDesc(String column)
从接口 TablePageQuery 复制的描述
Orders the resulting table page rows by the given column in descending order.

指定者:
接口 TablePageQuery 中的 orderDesc

getTableName

public String getTableName()

addOrder

protected void addOrder(String column,
                        String sortOrder)

listPage

public TablePage listPage(int firstResult,
                          int maxResults)
从接口 TablePageQuery 复制的描述
Executes the query and returns the TablePage.

指定者:
接口 TablePageQuery 中的 listPage

execute

public TablePage execute(CommandContext commandContext)
指定者:
接口 Command<TablePage> 中的 execute

getOrder

public String getOrder()


Copyright © 2013 Alfresco. All rights reserved.