Class FindAllPrivateAppAssociationByAppIdServiceImpl
java.lang.Object
com.skava.marketplace.service.impl.FindAllPrivateAppAssociationByAppIdServiceImpl
- All Implemented Interfaces:
com.skava.core.EcommService<PrivateAppAssociationRequestInternal,
,GetPrivateAppAssociationByAppIdResponse> FindAllPrivateAppAssociationByAssociatedAppIdService
@Service
public class FindAllPrivateAppAssociationByAppIdServiceImpl
extends Object
implements FindAllPrivateAppAssociationByAssociatedAppIdService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprocess
(PrivateAppAssociationRequestInternal privateAppAssociationRequestInternal) 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, getValidator
-
Constructor Details
-
FindAllPrivateAppAssociationByAppIdServiceImpl
public FindAllPrivateAppAssociationByAppIdServiceImpl()
-
-
Method Details
-
process
public GetPrivateAppAssociationByAppIdResponse process(PrivateAppAssociationRequestInternal privateAppAssociationRequestInternal) - Specified by:
process
in interfacecom.skava.core.EcommService<PrivateAppAssociationRequestInternal,
GetPrivateAppAssociationByAppIdResponse>
-