Liferay 6.1.2-ce-ga3

com.liferay.portal.messaging
Class LayoutsLocalPublisherRequest

java.lang.Object
  extended by com.liferay.portal.messaging.LayoutsLocalPublisherRequest
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
LayoutsLocalPublisherRequest, LayoutsRemotePublisherRequest

public class LayoutsLocalPublisherRequest
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
static String COMMAND_ALL_PAGES
           
static String COMMAND_SELECTED_PAGES
           
 
Constructor Summary
LayoutsLocalPublisherRequest()
           
LayoutsLocalPublisherRequest(String command, long userId, long sourceGroupId, long targetGroupId, boolean privateLayout, Map<Long,Boolean> layoutIdMap, Map<String,String[]> parameterMap, Date startDate, Date endDate)
           
 
Method Summary
 String getCommand()
           
 String getCronText()
           
 Date getEndDate()
           
 Map<Long,Boolean> getLayoutIdMap()
           
 Map<String,String[]> getParameterMap()
           
 Date getScheduledFireTime()
           
 long getSourceGroupId()
           
 Date getStartDate()
           
 long getTargetGroupId()
           
 long getUserId()
           
 boolean isPrivateLayout()
           
 void setCommand(String command)
           
 void setCronText(String cronText)
           
 void setEndDate(Date endDate)
           
 void setLayoutIdMap(Map<Long,Boolean> layoutIdMap)
           
 void setParameterMap(Map<String,String[]> parameterMap)
           
 void setPrivateLayout(boolean privateLayout)
           
 void setScheduledFireTime(Date scheduledFireTime)
           
 void setSourceGroupId(long sourceGroupId)
           
 void setStartDate(Date startDate)
           
 void setTargetGroupId(long targetGroupId)
           
 void setUserId(long userId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COMMAND_ALL_PAGES

public static final String COMMAND_ALL_PAGES
See Also:
Constant Field Values

COMMAND_SELECTED_PAGES

public static final String COMMAND_SELECTED_PAGES
See Also:
Constant Field Values
Constructor Detail

LayoutsLocalPublisherRequest

public LayoutsLocalPublisherRequest()

LayoutsLocalPublisherRequest

public LayoutsLocalPublisherRequest(String command,
                                    long userId,
                                    long sourceGroupId,
                                    long targetGroupId,
                                    boolean privateLayout,
                                    Map<Long,Boolean> layoutIdMap,
                                    Map<String,String[]> parameterMap,
                                    Date startDate,
                                    Date endDate)
Method Detail

getCommand

public String getCommand()

getCronText

public String getCronText()

getEndDate

public Date getEndDate()

getLayoutIdMap

public Map<Long,Boolean> getLayoutIdMap()

getParameterMap

public Map<String,String[]> getParameterMap()

getScheduledFireTime

public Date getScheduledFireTime()

getSourceGroupId

public long getSourceGroupId()

getStartDate

public Date getStartDate()

getTargetGroupId

public long getTargetGroupId()

getUserId

public long getUserId()

isPrivateLayout

public boolean isPrivateLayout()

setCommand

public void setCommand(String command)

setCronText

public void setCronText(String cronText)

setEndDate

public void setEndDate(Date endDate)

setLayoutIdMap

public void setLayoutIdMap(Map<Long,Boolean> layoutIdMap)

setParameterMap

public void setParameterMap(Map<String,String[]> parameterMap)

setPrivateLayout

public void setPrivateLayout(boolean privateLayout)

setScheduledFireTime

public void setScheduledFireTime(Date scheduledFireTime)

setSourceGroupId

public void setSourceGroupId(long sourceGroupId)

setStartDate

public void setStartDate(Date startDate)

setTargetGroupId

public void setTargetGroupId(long targetGroupId)

setUserId

public void setUserId(long userId)

Liferay 6.1.2-ce-ga3