-
Method Summary
Find an Application by a given request url
Read an Application by its identifier value and type
Methods inherited from interface com.broadleafcommerce.data.tracking.core.service.CrudEntityService
create, createAll, createAllAllowingPartialSuccess, delete, readAll, readAll, readAll, readAllByContextId, readByContextId, replace, replaceAll, replaceAllAllowingPartialSuccess, update, updateAll, updateAllAllowingPartialSuccess, updateSort
-
Method Details
-
readByIdentifierValueAndIdentifierType
Read an Application by its identifier value and type
- Parameters:
identifierValue
- the value to look for
identifierType
- the identifier type of the application
- Returns:
- the application that matches the identifier value
-
getApplicationFromRequestUrl
Find an Application by a given request url
- Parameters:
requestUrl
- the url to try to match against
- Returns:
- an Application associated with the given url