trait TradingLossesValidation extends Validators with CtTypeConverters
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- TradingLossesValidation
- CtTypeConverters
- Validators
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
And(predicates: () ⇒ Boolean*)(): Boolean
- Attributes
- protected
- Definition Classes
- Validators
-
def
Or(predicates: () ⇒ Boolean*)(): Boolean
- Attributes
- protected
- Definition Classes
- Validators
- def allLossesOffsetByNonTradingProfit(cp118: Int, cato01: Int): Boolean
- def answeredNoToCurrentTradingLossesAgainstNonTradingProfit(boxRetriever: ComputationsBoxRetriever)(): Boolean
- def answeredNoToTradingLossesNotUsedFromPreviousPeriod(boxRetriever: ComputationsBoxRetriever)(): Boolean
- def answeredYesToCurrentTradingLossesAgainstNonTradingProfit(boxRetriever: ComputationsBoxRetriever)(): Boolean
- def answeredYesToCurrentTradingLossesAgainstToPreviousPeriod(boxRetriever: ComputationsBoxRetriever)(): Boolean
- def answeredYesToTradingLossesNotUsedFromPreviousPeriod(boxRetriever: ComputationsBoxRetriever)(): Boolean
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
belowMin(value: Option[Int], min: Int = MIN_MONEY_AMOUNT_ALLOWED)(): Set[CtValidation]
- Attributes
- protected
- Definition Classes
- Validators
-
def
belowMinWithMax(value: Option[Int], max: Int, min: Int = MIN_MONEY_AMOUNT_ALLOWED)(): Set[CtValidation]
- Attributes
- protected
- Definition Classes
- Validators
-
val
boxId: String
- Attributes
- protected
- Definition Classes
- Validators
-
def
cannotExistErrorIf(predicate: ⇒ Boolean)(): Set[CtValidation]
- Attributes
- protected
- Definition Classes
- Validators
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
collectErrors(predicates: () ⇒ Set[CtValidation]*): Set[CtValidation]
- Attributes
- protected
- Definition Classes
- Validators
-
def
collectWithBoxId(newBoxId: String)(errors: Set[CtValidation]): Set[CtValidation]
- Attributes
- protected
- Definition Classes
- Validators
-
implicit
def
convert(catoOptionalBigDecimal: CtOptionalBigDecimal): Option[BigDecimal]
- Definition Classes
- CtTypeConverters
-
implicit
def
convert(catoInt: CtOptionalInteger): Int
- Definition Classes
- CtTypeConverters
-
implicit
def
convert(catoInt: CtInteger): Int
- Definition Classes
- CtTypeConverters
-
implicit
def
convert(catoBoolean: CtOptionalBoolean): Boolean
- Definition Classes
- CtTypeConverters
-
implicit
def
convert(catoBoolean: CtBoolean): Boolean
- Definition Classes
- CtTypeConverters
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
errorMessage[A](messageKey: String, errorArguments: Seq[A] = Seq.empty): Set[CtValidation]
- Attributes
- protected
- Definition Classes
- Validators
-
def
exceedsMax(value: Option[Int], max: Int = MAX_MONEY_AMOUNT_ALLOWED, errorMsg: String = "exceeds.max")(): Set[CtValidation]
- Attributes
- protected
- Definition Classes
- Validators
-
def
failIf(condition: ⇒ Boolean)(validationErrors: ⇒ Set[CtValidation])(): Set[CtValidation]
- Attributes
- protected
- Definition Classes
- Validators
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hasNonTradingProfit(boxRetriever: ComputationsBoxRetriever)(): Boolean
- def hasTradingLoss(boxRetriever: ComputationsBoxRetriever)(): Boolean
- def hasTradingProfit(boxRetriever: ComputationsBoxRetriever)(): Boolean
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
isEmpty(value: Option[_]): Boolean
- Attributes
- protected
- Definition Classes
- Validators
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def moreLossesThanNonTradeProfit(cp118: Int, cato01: Int): Boolean
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def netTradingProfitEqualsTradingProfit(boxRetriever: ComputationsBoxRetriever)(): Boolean
- def netTradingProfitGreaterThanTradingProfit(boxRetriever: ComputationsBoxRetriever)(): Boolean
- def netTradingProfitPlusNonTradingProfitEqualsZero(boxRetriever: ComputationsBoxRetriever)(): Boolean
- def netTradingProfitPlusNonTradingProfitGreaterThanZero(boxRetriever: ComputationsBoxRetriever)(): Boolean
- def noLossesWithNonTradingProfit(cp118: Int, cato01: Int): Boolean
- def noNonTradingProfit(boxRetriever: ComputationsBoxRetriever)(): Boolean
- def noTradingLoss(boxRetriever: ComputationsBoxRetriever)(): Boolean
- def noTradingProfit(boxRetriever: ComputationsBoxRetriever)(): Boolean
- def noTradingProfitOrLoss(boxRetriever: ComputationsBoxRetriever)(): Boolean
-
def
nonEmpty(value: Option[_]): Boolean
- Attributes
- protected
- Definition Classes
- Validators
- def nonTradingProfitNotGreaterThanTradingLoss(boxRetriever: ComputationsBoxRetriever)(): Boolean
- def notAnsweredCurrentTradingLossesAgainstNonTradingProfit(boxRetriever: ComputationsBoxRetriever)(): Boolean
- def notAnsweredTradingLossesNotUsedFromPreviousPeriod(boxRetriever: ComputationsBoxRetriever)(): Boolean
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
passIf(condition: ⇒ Boolean)(validationErrors: ⇒ Set[CtValidation])(): Set[CtValidation]
- Attributes
- protected
- Definition Classes
- Validators
-
def
replaceBoxId(newBoxId: String, errors: () ⇒ Set[CtValidation])(): Set[CtValidation]
- Attributes
- protected
- Definition Classes
- Validators
-
def
requiredErrorIf(predicate: ⇒ Boolean)(): Set[CtValidation]
- Attributes
- protected
- Definition Classes
- Validators
- def sumOfBroughtForwardErrors(retriever: ComputationsBoxRetriever): Set[CtValidation]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
validateMoney(value: Option[Int], min: Int = -99999999, max: Int = 99999999)(): Set[CtValidation]
- Attributes
- protected
- Definition Classes
- Validators
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()