com.atomizesoftware.spin.data.repositories.UserDefinedFieldsRepositoryComponent

UserDefinedFieldsRepositoryImpl

class UserDefinedFieldsRepositoryImpl extends UserDefinedFieldsRepository

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

Instance Constructors

  1. new UserDefinedFieldsRepositoryImpl()

Value Members

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

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Definition Classes
    AnyRef → Any
  4. def all(implicit s: scala.slick.jdbc.JdbcBackend.Session): List[UserDefinedFieldsDefinition]

  5. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  6. def cargoFieldsDefinition(implicit s: scala.slick.jdbc.JdbcBackend.Session): Option[UserDefinedFieldsDefinition]

  7. def cargoTypeFieldsDefinition(implicit s: scala.slick.jdbc.JdbcBackend.Session): Option[UserDefinedFieldsDefinition]

  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def companyFieldsDefinition(implicit s: scala.slick.jdbc.JdbcBackend.Session): Option[UserDefinedFieldsDefinition]

  10. def containerFieldsDefinition(implicit s: scala.slick.jdbc.JdbcBackend.Session): Option[UserDefinedFieldsDefinition]

  11. def containerTypeFieldsDefinition(implicit s: scala.slick.jdbc.JdbcBackend.Session): Option[UserDefinedFieldsDefinition]

  12. def customerFieldsDefinition(implicit s: scala.slick.jdbc.JdbcBackend.Session): Option[UserDefinedFieldsDefinition]

  13. def definitionsAndTotalCountForFilters(references: String, filter: String, filterOr: String, search: String, sortBy: String, timeZoneId: String, limit: Int, offset: Int)(implicit s: scala.slick.jdbc.JdbcBackend.Session): (List[UserDefinedFieldsDefinition], Long)

    Returns a tuple with the list of user defined fields definitions that pertain to the selection filters and the total number of matching records that were found.

    Returns a tuple with the list of user defined fields definitions that pertain to the selection filters and the total number of matching records that were found.

    If no limit was imposed in the selection filters, we do not make another query to get the total number of records, as they were already returned.

    Definition Classes
    UserDefinedFieldsRepositoryImplUserDefinedFieldsRepository
  14. def delete(id: Long)(implicit s: scala.slick.jdbc.JdbcBackend.Session, currentUser: AuthenticatedUser): Boolean

  15. def deviceFieldsDefinition(implicit s: scala.slick.jdbc.JdbcBackend.Session): Option[UserDefinedFieldsDefinition]

  16. def documentFieldsDefinition(implicit s: scala.slick.jdbc.JdbcBackend.Session): Option[UserDefinedFieldsDefinition]

  17. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  19. def equipmentFieldsDefinition(implicit s: scala.slick.jdbc.JdbcBackend.Session): Option[UserDefinedFieldsDefinition]

  20. def filtered(references: String, filter: String, filterOr: String, search: String, sortBy: String, timeZoneId: String, limit: Int, offset: Int)(implicit s: scala.slick.jdbc.JdbcBackend.Session): List[UserDefinedFieldsDefinition]

    Gets a list of com.atomizesoftware.spin.models.UserDefinedFieldsDefinition with the requested filters.

  21. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  23. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  24. def insert(definition: UserDefinedFieldsDefinition)(implicit s: scala.slick.jdbc.JdbcBackend.Session, currentUser: AuthenticatedUser): Option[Long]

  25. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  26. def locationFieldsDefinition(implicit s: scala.slick.jdbc.JdbcBackend.Session): Option[UserDefinedFieldsDefinition]

  27. def movementFieldsDefinition(implicit s: scala.slick.jdbc.JdbcBackend.Session): Option[UserDefinedFieldsDefinition]

  28. def movementTypeFieldsDefinition(implicit s: scala.slick.jdbc.JdbcBackend.Session): Option[UserDefinedFieldsDefinition]

  29. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  32. def orderFieldsDefinition(implicit s: scala.slick.jdbc.JdbcBackend.Session): Option[UserDefinedFieldsDefinition]

  33. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  34. def toString(): String

    Definition Classes
    AnyRef → Any
  35. def totalCountForFilters(filter: String, filterOr: String, search: String, references: String)(implicit s: scala.slick.jdbc.JdbcBackend.Session): Long

    Gets the number of records that correspond to the complex select statement.

    Gets the number of records that correspond to the complex select statement.

    Definition Classes
    UserDefinedFieldsRepositoryImplUserDefinedFieldsRepository
  36. def update(definition: UserDefinedFieldsDefinition)(implicit s: scala.slick.jdbc.JdbcBackend.Session, currentUser: AuthenticatedUser): Boolean

    Updates a com.atomizesoftware.spin.models.UserDefinedFieldsDefinition

    Updates a com.atomizesoftware.spin.models.UserDefinedFieldsDefinition

    If fields are specified, only those are updated, otherwise the whole entity is updated.

    Definition Classes
    UserDefinedFieldsRepositoryImplUserDefinedFieldsRepository
  37. def updateDefinitions(definitions: List[UserDefinedFieldsDefinition])(implicit s: scala.slick.jdbc.JdbcBackend.Session, currentUser: AuthenticatedUser): Boolean

    Updates several com.atomizesoftware.spin.models.UserDefinedFieldsDefinition taking into account the fields chosen to be updated.

    Updates several com.atomizesoftware.spin.models.UserDefinedFieldsDefinition taking into account the fields chosen to be updated.

    Definition Classes
    UserDefinedFieldsRepositoryImplUserDefinedFieldsRepository
  38. def userDefinedFieldsForSync(syncTimestamp: Long)(implicit s: scala.slick.jdbc.JdbcBackend.Session): List[UserDefinedFieldsDefinition]

    Gets a list ifcom.atomizesoftware.spin.models.UserDefinedFieldsDefinition for synchronization with mobile devices.

    Gets a list ifcom.atomizesoftware.spin.models.UserDefinedFieldsDefinition for synchronization with mobile devices.

    Definition Classes
    UserDefinedFieldsRepositoryImplUserDefinedFieldsRepository
  39. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. def withCode(code: String)(implicit s: scala.slick.jdbc.JdbcBackend.Session): Option[UserDefinedFieldsDefinition]

  43. def withId(id: Long)(implicit s: scala.slick.jdbc.JdbcBackend.Session): Option[UserDefinedFieldsDefinition]

Inherited from AnyRef

Inherited from Any

Ungrouped