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, conditions: JavaList[SMCondition]): Long

    Definition Classes
    DataServiceImpl → DataService
  11. def countObjects(schema: String): Long

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

    Definition Classes
    DataServiceImpl → DataService
    Annotations
    @throws( classOf[DatastoreException] ) @throws( classOf[InvalidSchemaException] )
  13. def createObjects(schema: String, toCreate: JavaList[SMObject]): BulkResult

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

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

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

    Definition Classes
    DataServiceImpl → DataService
    Annotations
    @throws( classOf[DatastoreException] ) @throws( classOf[InvalidSchemaException] )
  17. def deleteObjects(schema: String, conditions: List[SMCondition]): Long

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    DataServiceImpl → DataService
    Annotations
    @throws( classOf[DatastoreException] ) @throws( classOf[InvalidSchemaException] )
  33. 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] )
  34. 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] )
  35. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  36. def toString(): String

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from DataService

Inherited from AnyRef

Inherited from Any

Ungrouped