c

controllers

ControllerTransaction

class ControllerTransaction extends Controller

Linear Supertypes
Controller, HeaderNames, Status, Results, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ControllerTransaction
  2. Controller
  3. HeaderNames
  4. Status
  5. Results
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ControllerTransaction(formFactory: FormFactory, messagesApi: MessagesApi)
    Annotations
    @Inject()

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def calculateAssetSum(accountBalance: String, assetSum: String): String
  6. def calculateNoOfTransactions(requestData: DynamicForm): Int
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  8. def deleteRowsFromNewLineTransactionsArray(newLineTransactions: List[Transaction]): List[Transaction]
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  12. def getCategories(userName: String): List[Category]
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def getFromToDates(userName: String): GeneralData
  15. def getTransaction(transactionId: String, userName: String): Result
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. def login(): Result
  19. def logout(): Result
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. def populateGeneralDataCategoryEnvironment(showTransactionsView: ShowTransactionsView, userName: String): ShowTransactionsView
  24. def populateNewLine(accountTitle: String): Transaction
  25. def populateNewTransactionLine2(showTransactionsView: ShowTransactionsView, accountName: String): ShowTransactionsView
  26. def populateShowTransactionsView(newLineTransactionsListType: String, accountTransactionsListType: String, userName: String, accountName: String, transactionId: String, actionType2: String): ShowTransactionsView
  27. def populateTransactionFromRequest(requestData: DynamicForm, userName: String): List[Transaction]
  28. def processAccountsView(accountName: String, userName: String): Result
  29. def processNewTransaction(request: Request): Result
  30. def processNewTransaction1(request: Request): Result
  31. def reconcileTransaction(transactionId: String, userName: String): Result
  32. def showAccounts(request: Request): Result
  33. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  34. def toString(): String
    Definition Classes
    AnyRef → Any
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Controller

Inherited from HeaderNames

Inherited from Status

Inherited from Results

Inherited from AnyRef

Inherited from Any

Ungrouped