|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OrdinalManager.Direction | |
|---|---|
| com.uwyn.rife.cmf.dam | Provides classes and interfaces for the database access management of the content management framework. |
| Uses of OrdinalManager.Direction in com.uwyn.rife.cmf.dam |
|---|
| Fields in com.uwyn.rife.cmf.dam declared as OrdinalManager.Direction | |
|---|---|
static OrdinalManager.Direction |
OrdinalManager.DOWN
Has to be used to indicate an downwards direction for the move method. |
static OrdinalManager.Direction |
OrdinalManager.UP
Has to be used to indicate an upwards direction for the move method. |
| Methods in com.uwyn.rife.cmf.dam that return OrdinalManager.Direction | |
|---|---|
static OrdinalManager.Direction |
OrdinalManager.Direction.getDirection(String name)
|
| Methods in com.uwyn.rife.cmf.dam with parameters of type OrdinalManager.Direction | |
|---|---|
boolean |
ContentQueryManager.move(Constrained bean,
String propertyName,
OrdinalManager.Direction direction)
Moves the row that corresponds to the provided bean instance according to a property with an ordinal constraint. |
boolean |
OrdinalManager.move(OrdinalManager.Direction direction,
int ordinal)
Moves the position of a row with a specific ordinal within the entire table. |
boolean |
OrdinalManager.move(OrdinalManager.Direction direction,
long restrictId,
int ordinal)
Moves the position of a row with a specific ordinal within the range restricted by the provided ID. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||