com.liferay.portal.kernel.lar
Class PortletDataContext
java.lang.Object
com.liferay.portal.kernel.lar.PortletDataContext
- All Implemented Interfaces:
- java.io.Serializable
- public class PortletDataContext
- extends java.lang.Object
- implements java.io.Serializable
View Source
Holds context information that is used during exporting adn importing portlet
data.
- Author:
- Brian Wing Shun Chan, Raymond Aug�
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortletDataContext
public PortletDataContext(long companyId,
long groupId,
java.util.Map parameterMap,
java.util.Set primaryKeys,
ZipReader zipReader)
PortletDataContext
public PortletDataContext(long companyId,
long groupId,
java.util.Map parameterMap,
java.util.Set primaryKeys,
ZipWriter zipWriter)
getCompanyId
public long getCompanyId()
getGroupId
public long getGroupId()
getPlid
public long getPlid()
setPlid
public void setPlid(long plid)
getParameterMap
public java.util.Map getParameterMap()
getPrimaryKeys
public java.util.Set getPrimaryKeys()
addPrimaryKey
public boolean addPrimaryKey(java.lang.Class classObj,
java.lang.Object primaryKey)
hasPrimaryKey
public boolean hasPrimaryKey(java.lang.Class classObj,
java.lang.Object primaryKey)
getZipReader
public ZipReader getZipReader()
getZipWriter
public ZipWriter getZipWriter()
getPrimaryKeyString
protected java.lang.String getPrimaryKeyString(java.lang.Class classObj,
java.lang.Object primaryKey)