Class

by.exonit.redmine.client.managers.impl

ProjectManagerImpl

Related Doc: package impl

Permalink

class ProjectManagerImpl extends ProjectManager

Linear Supertypes
ProjectManager, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ProjectManagerImpl
  2. ProjectManager
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ProjectManagerImpl(requestManager: RequestManager)

    Permalink

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. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def createProject(project: New): Task[Project]

    Permalink
    Definition Classes
    ProjectManagerImpl → ProjectManager
  7. def createVersion(project: ProjectIdLike, version: New): Task[Version]

    Permalink
    Definition Classes
    ProjectManagerImpl → ProjectManager
  8. def deleteProject(id: ProjectIdLike): Task[Unit]

    Permalink
    Definition Classes
    ProjectManagerImpl → ProjectManager
  9. def deleteVersion(id: VersionIdLike): Task[Unit]

    Permalink
    Definition Classes
    ProjectManagerImpl → ProjectManager
  10. final def eq(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  14. def getNews(project: ProjectIdLike): Task[PagedList[News]]

    Permalink
    Definition Classes
    ProjectManagerImpl → ProjectManager
  15. def getProject(id: ProjectIdLike, includes: Include*): Task[Project]

    Permalink
    Definition Classes
    ProjectManagerImpl → ProjectManager
  16. def getProjectByKey(key: String, includes: Include*): Task[Project]

    Permalink
    Definition Classes
    ProjectManagerImpl → ProjectManager
  17. def getProjects(params: (String, String)*): Task[PagedList[Project]]

    Permalink
    Definition Classes
    ProjectManagerImpl → ProjectManager
  18. def getVersion(id: VersionIdLike): Task[Version]

    Permalink
    Definition Classes
    ProjectManagerImpl → ProjectManager
  19. def getVersions(project: ProjectIdLike, params: (String, String)*): Task[PagedList[Version]]

    Permalink
    Definition Classes
    ProjectManagerImpl → ProjectManager
  20. def hashCode(): Int

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  25. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  27. def updateProject(id: ProjectIdLike, update: Update): Task[Unit]

    Permalink
    Definition Classes
    ProjectManagerImpl → ProjectManager
  28. def updateVersion(id: VersionIdLike, update: Update): Task[Unit]

    Permalink
    Definition Classes
    ProjectManagerImpl → ProjectManager
  29. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ProjectManager

Inherited from AnyRef

Inherited from Any

Ungrouped