com.stackmob.customcode.dev.server.sdk.data

DataServiceImpl

class DataServiceImpl extends DataService

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

Instance Constructors

  1. new DataServiceImpl(stackMob: StackMob, maxCallsPerRequest: Int = ..., allCallsLimiter: CallLimitation = ...)(implicit session: UUID)

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def addRelatedObjects(schema: String, objectId: SMValue[_], relation: String, relatedIds: SMList[_ <: SMValue[_]]): SMObject

    Definition Classes
    DataServiceImpl → DataService
    Annotations
    @throws( classOf[DatastoreException] ) @throws( classOf[InvalidSchemaException] )
  7. def addRelatedObjects(schema: String, objectId: SMValue[_], relation: String, relatedIds: JavaList[_ <: SMValue[_]]): SMObject

    Definition Classes
    DataServiceImpl → DataService
    Annotations
    @throws( classOf[DatastoreException] ) @throws( classOf[InvalidSchemaException] )
  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  10. def countObjects(schema: String): Long

    Definition Classes
    DataServiceImpl → DataService
    Annotations
    @throws( classOf[DatastoreException] ) @throws( classOf[InvalidSchemaException] )
  11. def createObject(schema: String, toCreate: SMObject): SMObject

    Definition Classes
    DataServiceImpl → DataService
    Annotations
    @throws( classOf[DatastoreException] ) @throws( classOf[InvalidSchemaException] )
  12. def createRelatedObjects(schema: String, objectId: SMValue[_], relatedField: String, relatedObjectsToCreate: JavaList[SMObject]): BulkResult

    Definition Classes
    DataServiceImpl → DataService
    Annotations
    @throws( classOf[DatastoreException] ) @throws( classOf[InvalidSchemaException] )
  13. def deleteObject(schema: String, id: SMValue[_]): JavaBoolean

    Definition Classes
    DataServiceImpl → DataService
    Annotations
    @throws( classOf[DatastoreException] ) @throws( classOf[InvalidSchemaException] )
  14. def deleteObject(schema: String, id: String): JavaBoolean

    Definition Classes
    DataServiceImpl → DataService
    Annotations
    @throws( classOf[DatastoreException] ) @throws( classOf[InvalidSchemaException] )
  15. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  17. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  18. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  19. def getObjectModelNames(): JavaSet[String]

    Definition Classes
    DataServiceImpl → DataService
    Annotations
    @throws( classOf[DatastoreException] ) @throws( classOf[InvalidSchemaException] )
  20. def getUserSchema(): String

    Definition Classes
    DataServiceImpl → DataService
  21. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  22. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  23. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  24. final def notify(): Unit

    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  26. def readObjects(schema: String, conditions: JavaList[SMCondition], expandDepth: Int, resultFilters: ResultFilters): JavaList[SMObject]

    Definition Classes
    DataServiceImpl → DataService
    Annotations
    @throws( classOf[DatastoreException] ) @throws( classOf[InvalidSchemaException] )
  27. def readObjects(schema: String, conditions: JavaList[SMCondition], expandDepth: Int): JavaList[SMObject]

    Definition Classes
    DataServiceImpl → DataService
    Annotations
    @throws( classOf[DatastoreException] ) @throws( classOf[InvalidSchemaException] )
  28. def readObjects(schema: String, conditions: JavaList[SMCondition], fields: JavaList[String]): JavaList[SMObject]

    Definition Classes
    DataServiceImpl → DataService
    Annotations
    @throws( classOf[DatastoreException] ) @throws( classOf[InvalidSchemaException] )
  29. def readObjects(schema: String, conditions: JavaList[SMCondition]): JavaList[SMObject]

    Definition Classes
    DataServiceImpl → DataService
    Annotations
    @throws( classOf[DatastoreException] ) @throws( classOf[InvalidSchemaException] )
  30. def removeRelatedObjects(schema: String, objectId: SMValue[_], relation: String, relatedIds: SMList[_ <: SMValue[_]], cascadeDelete: Boolean): Unit

    Definition Classes
    DataServiceImpl → DataService
    Annotations
    @throws( classOf[DatastoreException] ) @throws( classOf[InvalidSchemaException] )
  31. def removeRelatedObjects(schema: String, objectId: SMValue[_], relation: String, relatedIds: JavaList[_ <: SMValue[_]], cascadeDelete: Boolean): Unit

    Definition Classes
    DataServiceImpl → DataService
    Annotations
    @throws( classOf[DatastoreException] ) @throws( classOf[InvalidSchemaException] )
  32. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  33. def toString(): String

    Definition Classes
    AnyRef → Any
  34. def updateObject(schema: String, id: SMValue[_], conditions: JavaList[SMCondition], updateActions: JavaList[SMUpdate]): SMObject

    Definition Classes
    DataServiceImpl → DataService
    Annotations
    @throws( classOf[DatastoreException] ) @throws( classOf[InvalidSchemaException] )
  35. def updateObject(schema: String, id: SMValue[_], updateActions: JavaList[SMUpdate]): SMObject

    Definition Classes
    DataServiceImpl → DataService
    Annotations
    @throws( classOf[DatastoreException] ) @throws( classOf[InvalidSchemaException] )
  36. def updateObject(schema: String, id: String, updateActions: JavaList[SMUpdate]): SMObject

    Definition Classes
    DataServiceImpl → DataService
    Annotations
    @throws( classOf[DatastoreException] ) @throws( classOf[InvalidSchemaException] )
  37. def updateObjects(schema: String, conditions: JavaList[SMCondition], updateActions: JavaList[SMUpdate]): Unit

    Definition Classes
    DataServiceImpl → DataService
    Annotations
    @throws( classOf[DatastoreException] ) @throws( classOf[InvalidSchemaException] )
  38. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  39. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  40. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from DataService

Inherited from AnyRef

Inherited from Any

Ungrouped