Static Public Member Functions | |
static | setNullValue ($nullValue) |
static | setProperty ($property) |
static | up (DAOConnected $object, LogicalObject $exp=null) |
static | down (DAOConnected $object, LogicalObject $exp=null) |
Static Private Attributes | |
static | $nullValue = 0 |
static | $property = 'position' |
Definition at line 15 of file DaoMoveHelper.class.php.
static DaoMoveHelper::down | ( | DAOConnected $ | object, | |
LogicalObject $ | exp = null | |||
) | [static] |
Definition at line 67 of file DaoMoveHelper.class.php.
References OrderBy::create(), Criteria::create(), DAOConnected::dao(), Expression::gt(), Assert::isTrue(), setNullValue(), and DaoUtils::swap().
static DaoMoveHelper::setNullValue | ( | $ | nullValue | ) | [static] |
Definition at line 20 of file DaoMoveHelper.class.php.
References $nullValue.
static DaoMoveHelper::setProperty | ( | $ | property | ) | [static] |
Definition at line 25 of file DaoMoveHelper.class.php.
References $property.
static DaoMoveHelper::up | ( | DAOConnected $ | object, | |
LogicalObject $ | exp = null | |||
) | [static] |
Definition at line 30 of file DaoMoveHelper.class.php.
References OrderBy::create(), Criteria::create(), DAOConnected::dao(), Assert::isTrue(), Expression::lt(), setNullValue(), and DaoUtils::swap().
DaoMoveHelper::$nullValue = 0 [static, private] |
Definition at line 17 of file DaoMoveHelper.class.php.
Referenced by setNullValue().
DaoMoveHelper::$property = 'position' [static, private] |
Definition at line 18 of file DaoMoveHelper.class.php.
Referenced by setProperty().