Changed Methods | ||
void
checkIsContractExpired
() |
Change in exceptions:
ECApplicationException was removed. ECException was
added. |
In this default implementation we validate if the contract is expired and the expired date of the contract should later than its referenced business policies' expired date. |
void
otherValidateCheck
() |
Change in exceptions thrown from
ECApplicationException to (ECException, CreateException,
RemoteException, FinderException, NamingException ). |
Override this method to add additional contract validation. |