Package com.skava.accounts.service.impl
Class DeleteAccountPropertiesServiceImpl
java.lang.Object
com.skava.accounts.service.impl.DeleteAccountPropertiesServiceImpl
- All Implemented Interfaces:
DeleteAccountPropertiesService
,com.skava.core.EcommService<AccountPropertiesRequestInternal,
AccountPropertyAPIResponse>
@Service
@Transactional(propagation=REQUIRED,
readOnly=false,
noRollbackFor=java.lang.Exception.class)
public class DeleteAccountPropertiesServiceImpl
extends Object
implements DeleteAccountPropertiesService
The Class DeletePropertiesServiceImpl is used for delete account properies based on the provided information.
- Author:
- Infosys Equinox
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<com.skava.core.validation.ValidatorComponent>
process
(AccountPropertiesRequestInternal request) This method is used to delete Settings based on given Settings.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.skava.core.EcommService
getValidateException, getValidator
-
Constructor Details
-
DeleteAccountPropertiesServiceImpl
public DeleteAccountPropertiesServiceImpl()
-
-
Method Details
-
process
@SendEvent(eventType="accountservice/accountproperties/delete", identifier="request_accountproperties.id") public AccountPropertyAPIResponse process(AccountPropertiesRequestInternal request) This method is used to delete Settings based on given Settings.- Specified by:
process
in interfacecom.skava.core.EcommService<AccountPropertiesRequestInternal,
AccountPropertyAPIResponse> - Parameters:
request
- It contains the attributes required for the delete of Settings.- Returns:
- It returns the delete count of
AccountPropertyAPIResponse
.
-
getValidator
- Specified by:
getValidator
in interfacecom.skava.core.EcommService<AccountPropertiesRequestInternal,
AccountPropertyAPIResponse>
-