|
Liferay 6.2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PortletDataContext
Holds context information that is used during exporting and importing portlet data.
| Field Summary | |
|---|---|
static String |
REFERENCE_TYPE_CHILD
|
static String |
REFERENCE_TYPE_DEPENDENCY
|
static String |
REFERENCE_TYPE_DEPENDENCY_DISPOSABLE
|
static String |
REFERENCE_TYPE_EMBEDDED
|
static String |
REFERENCE_TYPE_PARENT
|
static String |
REFERENCE_TYPE_STRONG
|
static String |
REFERENCE_TYPE_WEAK
|
static String |
ROOT_PATH_GROUPS
Deprecated. As of 6.2.0, replaced by ExportImportPathUtil.PATH_PREFIX_GROUP |
static String |
ROOT_PATH_LAYOUTS
Deprecated. As of 6.2.0, replaced by ExportImportPathUtil.PATH_PREFIX_LAYOUT |
static String |
ROOT_PATH_PORTLETS
Deprecated. As of 6.2.0, replaced by ExportImportPathUtil.PATH_PREFIX_PORTLET |
| Method Summary | |
|---|---|
abstract void |
addAssetCategories(Class<?> clazz,
long classPK)
|
abstract void |
addAssetCategories(String className,
long classPK,
long[] assetCategoryIds)
|
abstract void |
addAssetTags(Class<?> clazz,
long classPK)
|
abstract void |
addAssetTags(String className,
long classPK,
String[] assetTagNames)
|
abstract void |
addClassedModel(Element element,
String path,
ClassedModel classedModel)
|
abstract void |
addClassedModel(Element element,
String path,
ClassedModel classedModel,
Class<?> clazz)
|
abstract void |
addClassedModel(Element element,
String path,
ClassedModel classedModel,
Class<?> clazz,
String namespace)
Deprecated. As of 6.2.0, replaced by #addClassedModel(Element,
ClassedModel, Class) |
abstract void |
addClassedModel(Element element,
String path,
ClassedModel classedModel,
String namespace)
Deprecated. As of 6.2.0, replaced by addClassedModel(Element,
String, ClassedModel) |
abstract void |
addComments(Class<?> clazz,
long classPK)
|
abstract void |
addComments(String className,
long classPK,
List<MBMessage> messages)
|
abstract void |
addDateRangeCriteria(DynamicQuery dynamicQuery,
String propertyName)
|
abstract void |
addDeletionSystemEventStagedModelTypes(StagedModelType... stagedModelTypes)
|
abstract void |
addExpando(Element element,
String path,
ClassedModel classedModel)
|
abstract void |
addLocks(Class<?> clazz,
String key)
|
abstract void |
addLocks(String className,
String key,
Lock lock)
|
abstract void |
addPermissions(Class<?> clazz,
long classPK)
|
abstract void |
addPermissions(String resourceName,
long resourcePK)
|
abstract void |
addPermissions(String resourceName,
long resourcePK,
List<KeyValuePair> permissions)
|
abstract void |
addPortalPermissions()
|
abstract void |
addPortletPermissions(String resourceName)
|
abstract boolean |
addPrimaryKey(Class<?> clazz,
String primaryKey)
|
abstract void |
addRatingsEntries(Class<?> clazz,
long classPK)
|
abstract void |
addRatingsEntries(String className,
long classPK,
List<RatingsEntry> ratingsEntries)
|
abstract Element |
addReferenceElement(ClassedModel referrerClassedModel,
Element element,
ClassedModel classedModel,
Class<?> clazz,
String referenceType,
boolean missing)
Deprecated. As of 7.0.0, with no direct replacement |
abstract Element |
addReferenceElement(ClassedModel referrerClassedModel,
Element element,
ClassedModel classedModel,
String referenceType,
boolean missing)
|
abstract Element |
addReferenceElement(ClassedModel referrerClassedModel,
Element element,
ClassedModel classedModel,
String binPath,
String referenceType,
boolean missing)
|
abstract Element |
addReferenceElement(ClassedModel referrerClassedModel,
Element element,
ClassedModel classedModel,
String className,
String binPath,
String referenceType,
boolean missing)
|
abstract boolean |
addScopedPrimaryKey(Class<?> clazz,
String primaryKey)
|
abstract void |
addZipEntry(String path,
byte[] bytes)
|
abstract void |
addZipEntry(String path,
InputStream is)
|
abstract void |
addZipEntry(String path,
Object object)
|
abstract void |
addZipEntry(String path,
String s)
|
abstract void |
addZipEntry(String name,
StringBuilder sb)
|
abstract void |
cleanUpMissingReferences(ClassedModel classedModel)
|
abstract void |
clearScopedPrimaryKeys()
|
abstract ServiceContext |
createServiceContext(Element element,
ClassedModel classedModel)
|
abstract ServiceContext |
createServiceContext(Element element,
ClassedModel classedModel,
String namespace)
Deprecated. As of 6.2.0, replaced by createServiceContext(Element, ClassedModel) |
abstract ServiceContext |
createServiceContext(StagedModel stagedModel)
|
abstract ServiceContext |
createServiceContext(StagedModel stagedModel,
Class<?> clazz)
|
abstract ServiceContext |
createServiceContext(String path,
ClassedModel classedModel)
|
abstract ServiceContext |
createServiceContext(String path,
ClassedModel classedModel,
String namespace)
Deprecated. As of 6.2.0, replaced by createServiceContext(String,
ClassedModel) |
abstract Object |
fromXML(byte[] bytes)
|
abstract Object |
fromXML(String xml)
|
abstract long[] |
getAssetCategoryIds(Class<?> clazz,
long classPK)
|
abstract Map<String,long[]> |
getAssetCategoryIdsMap()
Deprecated. As of 7.0.0 |
abstract Map<String,String[]> |
getAssetCategoryUuidsMap()
|
abstract Map<String,List<AssetLink>> |
getAssetLinksMap()
|
abstract String[] |
getAssetTagNames(Class<?> clazz,
long classPK)
|
abstract String[] |
getAssetTagNames(String className,
long classPK)
|
abstract Map<String,String[]> |
getAssetTagNamesMap()
|
abstract boolean |
getBooleanParameter(String namespace,
String name)
|
abstract boolean |
getBooleanParameter(String namespace,
String name,
boolean useDefaultValue)
|
abstract ClassLoader |
getClassLoader()
|
abstract Map<String,List<MBMessage>> |
getComments()
|
abstract long |
getCompanyGroupId()
|
abstract long |
getCompanyId()
|
abstract String |
getDataStrategy()
|
abstract DateRange |
getDateRange()
|
abstract Criterion |
getDateRangeCriteria(String propertyName)
|
abstract Set<StagedModelType> |
getDeletionSystemEventStagedModelTypes()
|
abstract Date |
getEndDate()
|
abstract Map<String,List<ExpandoColumn>> |
getExpandoColumns()
|
abstract Element |
getExportDataElement(ClassedModel classedModel)
|
abstract Element |
getExportDataElement(ClassedModel classedModel,
Class<?> modelClass)
Deprecated. As of 7.0.0, replaced by getExportDataElement(ClassedModel, String) |
abstract Element |
getExportDataElement(ClassedModel classedModel,
String modelClassSimpleName)
|
abstract Element |
getExportDataGroupElement(Class<? extends StagedModel> clazz)
|
abstract Element |
getExportDataRootElement()
|
abstract long |
getGroupId()
|
abstract Element |
getImportDataElement(StagedModel stagedModel)
|
abstract Element |
getImportDataElement(String name,
String attribute,
String value)
|
abstract Element |
getImportDataGroupElement(Class<? extends StagedModel> clazz)
|
abstract Element |
getImportDataRootElement()
|
abstract Element |
getImportDataStagedModelElement(StagedModel stagedModel)
|
abstract String |
getLayoutPath(long plid)
Deprecated. As of 6.2.0, replaced by ExportImportPathUtil.getLayoutPath(PortletDataContext, long) |
abstract Map<String,Lock> |
getLocks()
|
abstract ManifestSummary |
getManifestSummary()
|
abstract Element |
getMissingReferencesElement()
|
abstract List<Layout> |
getNewLayouts()
|
abstract Map<?,?> |
getNewPrimaryKeysMap(Class<?> clazz)
|
abstract Map<?,?> |
getNewPrimaryKeysMap(String className)
|
abstract Map<String,Map<?,?>> |
getNewPrimaryKeysMaps()
|
abstract long |
getOldPlid()
Deprecated. As of 7.0.0 |
abstract Map<String,String[]> |
getParameterMap()
|
abstract Map<String,List<KeyValuePair>> |
getPermissions()
|
abstract long |
getPlid()
|
abstract String |
getPortletPath(String portletId)
Deprecated. As of 6.2.0, replaced by ExportImportPathUtil.getPortletPath(PortletDataContext,
String) |
abstract Set<String> |
getPrimaryKeys()
|
abstract Map<String,List<RatingsEntry>> |
getRatingsEntries()
|
abstract Element |
getReferenceDataElement(Element parentElement,
Class<?> clazz,
long classPK)
|
abstract Element |
getReferenceDataElement(Element parentElement,
Class<?> clazz,
long groupId,
String uuid)
|
abstract Element |
getReferenceDataElement(StagedModel parentStagedModel,
Class<?> clazz,
long classPK)
|
abstract Element |
getReferenceDataElement(StagedModel parentStagedModel,
Class<?> clazz,
long groupId,
String uuid)
|
abstract List<Element> |
getReferenceDataElements(Element parentElement,
Class<?> clazz)
Deprecated. As of 7.0.0 |
abstract List<Element> |
getReferenceDataElements(Element parentElement,
Class<?> clazz,
String referenceType)
|
abstract List<Element> |
getReferenceDataElements(StagedModel parentStagedModel,
Class<?> clazz)
|
abstract List<Element> |
getReferenceDataElements(StagedModel parentStagedModel,
Class<?> clazz,
String referenceType)
|
abstract Element |
getReferenceElement(Element parentElement,
Class<?> clazz,
long groupId,
String uuid,
String referenceType)
|
abstract Element |
getReferenceElement(StagedModel parentStagedModel,
Class<?> clazz,
long classPK)
|
abstract List<Element> |
getReferenceElements(StagedModel parentStagedModel,
Class<?> clazz)
|
abstract String |
getRootPath()
Deprecated. As of 6.2.0, replaced by ExportImportPathUtil.getRootPath(PortletDataContext) |
abstract String |
getRootPortletId()
|
abstract Set<String> |
getScopedPrimaryKeys()
Deprecated. As of 7.0.0 |
abstract long |
getScopeGroupId()
|
abstract String |
getScopeLayoutUuid()
|
abstract String |
getScopeType()
|
abstract long |
getSourceCompanyGroupId()
|
abstract long |
getSourceCompanyId()
|
abstract long |
getSourceGroupId()
|
abstract String |
getSourceLayoutPath(long layoutId)
Deprecated. As of 6.2.0, replaced by ExportImportPathUtil.getSourceLayoutPath(PortletDataContext,
long) |
abstract String |
getSourcePortletPath(String portletId)
Deprecated. As of 6.2.0, replaced by ExportImportPathUtil.getSourcePortletPath(PortletDataContext,
String) |
abstract String |
getSourceRootPath()
Deprecated. As of 6.2.0, replaced by ExportImportPathUtil.getSourceRootPath(PortletDataContext) |
abstract long |
getSourceUserPersonalSiteGroupId()
|
abstract Date |
getStartDate()
|
abstract long |
getUserId(String userUuid)
|
abstract UserIdStrategy |
getUserIdStrategy()
|
abstract long |
getUserPersonalSiteGroupId()
|
abstract List<String> |
getZipEntries()
Deprecated. As of 7.0.0 |
abstract byte[] |
getZipEntryAsByteArray(String path)
|
abstract InputStream |
getZipEntryAsInputStream(String path)
|
abstract Object |
getZipEntryAsObject(Element element,
String path)
|
abstract Object |
getZipEntryAsObject(String path)
|
abstract String |
getZipEntryAsString(String path)
|
abstract List<String> |
getZipFolderEntries()
Deprecated. As of 7.0.0 |
abstract List<String> |
getZipFolderEntries(String path)
|
abstract ZipReader |
getZipReader()
|
abstract ZipWriter |
getZipWriter()
|
abstract boolean |
hasDateRange()
|
abstract boolean |
hasNotUniquePerLayout(String dataKey)
|
abstract boolean |
hasPrimaryKey(Class<?> clazz,
String primaryKey)
|
abstract boolean |
hasScopedPrimaryKey(Class<?> clazz,
String primaryKey)
|
abstract void |
importClassedModel(ClassedModel classedModel,
ClassedModel newClassedModel)
|
abstract void |
importClassedModel(ClassedModel classedModel,
ClassedModel newClassedModel,
Class<?> clazz)
|
abstract void |
importClassedModel(ClassedModel classedModel,
ClassedModel newClassedModel,
Class<?> clazz,
String namespace)
Deprecated. As of 6.2.0, replaced by importClassedModel(ClassedModel, ClassedModel, Class) |
abstract void |
importClassedModel(ClassedModel classedModel,
ClassedModel newClassedModel,
String namespace)
Deprecated. As of 6.2.0, replaced by importClassedModel(ClassedModel, ClassedModel) |
abstract void |
importComments(Class<?> clazz,
long classPK,
long newClassPK,
long groupId)
|
abstract void |
importLocks(Class<?> clazz,
String key,
String newKey)
|
abstract void |
importPermissions(Class<?> clazz,
long classPK,
long newClassPK)
|
abstract void |
importPermissions(String resourceName,
long resourcePK,
long newResourcePK)
|
abstract void |
importPortalPermissions()
|
abstract void |
importPortletPermissions(String resourceName)
|
abstract void |
importRatingsEntries(Class<?> clazz,
long classPK,
long newClassPK)
|
abstract boolean |
isCompanyStagedGroupedModel(StagedGroupedModel stagedGroupedModel)
|
abstract boolean |
isDataStrategyMirror()
|
abstract boolean |
isDataStrategyMirrorWithOverwriting()
|
abstract boolean |
isInitialPublication()
|
abstract boolean |
isMissingReference(Element referenceElement)
|
abstract boolean |
isModelCounted(String className,
long classPK)
|
abstract boolean |
isPathExportedInScope(String path)
|
abstract boolean |
isPathNotExportedInScope(String path)
Deprecated. As of 7.0.0 |
abstract boolean |
isPathNotProcessed(String path)
|
abstract boolean |
isPathProcessed(String path)
|
abstract boolean |
isPerformDirectBinaryImport()
|
abstract boolean |
isPrivateLayout()
|
abstract boolean |
isStagedModelCounted(StagedModel stagedModel)
|
abstract boolean |
isWithinDateRange(Date modifiedDate)
|
abstract void |
putNotUniquePerLayout(String dataKey)
|
abstract void |
setClassLoader(ClassLoader classLoader)
|
abstract void |
setCompanyGroupId(long companyGroupId)
|
abstract void |
setCompanyId(long companyId)
|
abstract void |
setDataStrategy(String dataStrategy)
|
abstract void |
setEndDate(Date endDate)
|
abstract void |
setExportDataRootElement(Element exportDataRootElement)
|
abstract void |
setGroupId(long groupId)
|
abstract void |
setImportDataRootElement(Element importDataRootElement)
|
abstract void |
setManifestSummary(ManifestSummary manifestSummary)
|
abstract void |
setMissingReferencesElement(Element missingReferencesElement)
|
abstract void |
setNewLayouts(List<Layout> newLayouts)
|
abstract void |
setNewPrimaryKeysMaps(Map<String,Map<?,?>> newPrimaryKeysMaps)
|
abstract void |
setOldPlid(long oldPlid)
|
abstract void |
setParameterMap(Map<String,String[]> parameterMap)
|
abstract void |
setPlid(long plid)
|
abstract void |
setPortetDataContextListener(PortletDataContextListener portletDataContextListener)
|
abstract void |
setPrivateLayout(boolean privateLayout)
|
abstract void |
setRootPortletId(String rootPortletId)
|
abstract void |
setScopeGroupId(long scopeGroupId)
|
abstract void |
setScopeLayoutUuid(String scopeLayoutUuid)
|
abstract void |
setScopeType(String scopeType)
|
abstract void |
setSourceCompanyGroupId(long sourceCompanyGroupId)
|
abstract void |
setSourceCompanyId(long sourceCompanyId)
|
abstract void |
setSourceGroupId(long sourceGroupId)
|
abstract void |
setSourceUserPersonalSiteGroupId(long sourceUserPersonalSiteGroupId)
|
abstract void |
setStartDate(Date startDate)
|
abstract void |
setUserIdStrategy(UserIdStrategy userIdStrategy)
|
abstract void |
setUserPersonalSiteGroupId(long userPersonalSiteGroupId)
|
abstract void |
setZipReader(ZipReader zipReader)
|
abstract void |
setZipWriter(ZipWriter zipWriter)
|
abstract String |
toXML(Object object)
|
| Field Detail |
|---|
static final String REFERENCE_TYPE_CHILD
static final String REFERENCE_TYPE_DEPENDENCY
static final String REFERENCE_TYPE_DEPENDENCY_DISPOSABLE
static final String REFERENCE_TYPE_EMBEDDED
static final String REFERENCE_TYPE_PARENT
static final String REFERENCE_TYPE_STRONG
static final String REFERENCE_TYPE_WEAK
static final String ROOT_PATH_GROUPS
ExportImportPathUtil.PATH_PREFIX_GROUPstatic final String ROOT_PATH_LAYOUTS
ExportImportPathUtil.PATH_PREFIX_LAYOUTstatic final String ROOT_PATH_PORTLETS
ExportImportPathUtil.PATH_PREFIX_PORTLET| Method Detail |
|---|
void addAssetCategories(Class<?> clazz,
long classPK)
throws SystemException
SystemException
void addAssetCategories(String className,
long classPK,
long[] assetCategoryIds)
void addAssetTags(Class<?> clazz,
long classPK)
throws SystemException
SystemException
void addAssetTags(String className,
long classPK,
String[] assetTagNames)
void addClassedModel(Element element,
String path,
ClassedModel classedModel)
throws PortalException,
SystemException
PortalException
SystemException
void addClassedModel(Element element,
String path,
ClassedModel classedModel,
Class<?> clazz)
throws PortalException,
SystemException
PortalException
SystemException
void addClassedModel(Element element,
String path,
ClassedModel classedModel,
Class<?> clazz,
String namespace)
throws PortalException,
SystemException
#addClassedModel(Element,
ClassedModel, Class)
PortalException
SystemException
void addClassedModel(Element element,
String path,
ClassedModel classedModel,
String namespace)
throws PortalException,
SystemException
addClassedModel(Element,
String, ClassedModel)
PortalException
SystemExceptionMap<String,Map<?,?>> getNewPrimaryKeysMaps()
void addComments(Class<?> clazz,
long classPK)
throws SystemException
SystemException
void addComments(String className,
long classPK,
List<MBMessage> messages)
void addDateRangeCriteria(DynamicQuery dynamicQuery,
String propertyName)
void addDeletionSystemEventStagedModelTypes(StagedModelType... stagedModelTypes)
void addExpando(Element element,
String path,
ClassedModel classedModel)
throws PortalException,
SystemException
PortalException
SystemException
void addLocks(Class<?> clazz,
String key)
throws PortalException,
SystemException
PortalException
SystemException
void addLocks(String className,
String key,
Lock lock)
void addPermissions(Class<?> clazz,
long classPK)
throws PortalException,
SystemException
PortalException
SystemException
void addPermissions(String resourceName,
long resourcePK)
throws PortalException,
SystemException
PortalException
SystemException
void addPermissions(String resourceName,
long resourcePK,
List<KeyValuePair> permissions)
void addPortalPermissions()
throws PortalException,
SystemException
PortalException
SystemException
void addPortletPermissions(String resourceName)
throws PortalException,
SystemException
PortalException
SystemException
boolean addPrimaryKey(Class<?> clazz,
String primaryKey)
void addRatingsEntries(Class<?> clazz,
long classPK)
throws SystemException
SystemException
void addRatingsEntries(String className,
long classPK,
List<RatingsEntry> ratingsEntries)
@Deprecated
Element addReferenceElement(ClassedModel referrerClassedModel,
Element element,
ClassedModel classedModel,
Class<?> clazz,
String referenceType,
boolean missing)
Element addReferenceElement(ClassedModel referrerClassedModel,
Element element,
ClassedModel classedModel,
String referenceType,
boolean missing)
Element addReferenceElement(ClassedModel referrerClassedModel,
Element element,
ClassedModel classedModel,
String binPath,
String referenceType,
boolean missing)
Element addReferenceElement(ClassedModel referrerClassedModel,
Element element,
ClassedModel classedModel,
String className,
String binPath,
String referenceType,
boolean missing)
boolean addScopedPrimaryKey(Class<?> clazz,
String primaryKey)
void addZipEntry(String path,
byte[] bytes)
throws SystemException
SystemException
void addZipEntry(String path,
InputStream is)
throws SystemException
SystemException
void addZipEntry(String path,
Object object)
throws SystemException
SystemException
void addZipEntry(String path,
String s)
throws SystemException
SystemException
void addZipEntry(String name,
StringBuilder sb)
throws SystemException
SystemExceptionvoid cleanUpMissingReferences(ClassedModel classedModel)
void clearScopedPrimaryKeys()
ServiceContext createServiceContext(Element element,
ClassedModel classedModel)
ServiceContext createServiceContext(Element element,
ClassedModel classedModel,
String namespace)
createServiceContext(Element, ClassedModel)
ServiceContext createServiceContext(StagedModel stagedModel)
ServiceContext createServiceContext(StagedModel stagedModel,
Class<?> clazz)
ServiceContext createServiceContext(String path,
ClassedModel classedModel)
ServiceContext createServiceContext(String path,
ClassedModel classedModel,
String namespace)
createServiceContext(String,
ClassedModel)
Object fromXML(byte[] bytes)
Object fromXML(String xml)
long[] getAssetCategoryIds(Class<?> clazz,
long classPK)
@Deprecated Map<String,long[]> getAssetCategoryIdsMap()
Map<String,String[]> getAssetCategoryUuidsMap()
Map<String,List<AssetLink>> getAssetLinksMap()
String[] getAssetTagNames(Class<?> clazz,
long classPK)
String[] getAssetTagNames(String className,
long classPK)
Map<String,String[]> getAssetTagNamesMap()
boolean getBooleanParameter(String namespace,
String name)
boolean getBooleanParameter(String namespace,
String name,
boolean useDefaultValue)
ClassLoader getClassLoader()
Map<String,List<MBMessage>> getComments()
long getCompanyGroupId()
long getCompanyId()
String getDataStrategy()
DateRange getDateRange()
Criterion getDateRangeCriteria(String propertyName)
Set<StagedModelType> getDeletionSystemEventStagedModelTypes()
Date getEndDate()
Map<String,List<ExpandoColumn>> getExpandoColumns()
Element getExportDataElement(ClassedModel classedModel)
@Deprecated
Element getExportDataElement(ClassedModel classedModel,
Class<?> modelClass)
getExportDataElement(ClassedModel, String)
Element getExportDataElement(ClassedModel classedModel,
String modelClassSimpleName)
Element getExportDataGroupElement(Class<? extends StagedModel> clazz)
Element getExportDataRootElement()
long getGroupId()
Element getImportDataElement(StagedModel stagedModel)
Element getImportDataElement(String name,
String attribute,
String value)
Element getImportDataGroupElement(Class<? extends StagedModel> clazz)
Element getImportDataRootElement()
Element getImportDataStagedModelElement(StagedModel stagedModel)
String getLayoutPath(long plid)
ExportImportPathUtil.getLayoutPath(PortletDataContext, long)
Map<String,Lock> getLocks()
ManifestSummary getManifestSummary()
Element getMissingReferencesElement()
List<Layout> getNewLayouts()
Map<?,?> getNewPrimaryKeysMap(Class<?> clazz)
Map<?,?> getNewPrimaryKeysMap(String className)
@Deprecated long getOldPlid()
Map<String,String[]> getParameterMap()
Map<String,List<KeyValuePair>> getPermissions()
long getPlid()
String getRootPortletId()
String getPortletPath(String portletId)
ExportImportPathUtil.getPortletPath(PortletDataContext,
String)
Set<String> getPrimaryKeys()
Map<String,List<RatingsEntry>> getRatingsEntries()
Element getReferenceDataElement(Element parentElement,
Class<?> clazz,
long classPK)
Element getReferenceDataElement(Element parentElement,
Class<?> clazz,
long groupId,
String uuid)
Element getReferenceDataElement(StagedModel parentStagedModel,
Class<?> clazz,
long classPK)
Element getReferenceDataElement(StagedModel parentStagedModel,
Class<?> clazz,
long groupId,
String uuid)
@Deprecated
List<Element> getReferenceDataElements(Element parentElement,
Class<?> clazz)
List<Element> getReferenceDataElements(Element parentElement,
Class<?> clazz,
String referenceType)
List<Element> getReferenceDataElements(StagedModel parentStagedModel,
Class<?> clazz)
List<Element> getReferenceDataElements(StagedModel parentStagedModel,
Class<?> clazz,
String referenceType)
Element getReferenceElement(Element parentElement,
Class<?> clazz,
long groupId,
String uuid,
String referenceType)
Element getReferenceElement(StagedModel parentStagedModel,
Class<?> clazz,
long classPK)
List<Element> getReferenceElements(StagedModel parentStagedModel,
Class<?> clazz)
String getRootPath()
ExportImportPathUtil.getRootPath(PortletDataContext)
@Deprecated Set<String> getScopedPrimaryKeys()
long getScopeGroupId()
String getScopeLayoutUuid()
String getScopeType()
long getSourceCompanyGroupId()
long getSourceCompanyId()
long getSourceGroupId()
String getSourceLayoutPath(long layoutId)
ExportImportPathUtil.getSourceLayoutPath(PortletDataContext,
long)
String getSourcePortletPath(String portletId)
ExportImportPathUtil.getSourcePortletPath(PortletDataContext,
String)
String getSourceRootPath()
ExportImportPathUtil.getSourceRootPath(PortletDataContext)
long getSourceUserPersonalSiteGroupId()
Date getStartDate()
long getUserId(String userUuid)
throws SystemException
SystemExceptionUserIdStrategy getUserIdStrategy()
long getUserPersonalSiteGroupId()
@Deprecated List<String> getZipEntries()
byte[] getZipEntryAsByteArray(String path)
InputStream getZipEntryAsInputStream(String path)
Object getZipEntryAsObject(Element element,
String path)
Object getZipEntryAsObject(String path)
String getZipEntryAsString(String path)
@Deprecated List<String> getZipFolderEntries()
List<String> getZipFolderEntries(String path)
ZipReader getZipReader()
ZipWriter getZipWriter()
boolean hasDateRange()
boolean hasNotUniquePerLayout(String dataKey)
boolean hasPrimaryKey(Class<?> clazz,
String primaryKey)
boolean hasScopedPrimaryKey(Class<?> clazz,
String primaryKey)
void importClassedModel(ClassedModel classedModel,
ClassedModel newClassedModel)
throws PortalException,
SystemException
PortalException
SystemException
void importClassedModel(ClassedModel classedModel,
ClassedModel newClassedModel,
Class<?> clazz)
throws PortalException,
SystemException
PortalException
SystemException
void importClassedModel(ClassedModel classedModel,
ClassedModel newClassedModel,
Class<?> clazz,
String namespace)
throws PortalException,
SystemException
importClassedModel(ClassedModel, ClassedModel, Class)
PortalException
SystemException
void importClassedModel(ClassedModel classedModel,
ClassedModel newClassedModel,
String namespace)
throws PortalException,
SystemException
importClassedModel(ClassedModel, ClassedModel)
PortalException
SystemException
void importComments(Class<?> clazz,
long classPK,
long newClassPK,
long groupId)
throws PortalException,
SystemException
PortalException
SystemException
void importLocks(Class<?> clazz,
String key,
String newKey)
throws PortalException,
SystemException
PortalException
SystemException
void importPermissions(Class<?> clazz,
long classPK,
long newClassPK)
throws PortalException,
SystemException
PortalException
SystemException
void importPermissions(String resourceName,
long resourcePK,
long newResourcePK)
throws PortalException,
SystemException
PortalException
SystemException
void importPortalPermissions()
throws PortalException,
SystemException
PortalException
SystemException
void importPortletPermissions(String resourceName)
throws PortalException,
SystemException
PortalException
SystemException
void importRatingsEntries(Class<?> clazz,
long classPK,
long newClassPK)
throws PortalException,
SystemException
PortalException
SystemExceptionboolean isCompanyStagedGroupedModel(StagedGroupedModel stagedGroupedModel)
boolean isDataStrategyMirror()
boolean isDataStrategyMirrorWithOverwriting()
boolean isInitialPublication()
boolean isMissingReference(Element referenceElement)
boolean isModelCounted(String className,
long classPK)
boolean isPathExportedInScope(String path)
@Deprecated boolean isPathNotExportedInScope(String path)
boolean isPathNotProcessed(String path)
boolean isPathProcessed(String path)
boolean isPerformDirectBinaryImport()
boolean isPrivateLayout()
boolean isStagedModelCounted(StagedModel stagedModel)
boolean isWithinDateRange(Date modifiedDate)
void putNotUniquePerLayout(String dataKey)
void setClassLoader(ClassLoader classLoader)
void setCompanyGroupId(long companyGroupId)
void setCompanyId(long companyId)
void setDataStrategy(String dataStrategy)
void setEndDate(Date endDate)
void setExportDataRootElement(Element exportDataRootElement)
void setGroupId(long groupId)
void setImportDataRootElement(Element importDataRootElement)
void setManifestSummary(ManifestSummary manifestSummary)
void setMissingReferencesElement(Element missingReferencesElement)
void setNewLayouts(List<Layout> newLayouts)
void setNewPrimaryKeysMaps(Map<String,Map<?,?>> newPrimaryKeysMaps)
void setOldPlid(long oldPlid)
void setParameterMap(Map<String,String[]> parameterMap)
void setPlid(long plid)
void setPortetDataContextListener(PortletDataContextListener portletDataContextListener)
void setPrivateLayout(boolean privateLayout)
void setRootPortletId(String rootPortletId)
void setScopeGroupId(long scopeGroupId)
void setScopeLayoutUuid(String scopeLayoutUuid)
void setScopeType(String scopeType)
void setSourceCompanyGroupId(long sourceCompanyGroupId)
void setSourceCompanyId(long sourceCompanyId)
void setSourceGroupId(long sourceGroupId)
void setSourceUserPersonalSiteGroupId(long sourceUserPersonalSiteGroupId)
void setStartDate(Date startDate)
void setUserIdStrategy(UserIdStrategy userIdStrategy)
void setUserPersonalSiteGroupId(long userPersonalSiteGroupId)
void setZipReader(ZipReader zipReader)
void setZipWriter(ZipWriter zipWriter)
String toXML(Object object)
|
Liferay 6.2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||