org.chorem.pollen.services.impl
Class PollUrlService
java.lang.Object
org.chorem.pollen.services.PollenServiceSupport
org.chorem.pollen.services.impl.PollUrlService
- All Implemented Interfaces:
- PollenService
public class PollUrlService
- extends PollenServiceSupport
Service to deal with url used by application.
- Since:
- 1.4
- Author:
- tchemit
| Methods inherited from class org.chorem.pollen.services.PollenServiceSupport |
commitTransaction, create, createWithProperties, decorateDate, decorateDateTime, delete, flushTransaction, generateId, getConfiguration, getDAO, getDatePattern, getDateTimePattern, getEntities, getEntities, getEntityById, getLocale, getTransaction, newInstance, newService, setServiceContext, update |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PollUrlService
public PollUrlService()
getPollSummaryUrl
public PollUrl getPollSummaryUrl(Poll poll)
getPollCloneUrl
public PollUrl getPollCloneUrl(Poll poll)
getPollExportUrl
public PollUrl getPollExportUrl(Poll poll)
getPollVoteUrl
public PollUrl getPollVoteUrl(Poll poll)
getPollVoteUrl
public PollUrl getPollVoteUrl(Poll poll,
PollAccount pollAccount)
getPollModerateUrl
public PollUrl getPollModerateUrl(Poll poll)
getPollEditUrl
public PollUrl getPollEditUrl(Poll poll)
getPollResultUrl
public PollUrl getPollResultUrl(Poll poll)
newPollUrl
protected PollUrl newPollUrl(PollActions action,
Poll poll,
boolean admin)
newPollUrl
protected PollUrl newPollUrl(PollActions action,
Poll poll,
PollAccount pollAccount)
Copyright © 2009-2012 CodeLutin. All Rights Reserved.