com.liferay.portlet.communities.messaging
Class LayoutsLocalPublisherRequest
java.lang.Object
com.liferay.portlet.communities.messaging.LayoutsLocalPublisherRequest
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- 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()
setCommand
public void setCommand(String command)
getCronText
public String getCronText()
setCronText
public void setCronText(String cronText)
getUserId
public long getUserId()
setUserId
public void setUserId(long userId)
getSourceGroupId
public long getSourceGroupId()
setSourceGroupId
public void setSourceGroupId(long sourceGroupId)
getTargetGroupId
public long getTargetGroupId()
setTargetGroupId
public void setTargetGroupId(long targetGroupId)
isPrivateLayout
public boolean isPrivateLayout()
setPrivateLayout
public void setPrivateLayout(boolean privateLayout)
getLayoutIdMap
public Map<Long,Boolean> getLayoutIdMap()
setLayoutIdMap
public void setLayoutIdMap(Map<Long,Boolean> layoutIdMap)
getParameterMap
public Map<String,String[]> getParameterMap()
setParameterMap
public void setParameterMap(Map<String,String[]> parameterMap)
getStartDate
public Date getStartDate()
setStartDate
public void setStartDate(Date startDate)
getEndDate
public Date getEndDate()
setEndDate
public void setEndDate(Date endDate)
getScheduledFireTime
public Date getScheduledFireTime()
setScheduledFireTime
public void setScheduledFireTime(Date scheduledFireTime)