| A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |
| schema — Property in class org.restfulx.services.air.AIRServiceProvider |
| existing schema (already in SQLite) |
| selectedItemChange — Event in class org.restfulx.components.rx.RxAutoComplete |
| |
| send(url, data, method, responder, httpHeaders) — Method in class org.restfulx.controllers.AuxHTTPController |
|
A different take on invoke. |
| send(url, data, method, responder, httpHeaders) — Method in class org.restfulx.controllers.mock.MockAuxHTTPController |
|
A different take on invoke. |
| sendOrUpload(request, object, responder, metadata, nestedBy, recursive, undoRedoFlag, creating) — Method in class org.restfulx.services.http.XMLHTTPServiceProvider |
| |
| serializer — Property in class org.restfulx.services.as3http.DirectCouchDBHTTPServiceProvider |
| |
| serializer — Property in class org.restfulx.services.http.XMLHTTPServiceProvider |
| |
| serializers — Static property in class org.restfulx.Rx |
| exposes commonly used serializers (XML and VO) |
| SerializersController — Class in package org.restfulx.controllers |
|
Provides centralized access to comonly used serializers. |
| SerializersController() — Constructor in class org.restfulx.controllers.SerializersController |
| |
| ServerPushController — Class in package org.restfulx.controllers |
|
This controller adds support for receiving messages from servers capable of
pushing messages, e.g. |
| ServerPushController(host, port, opts) — Constructor in class org.restfulx.controllers.ServerPushController |
|
Creates a new ServerPushController instance
|
| ServerPushEvent — Class in package org.restfulx.events |
|
This event is dispatched when a new message has been pushed from the server
|
| ServerPushEvent(message) — Constructor in class org.restfulx.events.ServerPushEvent |
| |
| service — Property in class org.restfulx.services.ServiceResponder |
|
The service provider that this responder has been created for
|
| ServiceCallStartEvent — Class in package org.restfulx.events |
|
This event is dispatched when service provider call is about to be made. |
| ServiceCallStartEvent() — Constructor in class org.restfulx.events.ServiceCallStartEvent |
| |
| ServiceCallStopEvent — Class in package org.restfulx.events |
|
This event is dispatched when the responser from the service provider
has been received. |
| ServiceCallStopEvent() — Constructor in class org.restfulx.events.ServiceCallStopEvent |
| |
| ServiceErrorEvent — Class in package org.restfulx.events |
|
This event is dispatched when the service provider received an error. |
| ServiceErrorEvent(errors:org.restfulx.services:IServiceErrors) — Constructor in class org.restfulx.events.ServiceErrorEvent |
| |
| serviceErrors — Property in class org.restfulx.validators.ServiceErrorValidator |
|
Set the errors and do validation
|
| ServiceErrors — Class in package org.restfulx.utils |
|
Provides access to ServiceProvider validation errors
|
| ServiceErrorValidator — Class in package org.restfulx.validators |
|
Flex Validator that can be used to display errors that are stored in
IServiceErrors format. |
| ServiceErrorValidator() — Constructor in class org.restfulx.validators.ServiceErrorValidator |
| |
| serviceProvider — Property in class org.restfulx.events.CacheUpdateEvent |
| |
| ServiceResponder — Class in package org.restfulx.services |
|
Central response manager for RESTful CRUD operations. |
| ServiceResponder(handler, service:org.restfulx.services:IServiceProvider, modelType, onSuccess, onFailure, unmarshallDisconnected, recursive) — Constructor in class org.restfulx.services.ServiceResponder |
|
|
| services — Static property in class org.restfulx.Rx |
| exposes currently registered service providers |
| ServicesController — Class in package org.restfulx.controllers |
|
Provides centralized access to currently available services. |
| ServicesController(availableServices, targetServiceId) — Constructor in class org.restfulx.controllers.ServicesController |
|
|
| sessionToken — Static property in class org.restfulx.Rx |
|
Stores current session id for use by URLRequest. |
| setItem(object) — Method in class org.restfulx.collections.ModelsCollection |
|
Sets a model item/ updates current reference if any
|
| setSyncProviders(source:org.restfulx.services:ISyncingServiceProvider, destination:org.restfulx.services:IServiceProvider) — Method in class org.restfulx.controllers.ChangeController |
|
Set sync providers on existing reference. |
| shallowCopy(source, target, fqn) — Static method in class org.restfulx.utils.RxUtils |
|
Do a shallow copy on two RxModel instances. |
| show(model:org.restfulx.models:RxModel, serviceProvider:org.restfulx.services:IServiceProvider, opts) — Method in class org.restfulx.controllers.CacheController |
|
Cache version of the show call. |
| show(object, optsOrOnSuccess, onFailure, nestedBy, metadata, fetchDependencies, useLazyMode, targetServiceId, customProcessor, unmarshallDisconnected) — Method in class org.restfulx.controllers.ModelsController |
|
Perform REST show operation. |
| show(optsOrOnSuccess, onFailure, nestedBy, metadata, fetchDependencies, useLazyMode, targetServiceId, customProcessor) — Method in class org.restfulx.models.RxModel |
|
Wrapper around Rx.models.show
|
| show(object, responder, metadata, nestedBy) — Method in interface org.restfulx.services.IServiceProvider |
|
RESTful CRUD contract: show method. |
| show(object, responder, metadata, nestedBy) — Method in class org.restfulx.services.air.AIRServiceProvider |
|
RESTful CRUD contract: show method. |
| show(object, responder, metadata, nestedBy) — Method in class org.restfulx.services.as3http.AS3XMLHTTPServiceProvider |
|
RESTful CRUD contract: show method. |
| show(object, responder, metadata, nestedBy) — Method in class org.restfulx.services.as3http.DirectCouchDBHTTPServiceProvider |
|
RESTful CRUD contract: show method. |
| show(object, responder, metadata, nestedBy) — Method in class org.restfulx.services.http.XMLHTTPServiceProvider |
|
RESTful CRUD contract: show method. |
| show(object, responder, metadata, nestedBy) — Method in class org.restfulx.services.mock.MockJSONHTTPServiceProvider |
| |
| show(object, responder, metadata, nestedBy) — Method in class org.restfulx.services.mock.MockXMLHTTPServiceProvider |
| |
| SHOW — Static property in class org.restfulx.events.CacheUpdateEvent |
| |
| showById(clazz, id, optsOrOnSuccess, onFailure, nestedBy, metadata, fetchDependencies, useLazyMode, targetServiceId, customProcessor, unmarshallDisconnected) — Method in class org.restfulx.controllers.ModelsController |
|
A different take on show method. |
| shown(object, id) — Method in class org.restfulx.controllers.ModelsController |
|
Checks to see if specified model has been shown
|
| shown() — Method in class org.restfulx.models.RxModel |
|
Wrapper around Rx.models.shown
|
| shown — Property in class org.restfulx.utils.ModelsMetadata |
| tracks which models have been shown |
| showOnEnter — Property in class org.restfulx.components.rx.RxAutoComplete |
| Indicates if a Rx.models.show operation should be performed on enter |
| singularize(word) — Static method in class org.restfulx.utils.Inflector |
|
Return word in plural form. |
| slug(word, replacement) — Static method in class org.restfulx.utils.Inflector |
|
Returns a string with all spaces converted to replacement and non word characters removed. |
| sort(items:org.restfulx.collections:RxCollection, fields) — Static method in class org.restfulx.Rx |
|
Sorts a given RxCollection using SortFields (or anonymous objects) provided without
side effects. |
| sort$(items:org.restfulx.collections:RxCollection, fields) — Static method in class org.restfulx.Rx |
|
Sorts a given RxCollection using SortFields (or anonymous objects) provided in
place. |
| source — Property in class org.restfulx.services.UndoRedoResponder |
|
Get the source IFunctionalResponder we wrap around
|
| source — Property in class org.restfulx.utils.TypedArray |
|
Array elements of the type specified by itemType
|
| sql — Property in class org.restfulx.services.air.AIRServiceProvider |
| map of models to various SQL expressions |
| state — Property in class org.restfulx.controllers.ModelsController |
| encapsulates models control metadata and state |
| state — Property in class org.restfulx.serializers.GenericSerializer |
| |
| state — Property in class org.restfulx.services.air.AIRServiceProvider |
| local metadata state |
| state — Property in class org.restfulx.services.as3http.DirectCouchDBHTTPServiceProvider |
| |
| state — Property in class org.restfulx.services.http.XMLHTTPServiceProvider |
| |
| sync — Property in class org.restfulx.models.RxModel |
| tracks if this model needs to be synchornized |
| sync(object, responder, metadata, nestedBy) — Method in interface org.restfulx.services.ISyncingServiceProvider |
|
Mark a specific model object as synced
|
| sync(object, responder, metadata, nestedBy) — Method in class org.restfulx.services.air.AIRServiceProvider |
|
Mark a specific model object as synced
|
|
| A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |