com.liferay.portal.messaging
Class LayoutsLocalPublisherRequest
java.lang.Object
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
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
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)
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)