Page MenuHomenazrin ltd
Diviner Tech Docs PhabricatorApplicationTransactionQuery

abstract class PhabricatorApplicationTransactionQuery
Phorge Technical Documentation (Transactions)

This class is not documented.

Methods

final public static function newQueryForObject($object)

This method is not documented.
Parameters
PhabricatorApplicationTransactionInterface$object
Return
wild

abstract public function getTemplateApplicationTransaction()

This method is not documented.
Return
wild

public function withIDs($ids)

This method is not documented.
Parameters
array$ids
Return
wild

public function withPHIDs($phids)

This method is not documented.
Parameters
array$phids
Return
wild

public function withObjectPHIDs($object_phids)

This method is not documented.
Parameters
array$object_phids
Return
wild

public function withAuthorPHIDs($author_phids)

This method is not documented.
Parameters
array$author_phids
Return
wild

public function withTransactionTypes($transaction_types)

This method is not documented.
Parameters
array$transaction_types
Return
wild

public function withComments($with_comments)

This method is not documented.
Parameters
$with_comments
Return
wild

public function withDateCreatedBetween($min, $max)

This method is not documented.
Parameters
$min
$max
Return
wild

public function needComments($need)

This method is not documented.
Parameters
$need
Return
wild

public function needHandles($need)

This method is not documented.
Parameters
$need
Return
wild

public function setAggregatePagingCursor($cursor)

This method is not documented.
Parameters
PhabricatorQueryCursor$cursor
Return
wild

public function getAggregatePagingCursor()

This method is not documented.
Return
wild

protected function willExecute()

This method is not documented.
Return
wild

protected function loadPage()

This method is not documented.
Return
wild

protected function willFilterPage($xactions)

This method is not documented.
Parameters
array$xactions
Return
wild

protected function buildWhereClauseParts($conn)

This method is not documented.
Parameters
AphrontDatabaseConnection$conn
Return
wild

protected function buildJoinClauseParts($conn)

This method is not documented.
Parameters
AphrontDatabaseConnection$conn
Return
wild

protected function shouldGroupQueryResultRows()

This method is not documented.
Return
wild

public function getQueryApplicationClass()

Get name of class of application queried by the query.

To be overwritten by child classes when applicable.

Return
string|nullApplication class name

protected function getPrimaryTableAlias()

This method is not documented.
Return
wild

protected function newPagingMapFromPartialObject($object)

This method is not documented.
Parameters
$object
Return
wild

public function getBuiltinOrders()

This method is not documented.
Return
wild

public function getOrderableColumns()

This method is not documented.
Return
wild