public interface PollenServiceContext
PollenServiceFactory.newService(Class, PollenServiceContext)
Modifier and Type | Method and Description |
---|---|
String |
generateId()
Generates a unique id usable for
Poll.getPollId() or
PollAccount.getAccountId() . |
URL |
getApplicationURL() |
PollenConfiguration |
getConfiguration() |
Date |
getCurrentTime() |
Locale |
getLocale() |
PollenServiceFactory |
getServiceFactory() |
org.nuiton.topia.TopiaContext |
getTransaction() |
VoteCountingFactory |
getVoteCountingFactory() |
boolean |
isCanSendEmail() |
<E extends PollenService> |
newService(Class<E> clazz) |
void |
setTransaction(org.nuiton.topia.TopiaContext transaction) |
org.nuiton.topia.TopiaContext getTransaction()
void setTransaction(org.nuiton.topia.TopiaContext transaction)
Locale getLocale()
URL getApplicationURL()
boolean isCanSendEmail()
PollenConfiguration getConfiguration()
PollenServiceFactory getServiceFactory()
<E extends PollenService> E newService(Class<E> clazz)
Date getCurrentTime()
VoteCountingFactory getVoteCountingFactory()
String generateId()
Poll.getPollId()
or
PollAccount.getAccountId()
.Copyright © 2009–2014 CodeLutin. All rights reserved.