Class GetAllAssociationsUtil
java.lang.Object
com.skava.foundation.service.impl.GetAllAssociationsUtil
- Since:
- 8.0
- Version:
- 8.0
- Author:
- Infosys Equinox
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
checkPrivilegeForAssociations
(long storeId, Long businessId, StoreAssociationPage associationPage, com.skava.core.auth.AuthTokenHandler authTokenHandler, StoreService storeService)
-
Method Details
-
checkPrivilegeForAssociations
public static void checkPrivilegeForAssociations(long storeId, Long businessId, StoreAssociationPage associationPage, com.skava.core.auth.AuthTokenHandler authTokenHandler, StoreService storeService) - Parameters:
storeId
- Contains store idbusinessId
- Contains business idassociationPage
- Instance ofStoreAssociationPage
authTokenHandler
- Instance ofAuthTokenHandler
storeService
- Instance ofStoreService
-