Object/Trait

gitbucket.core.model

Profile

Related Docs: trait Profile | package model

Permalink

object Profile extends CoreProfile

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Profile
  2. CoreProfile
  3. ProtectedBranchComponent
  4. WebHookEventComponent
  5. WebHookComponent
  6. SshKeyComponent
  7. RepositoryComponent
  8. PullRequestComponent
  9. MilestoneComponent
  10. LabelComponent
  11. IssueLabelComponent
  12. IssueCommentComponent
  13. IssueComponent
  14. GroupMemberComponent
  15. CommitStatusComponent
  16. CommitCommentComponent
  17. CollaboratorComponent
  18. ActivityComponent
  19. TemplateComponent
  20. AccountComponent
  21. AccessTokenComponent
  22. Profile
  23. ProfileProvider
  24. AnyRef
  25. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class AccessTokens extends scala.slick.driver.JdbcProfile.SimpleQL.Table[AccessToken]

    Permalink
    Definition Classes
    AccessTokenComponent
  2. class Accounts extends scala.slick.driver.JdbcProfile.SimpleQL.Table[Account]

    Permalink
    Definition Classes
    AccountComponent
  3. class Activities extends scala.slick.driver.JdbcProfile.SimpleQL.Table[Activity] with (ActivityComponent.this)#BasicTemplate

    Permalink
    Definition Classes
    ActivityComponent
  4. trait BasicTemplate extends AnyRef

    Permalink
    Definition Classes
    TemplateComponent
  5. trait BranchTemplate extends (TemplateComponent.this)#BasicTemplate

    Permalink
    Definition Classes
    TemplateComponent
  6. class Collaborators extends scala.slick.driver.JdbcProfile.SimpleQL.Table[Collaborator] with (CollaboratorComponent.this)#BasicTemplate

    Permalink
    Definition Classes
    CollaboratorComponent
  7. class CommitComments extends scala.slick.driver.JdbcProfile.SimpleQL.Table[CommitComment] with (CommitCommentComponent.this)#CommitTemplate

    Permalink
    Definition Classes
    CommitCommentComponent
  8. class CommitStatuses extends scala.slick.driver.JdbcProfile.SimpleQL.Table[CommitStatus] with (CommitStatusComponent.this)#CommitTemplate

    Permalink
    Definition Classes
    CommitStatusComponent
  9. trait CommitTemplate extends (TemplateComponent.this)#BasicTemplate

    Permalink
    Definition Classes
    TemplateComponent
  10. class GroupMembers extends scala.slick.driver.JdbcProfile.SimpleQL.Table[GroupMember]

    Permalink
    Definition Classes
    GroupMemberComponent
  11. class IssueComments extends scala.slick.driver.JdbcProfile.SimpleQL.Table[IssueComment] with (IssueCommentComponent.this)#IssueTemplate

    Permalink
    Definition Classes
    IssueCommentComponent
  12. class IssueId extends scala.slick.driver.JdbcProfile.SimpleQL.Table[(String, String, Int)] with (IssueComponent.this)#IssueTemplate

    Permalink
    Definition Classes
    IssueComponent
  13. class IssueLabels extends scala.slick.driver.JdbcProfile.SimpleQL.Table[IssueLabel] with (IssueLabelComponent.this)#IssueTemplate with (IssueLabelComponent.this)#LabelTemplate

    Permalink
    Definition Classes
    IssueLabelComponent
  14. class IssueOutline extends scala.slick.driver.JdbcProfile.SimpleQL.Table[(String, String, Int, Int)] with (IssueComponent.this)#IssueTemplate

    Permalink
    Definition Classes
    IssueComponent
  15. trait IssueTemplate extends (TemplateComponent.this)#BasicTemplate

    Permalink
    Definition Classes
    TemplateComponent
  16. class Issues extends scala.slick.driver.JdbcProfile.SimpleQL.Table[Issue] with (IssueComponent.this)#IssueTemplate with (IssueComponent.this)#MilestoneTemplate

    Permalink
    Definition Classes
    IssueComponent
  17. trait LabelTemplate extends (TemplateComponent.this)#BasicTemplate

    Permalink
    Definition Classes
    TemplateComponent
  18. class Labels extends scala.slick.driver.JdbcProfile.SimpleQL.Table[Label] with (LabelComponent.this)#LabelTemplate

    Permalink
    Definition Classes
    LabelComponent
  19. trait MilestoneTemplate extends (TemplateComponent.this)#BasicTemplate

    Permalink
    Definition Classes
    TemplateComponent
  20. class Milestones extends scala.slick.driver.JdbcProfile.SimpleQL.Table[Milestone] with (MilestoneComponent.this)#MilestoneTemplate

    Permalink
    Definition Classes
    MilestoneComponent
  21. class ProtectedBranchContexts extends scala.slick.driver.JdbcProfile.SimpleQL.Table[ProtectedBranchContext] with (ProtectedBranchComponent.this)#BranchTemplate

    Permalink
    Definition Classes
    ProtectedBranchComponent
  22. class ProtectedBranches extends scala.slick.driver.JdbcProfile.SimpleQL.Table[ProtectedBranch] with (ProtectedBranchComponent.this)#BranchTemplate

    Permalink
    Definition Classes
    ProtectedBranchComponent
  23. class PullRequests extends scala.slick.driver.JdbcProfile.SimpleQL.Table[PullRequest] with (PullRequestComponent.this)#IssueTemplate

    Permalink
    Definition Classes
    PullRequestComponent
  24. class Repositories extends scala.slick.driver.JdbcProfile.SimpleQL.Table[Repository] with (RepositoryComponent.this)#BasicTemplate

    Permalink
    Definition Classes
    RepositoryComponent
  25. implicit class RichColumn extends AnyRef

    Permalink

    Extends Column to add conditional condition

    Extends Column to add conditional condition

    Definition Classes
    Profile
  26. class SshKeys extends scala.slick.driver.JdbcProfile.SimpleQL.Table[SshKey]

    Permalink
    Definition Classes
    SshKeyComponent
  27. class WebHookEvents extends scala.slick.driver.JdbcProfile.SimpleQL.Table[WebHookEvent] with (WebHookEventComponent.this)#BasicTemplate

    Permalink
    Definition Classes
    WebHookEventComponent
  28. class WebHooks extends scala.slick.driver.JdbcProfile.SimpleQL.Table[WebHook] with (WebHookComponent.this)#BasicTemplate

    Permalink
    Definition Classes
    WebHookComponent

