These are the methods of SaveQuery.
addCondition
Return to Top ^public function addCondition(field:String, operator:String, value:any):void
clone
Return to Top ^public function clone():SaveQuery
execute
Return to Top ^public function execute():void
nextPage
Return to Top ^public function nextPage():void
prevPage
Return to Top ^public function prevPage():void
reset
Return to Top ^public function reset():void
sortOn
Return to Top ^public function sortOn(field:String, sortDescending:Boolean):void
These are the properties of SaveQuery.
group
Return to Top ^public var group:SaveGroup;
isRandomized
Return to Top ^public var isRandomized:Boolean;
resultsPerPage
Return to Top ^public var resultsPerPage:uint;
These are the constants of SaveQuery.
AUTHOR_ID
Return to Top ^public static const AUTHOR_ID:String = "authorId";
AUTHOR_NAME
Return to Top ^public static const AUTHOR_NAME:String = "authorName";
CREATED_ON
Return to Top ^public static const CREATED_ON:String = "createdOn";
FILE_ID
Return to Top ^public static const FILE_ID:String = "fileId";
FILE_NAME
Return to Top ^public static const FILE_NAME:String = "fileName";
FILE_STATUS
Return to Top ^public static const FILE_STATUS:String = "fileStatus";
FILE_VIEWS
Return to Top ^public static const FILE_VIEWS:String = "fileViews";
OPERATOR_BEGINS_WITH
Return to Top ^public static const OPERATOR_BEGINS_WITH:String = "*=";
OPERATOR_CONTAINS
Return to Top ^public static const OPERATOR_CONTAINS:String = "*";
OPERATOR_ENDS_WITH
Return to Top ^public static const OPERATOR_ENDS_WITH:String = "=*";
OPERATOR_EQUAL
Return to Top ^public static const OPERATOR_EQUAL:String = "=";
OPERATOR_GREATER_OR_EQUAL
Return to Top ^public static const OPERATOR_GREATER_OR_EQUAL:String = ">=";
OPERATOR_GREATER_THAN
Return to Top ^public static const OPERATOR_GREATER_THAN:String = ">";
OPERATOR_LESS_OR_EQUAL
Return to Top ^public static const OPERATOR_LESS_OR_EQUAL:String = "<=";
OPERATOR_LESS_THAN
Return to Top ^public static const OPERATOR_LESS_THAN:String = "<";
OPERATOR_NOT_BEGINS_WITH
Return to Top ^public static const OPERATOR_NOT_BEGINS_WITH:String = "!*=";
OPERATOR_NOT_CONTAINS
Return to Top ^public static const OPERATOR_NOT_CONTAINS:String = "!*";
OPERATOR_NOT_ENDS_WITH
Return to Top ^public static const OPERATOR_NOT_ENDS_WITH:String = "!=*";
OPERATOR_NOT_EQUAL
Return to Top ^public static const OPERATOR_NOT_EQUAL:String = "!=";
UPDATED_ON
Return to Top ^public static const UPDATED_ON:String = "updatedOn";