Class ManifestSummary
Object
com.liferay.exportimport.kernel.lar.ManifestSummary
- All Implemented Interfaces:
Serializable
- Author:
- Máté Thurzó, Zsolt Berentey, Daniel Kocsis
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addAssetTitle
(String className, String assetTitle) void
addDataPortlet
(Portlet portlet, String[] configurationPortletOptions) void
addLayoutPortlet
(Portlet portlet, String[] configurationPortletOptions) void
addModelAdditionCount
(StagedModelType stagedModelType, long count) void
addModelAdditionCount
(String manifestSummaryKey, long count) void
addModelDeletionCount
(StagedModelType stagedModelType, long count) void
addModelDeletionCount
(String manifestSummaryKey, long count) clone()
long
String[]
getConfigurationPortletOptions
(String rootPortletId) static String
getManifestSummaryKey
(StagedModelType stagedModelType) protected static String
getManifestSummaryKey
(String modelName, String referrerModelName) long
getModelAdditionCount
(StagedModelType stagedModelType) long
getModelAdditionCount
(StagedModel stagedModel) long
getModelAdditionCount
(String manifestSummaryKey) protected long
getModelAdditionCount
(String className, String referrerClassName) long
getModelDeletionCount
(StagedModelType stagedModelType) long
getModelDeletionCount
(StagedModelType[] stagedModelTypes) long
getModelDeletionCount
(StagedModel stagedModel) long
getModelDeletionCount
(String manifestSummaryKey) protected long
getModelDeletionCount
(String className, String referrerClassName) getStagedModelAssetTitle
(String manifestSummaryKey) void
incrementModelAdditionCount
(StagedModelType stagedModelType) void
incrementModelDeletionCount
(StagedModelType stagedModelType) void
void
setExportDate
(Date exportDate) toString()
-
Constructor Details
-
ManifestSummary
public ManifestSummary()
-
-
Method Details
-
getManifestSummaryKey
-
addAssetTitle
-
addDataPortlet
-
addLayoutPortlet
-
addModelAdditionCount
-
addModelAdditionCount
-
addModelDeletionCount
-
addModelDeletionCount
-
clone
-
getAllModelDeletionCounts
public long getAllModelDeletionCounts() -
getConfigurationPortletOptions
-
getDataPortlets
-
getExportDate
-
getLayoutPortlets
-
getManifestSummaryKeys
-
getModelAdditionCount
-
getModelAdditionCount
-
getModelAdditionCount
-
getModelAdditionCounters
-
getModelDeletionCount
-
getModelDeletionCount
-
getModelDeletionCount
-
getModelDeletionCount
-
getModelDeletionCounters
-
getStagedModelAssetTitle
-
getStagedModelAssetTitles
-
incrementModelAdditionCount
-
incrementModelDeletionCount
-
resetCounters
public void resetCounters() -
setExportDate
-
toString
-
getManifestSummaryKey
-
getModelAdditionCount
-
getModelDeletionCount
-