com.liferay.portal.service
Interface LayoutSetLocalService
public interface LayoutSetLocalService
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This interface defines the service. The default implementation is
com.liferay.portal.service.impl.LayoutSetLocalServiceImpl
.
Modify methods in that class and rerun ServiceBuilder to populate this class
and all other generated classes.
This is a local service. Methods of this service will not have security checks based on the propagated JAAS credentials because this service can only be accessed from within the same VM.
- Author:
- Brian Wing Shun Chan
- See Also:
LayoutSetLocalServiceFactory
,
LayoutSetLocalServiceUtil
Method Summary |
LayoutSet |
addLayoutSet(LayoutSet layoutSet)
|
LayoutSet |
addLayoutSet(long groupId,
boolean privateLayout)
|
void |
deleteLayoutSet(LayoutSet layoutSet)
|
void |
deleteLayoutSet(long layoutSetId)
|
void |
deleteLayoutSet(long groupId,
boolean privateLayout)
|
java.util.List<LayoutSet> |
dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
|
java.util.List<LayoutSet> |
dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer,
int begin,
int end)
|
LayoutSet |
getLayoutSet(long groupId,
boolean privateLayout)
|
LayoutSet |
getLayoutSet(java.lang.String virtualHost)
|
LayoutSet |
updateLayoutSet(LayoutSet layoutSet)
|
void |
updateLogo(long groupId,
boolean privateLayout,
boolean logo,
java.io.File file)
|
LayoutSet |
updateLookAndFeel(long groupId,
boolean privateLayout,
java.lang.String themeId,
java.lang.String colorSchemeId,
java.lang.String css,
boolean wapTheme)
|
LayoutSet |
updatePageCount(long groupId,
boolean privateLayout)
|
LayoutSet |
updateVirtualHost(long groupId,
boolean privateLayout,
java.lang.String virtualHost)
|
addLayoutSet
LayoutSet addLayoutSet(LayoutSet layoutSet)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
deleteLayoutSet
void deleteLayoutSet(long layoutSetId)
throws com.liferay.portal.SystemException,
com.liferay.portal.PortalException
- Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException
deleteLayoutSet
void deleteLayoutSet(LayoutSet layoutSet)
throws com.liferay.portal.SystemException,
com.liferay.portal.PortalException
- Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException
dynamicQuery
java.util.List<LayoutSet> dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
dynamicQuery
java.util.List<LayoutSet> dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer,
int begin,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
updateLayoutSet
LayoutSet updateLayoutSet(LayoutSet layoutSet)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
addLayoutSet
LayoutSet addLayoutSet(long groupId,
boolean privateLayout)
throws com.liferay.portal.SystemException,
com.liferay.portal.PortalException
- Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException
deleteLayoutSet
void deleteLayoutSet(long groupId,
boolean privateLayout)
throws com.liferay.portal.SystemException,
com.liferay.portal.PortalException
- Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException
getLayoutSet
LayoutSet getLayoutSet(long groupId,
boolean privateLayout)
throws com.liferay.portal.SystemException,
com.liferay.portal.PortalException
- Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException
getLayoutSet
LayoutSet getLayoutSet(java.lang.String virtualHost)
throws com.liferay.portal.SystemException,
com.liferay.portal.PortalException
- Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException
updateLogo
void updateLogo(long groupId,
boolean privateLayout,
boolean logo,
java.io.File file)
throws com.liferay.portal.SystemException,
com.liferay.portal.PortalException
- Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException
updateLookAndFeel
LayoutSet updateLookAndFeel(long groupId,
boolean privateLayout,
java.lang.String themeId,
java.lang.String colorSchemeId,
java.lang.String css,
boolean wapTheme)
throws com.liferay.portal.SystemException,
com.liferay.portal.PortalException
- Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException
updatePageCount
LayoutSet updatePageCount(long groupId,
boolean privateLayout)
throws com.liferay.portal.SystemException,
com.liferay.portal.PortalException
- Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException
updateVirtualHost
LayoutSet updateVirtualHost(long groupId,
boolean privateLayout,
java.lang.String virtualHost)
throws com.liferay.portal.SystemException,
com.liferay.portal.PortalException
- Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException