org.chorem.pollen.services.impl
Class PollUrlService

java.lang.Object
  extended by org.chorem.pollen.services.PollenServiceSupport
      extended by 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

Field Summary
 
Fields inherited from class org.chorem.pollen.services.PollenServiceSupport
serviceContext
 
Constructor Summary
PollUrlService()
           
 
Method Summary
 PollUrl getPollCloneUrl(Poll poll)
           
 PollUrl getPollEditUrl(Poll poll)
           
 PollUrl getPollExportUrl(Poll poll)
           
 PollUrl getPollModerateUrl(Poll poll)
           
 PollUrl getPollResultUrl(Poll poll)
           
 PollUrl getPollSummaryUrl(Poll poll)
           
 PollUrl getPollVoteUrl(Poll poll)
           
 PollUrl getPollVoteUrl(Poll poll, PollAccount pollAccount)
           
protected  PollUrl newPollUrl(PollActions action, Poll poll, boolean admin)
           
protected  PollUrl newPollUrl(PollActions action, Poll poll, PollAccount pollAccount)
           
 
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
 

Constructor Detail

PollUrlService

public PollUrlService()
Method Detail

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.