Value Members

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. lazy val AccessTokens: TableQuery[AccessTokens]

    Permalink
    Definition Classes
    AccessTokenComponent
  5. lazy val Accounts: TableQuery[Accounts]

    Permalink
    Definition Classes
    AccountComponent
  6. lazy val Activities: TableQuery[Activities]

    Permalink
    Definition Classes
    ActivityComponent
  7. lazy val Collaborators: TableQuery[Collaborators]

    Permalink
    Definition Classes
    CollaboratorComponent
  8. lazy val CommitComments: TableQuery[CommitComments] { def autoInc: gitbucket.core.model.Profile.profile.ReturningInsertInvokerDef[gitbucket.core.model.Profile.CommitComments#TableElementType,Int] }

    Permalink
    Definition Classes
    CommitCommentComponent
  9. lazy val CommitStatuses: TableQuery[CommitStatuses]

    Permalink
    Definition Classes
    CommitStatusComponent
  10. lazy val GroupMembers: TableQuery[GroupMembers]

    Permalink
    Definition Classes
    GroupMemberComponent
  11. lazy val IssueComments: TableQuery[IssueComments] { def autoInc: gitbucket.core.model.Profile.profile.ReturningInsertInvokerDef[gitbucket.core.model.Profile.IssueComments#TableElementType,Int] }

    Permalink
    Definition Classes
    IssueCommentComponent
  12. lazy val IssueId: TableQuery[IssueId]

    Permalink
    Definition Classes
    IssueComponent
  13. lazy val IssueLabels: TableQuery[IssueLabels]

    Permalink
    Definition Classes
    IssueLabelComponent
  14. lazy val IssueOutline: TableQuery[IssueOutline]

    Permalink
    Definition Classes
    IssueComponent
  15. lazy val Issues: TableQuery[Issues]

    Permalink
    Definition Classes
    IssueComponent
  16. lazy val Labels: TableQuery[Labels]

    Permalink
    Definition Classes
    LabelComponent
  17. lazy val Milestones: TableQuery[Milestones]

    Permalink
    Definition Classes
    MilestoneComponent
  18. lazy val ProtectedBranchContexts: TableQuery[ProtectedBranchContexts]

    Permalink
    Definition Classes
    ProtectedBranchComponent
  19. lazy val ProtectedBranches: TableQuery[ProtectedBranches]

    Permalink
    Definition Classes
    ProtectedBranchComponent
  20. lazy val PullRequests: TableQuery[PullRequests]

    Permalink
    Definition Classes
    PullRequestComponent
  21. lazy val Repositories: TableQuery[Repositories]

    Permalink
    Definition Classes
    RepositoryComponent
  22. lazy val SshKeys: TableQuery[SshKeys]

    Permalink
    Definition Classes
    SshKeyComponent
  23. lazy val WebHookEvents: TableQuery[WebHookEvents]

    Permalink
    Definition Classes
    WebHookEventComponent
  24. lazy val WebHooks: TableQuery[WebHooks]

    Permalink
    Definition Classes
    WebHookComponent
  25. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  26. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. implicit val commitStateColumnType: BaseColumnType[CommitState]

    Permalink
    Definition Classes
    CommitStatusComponent
  28. def currentDate: Date

    Permalink

    Returns system date.

    Returns system date.

    Definition Classes
    Profile
  29. implicit val dateColumnType: BaseColumnType[Date]

    Permalink

    java.util.Date Mapped Column Types

    java.util.Date Mapped Column Types

    Definition Classes
    Profile
  30. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  37. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  38. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  39. lazy val profile: JdbcProfile

    Permalink
    Definition Classes
    ProfileProvider
  40. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  41. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  42. implicit val typedType: BaseColumnType[Event]

    Permalink
    Definition Classes
    WebHookEventComponent
  43. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. implicit val whContentTypeColumnType: BaseColumnType[WebHookContentType]

    Permalink
    Definition Classes
    WebHookComponent

Inherited from CoreProfile

Inherited from ProtectedBranchComponent

Inherited from WebHookEventComponent

Inherited from WebHookComponent

Inherited from SshKeyComponent

Inherited from RepositoryComponent

Inherited from PullRequestComponent

Inherited from MilestoneComponent

Inherited from LabelComponent

Inherited from IssueLabelComponent

Inherited from IssueCommentComponent

Inherited from IssueComponent

Inherited from GroupMemberComponent

Inherited from CommitStatusComponent

Inherited from CommitCommentComponent

Inherited from CollaboratorComponent

Inherited from ActivityComponent

Inherited from TemplateComponent

Inherited from AccountComponent

Inherited from AccessTokenComponent

Inherited from Profile

Inherited from ProfileProvider

Inherited from AnyRef

Inherited from Any

Ungrouped