public interface BulkLayoutConverter
Modifier and Type | Method and Description |
---|---|
void |
convertLayout(long plid)
Converts a layout of type
LayoutConstants#TYPE_PORTLET into a
layout of type LayoutConstants#TYPE_CONTENT |
long[] |
convertLayouts(long groupId)
Converts all convertible layouts in the group of type
LayoutConstants#TYPE_PORTLET into layouts of type LayoutConstants#TYPE_CONTENT |
long[] |
convertLayouts(long[] plids)
Converts multiple layouts of type
LayoutConstants#TYPE_PORTLET
into layouts of type LayoutConstants#TYPE_CONTENT |
LayoutConversionResult |
generatePreviewLayout(long plid,
java.util.Locale locale) |
long[] |
getConvertibleLayoutPlids(long groupId)
Returns the plids of the convertible layouts in the group
|
void convertLayout(long plid) throws com.liferay.portal.kernel.exception.PortalException
LayoutConstants#TYPE_PORTLET
into a
layout of type LayoutConstants#TYPE_CONTENT
plid
- the primary key of the layoutcom.liferay.portal.kernel.exception.PortalException
- if a portal exception occurredlong[] convertLayouts(long groupId) throws com.liferay.portal.kernel.exception.PortalException
LayoutConstants#TYPE_PORTLET
into layouts of type LayoutConstants#TYPE_CONTENT
This method handles the conversion of each layout within a transaction.
groupId
- the primary key of the groupcom.liferay.portal.kernel.exception.PortalException
long[] convertLayouts(long[] plids)
LayoutConstants#TYPE_PORTLET
into layouts of type LayoutConstants#TYPE_CONTENT
This method handles the conversion of each layout within a transaction.
plids
- an array with the primary keys of the layouts to be
convertedLayoutConversionResult generatePreviewLayout(long plid, java.util.Locale locale) throws java.lang.Exception
java.lang.Exception
long[] getConvertibleLayoutPlids(long groupId) throws com.liferay.portal.kernel.exception.PortalException
groupId
- the primary key of the groupcom.liferay.portal.kernel.exception.PortalException