Interface GoogleAnalyticsService
-
public interface GoogleAnalyticsService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getAccountId()
InputStream
getPrivateKey()
String
getTableId()
String
getUserName()
-
-
-
Method Detail
-
getAccountId
String getAccountId()
- Returns:
- configured google analytics account id or
null
if not configured
-
getTableId
String getTableId()
- Returns:
- configured google analytics table id or
null
if not configured
-
getUserName
String getUserName()
- Returns:
- configured google analytics account user name or
null
if not configured
-
getPrivateKey
InputStream getPrivateKey() throws javax.jcr.RepositoryException
- Returns:
- input stream to uploaded key file,
PKCS 12
- Throws:
javax.jcr.RepositoryException
-
-