com.dotmarketing.portlets.campaigns.factories
Class ClickFactory

java.lang.Object
  extended by com.dotmarketing.portlets.campaigns.factories.ClickFactory

public class ClickFactory
extends java.lang.Object

Description of the Class

Author:
nan

Constructor Summary
ClickFactory()
           
 
Method Summary
static Click getClick(java.lang.String id)
          Gets the newsletter attribute of the ClickFactory class
static Click getClickByLinkAndCampaign(java.lang.String link, Campaign q)
           
static Click getClickByLinkAndRecipient(java.lang.String link, Recipient r)
           
static java.util.List getClicksByParent(Inode i)
           
static java.util.List getClicksByParentOrderByCount(Inode i)
           
static Click save(Click click)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClickFactory

public ClickFactory()
Method Detail

getClick

public static final Click getClick(java.lang.String id)
Gets the newsletter attribute of the ClickFactory class

Parameters:
id - Description of the Parameter
Returns:
The newsletter value

getClickByLinkAndRecipient

public static final Click getClickByLinkAndRecipient(java.lang.String link,
                                                     Recipient r)

save

public static Click save(Click click)

getClickByLinkAndCampaign

public static final Click getClickByLinkAndCampaign(java.lang.String link,
                                                    Campaign q)

getClicksByParent

public static java.util.List getClicksByParent(Inode i)

getClicksByParentOrderByCount

public static java.util.List getClicksByParentOrderByCount(Inode i)


Copyright © 2010 dotCMS Inc. All Rights Reserved.