BaseService Class
Base service class of DDD pattern.
the parent "Base" class just simply gives this.facade property
Item Index
Properties
Methods
deprecated
(
Error
protected
-
methodName -
message
Show indication message of deprecated method
Parameters:
-
methodNameString -
messageString
Returns:
Error:
error
(
Error
-
reason -
[message]
create instance of DomainError
Parameters:
-
reasonStringreason of the error
-
[message]String optional
Returns:
Error:
getParent
()
Function
get parent class
Returns:
Function:
