com.stackmob.customcode.dev.server.sdk

data

package data

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. data
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class DataServiceImpl extends DataService

  2. class DatastoreServiceImpl extends DatastoreService

  3. type ListWildcard = List[Any]

  4. class NoSMValueFoundException[T] extends Exception

  5. type RawList = List[AnyRef]

  6. type RawMap = Map[String, AnyRef]

  7. type RawMapList = List[RawMap]

  8. class SMObjectConverter extends AnyRef

  9. class TooManyDataServiceCallsException extends Exception

    Created by IntelliJ IDEA.

Value Members

  1. object DataServiceImpl

  2. object NoSMValueFoundException extends Serializable

  3. object TooManyDataServiceCallsException extends Serializable

  4. package extensions

  5. def smBody(updates: List[SMUpdate]): Map[String, String]

    create a body (to be used with PUT requests) from a list of SMUpdates

    create a body (to be used with PUT requests) from a list of SMUpdates

    updates

    the updates from which to create the body

    returns

    a Map representation of the body

  6. def smObject(rawMap: Map[String, AnyRef]): SMObject

  7. def smObjectList(list: RawMapList): List[SMObject]

  8. def smOptions(expandDepth: Long, mbFields: Option[List[String]] = None): StackMobOptions

    create a StackMobOptions from an expand depth and maybe some fields

    create a StackMobOptions from an expand depth and maybe some fields

    expandDepth

    the expand depth

    mbFields

    the fields from which to create the StackMobOptions

    returns

    the newly created StackMobOptions

  9. def smQuery(schemaName: String, conditions: List[SMCondition], mbRange: Option[(Long, Long)] = None, mbOrderings: Option[List[SMOrdering]] = None): StackMobQuery

    create a StackMobQuery from a list of SMConditions

    create a StackMobQuery from a list of SMConditions

    schemaName

    the name of the schema on which to query

    conditions

    the conditions to apply on the query

    returns

    the newly created StackMobQuery

  10. def smValue(obj: Any, depth: Int = 0): SMValue[_]

Inherited from AnyRef

Inherited from Any

Ungrouped