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:
LayoutSetServiceFactory
,
LayoutSetServiceUtil
Method Summary |
LayoutSet |
addLayoutSet(LayoutSet model)
|
LayoutSet |
addLayoutSet(long groupId,
boolean privateLayout)
|
void |
deleteLayoutSet(long groupId,
boolean privateLayout)
|
java.util.List |
dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
|
java.util.List |
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 model)
|
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
public LayoutSet addLayoutSet(LayoutSet model)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
dynamicQuery
public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
dynamicQuery
public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer,
int begin,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
updateLayoutSet
public LayoutSet updateLayoutSet(LayoutSet model)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
addLayoutSet
public 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
public 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
public 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
public 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
public 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
public 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
public 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
public 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