Liferay 6.1.2-ce-ga3

com.liferay.portlet.communities.messaging
Class LayoutsLocalPublisherRequest

java.lang.Object
  extended by com.liferay.portal.messaging.LayoutsLocalPublisherRequest
      extended by com.liferay.portlet.communities.messaging.LayoutsLocalPublisherRequest
All Implemented Interfaces:
Serializable

Deprecated. LayoutsLocalPublisherRequest

public class LayoutsLocalPublisherRequest
extends LayoutsLocalPublisherRequest

See Also:
Serialized Form

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

Constructor Detail

LayoutsLocalPublisherRequest

public LayoutsLocalPublisherRequest()
Deprecated. 

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)
Deprecated. 

Liferay 6.1.2-ce-ga3