com.liferay.portal.service
Class LayoutSetPrototypeLocalServiceWrapper
java.lang.Object
com.liferay.portal.service.LayoutSetPrototypeLocalServiceWrapper
- All Implemented Interfaces:
- LayoutSetPrototypeLocalService
public class LayoutSetPrototypeLocalServiceWrapper
- extends java.lang.Object
- implements LayoutSetPrototypeLocalService
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This class is a wrapper for LayoutSetPrototypeLocalService
.
- Author:
- Brian Wing Shun Chan
- See Also:
LayoutSetPrototypeLocalService
- Generated:
Method Summary |
LayoutSetPrototype |
addLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype)
|
LayoutSetPrototype |
addLayoutSetPrototype(long userId,
long companyId,
java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.lang.String description,
boolean active)
|
LayoutSetPrototype |
createLayoutSetPrototype(long layoutSetPrototypeId)
|
void |
deleteLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype)
|
void |
deleteLayoutSetPrototype(long layoutSetPrototypeId)
|
java.util.List<java.lang.Object> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
|
java.util.List<java.lang.Object> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
|
LayoutSetPrototype |
getLayoutSetPrototype(long layoutSetPrototypeId)
|
java.util.List<LayoutSetPrototype> |
getLayoutSetPrototypes(int start,
int end)
|
int |
getLayoutSetPrototypesCount()
|
LayoutSetPrototypeLocalService |
getWrappedLayoutSetPrototypeLocalService()
|
java.util.List<LayoutSetPrototype> |
search(long companyId,
java.lang.Boolean active,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
int |
searchCount(long companyId,
java.lang.Boolean active)
|
LayoutSetPrototype |
updateLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype)
|
LayoutSetPrototype |
updateLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype,
boolean merge)
|
LayoutSetPrototype |
updateLayoutSetPrototype(long layoutSetPrototypeId,
java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.lang.String description,
boolean active)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LayoutSetPrototypeLocalServiceWrapper
public LayoutSetPrototypeLocalServiceWrapper(LayoutSetPrototypeLocalService layoutSetPrototypeLocalService)
addLayoutSetPrototype
public LayoutSetPrototype addLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
addLayoutSetPrototype
in interface LayoutSetPrototypeLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
createLayoutSetPrototype
public LayoutSetPrototype createLayoutSetPrototype(long layoutSetPrototypeId)
- Specified by:
createLayoutSetPrototype
in interface LayoutSetPrototypeLocalService
deleteLayoutSetPrototype
public void deleteLayoutSetPrototype(long layoutSetPrototypeId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
deleteLayoutSetPrototype
in interface LayoutSetPrototypeLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
deleteLayoutSetPrototype
public void deleteLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
deleteLayoutSetPrototype
in interface LayoutSetPrototypeLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
dynamicQuery
public java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
dynamicQuery
in interface LayoutSetPrototypeLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
dynamicQuery
public java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
dynamicQuery
in interface LayoutSetPrototypeLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getLayoutSetPrototype
public LayoutSetPrototype getLayoutSetPrototype(long layoutSetPrototypeId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
getLayoutSetPrototype
in interface LayoutSetPrototypeLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getLayoutSetPrototypes
public java.util.List<LayoutSetPrototype> getLayoutSetPrototypes(int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getLayoutSetPrototypes
in interface LayoutSetPrototypeLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getLayoutSetPrototypesCount
public int getLayoutSetPrototypesCount()
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getLayoutSetPrototypesCount
in interface LayoutSetPrototypeLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
updateLayoutSetPrototype
public LayoutSetPrototype updateLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
updateLayoutSetPrototype
in interface LayoutSetPrototypeLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
updateLayoutSetPrototype
public LayoutSetPrototype updateLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype,
boolean merge)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
updateLayoutSetPrototype
in interface LayoutSetPrototypeLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
addLayoutSetPrototype
public LayoutSetPrototype addLayoutSetPrototype(long userId,
long companyId,
java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.lang.String description,
boolean active)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
addLayoutSetPrototype
in interface LayoutSetPrototypeLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
search
public java.util.List<LayoutSetPrototype> search(long companyId,
java.lang.Boolean active,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
search
in interface LayoutSetPrototypeLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
searchCount
public int searchCount(long companyId,
java.lang.Boolean active)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
searchCount
in interface LayoutSetPrototypeLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
updateLayoutSetPrototype
public LayoutSetPrototype updateLayoutSetPrototype(long layoutSetPrototypeId,
java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.lang.String description,
boolean active)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
updateLayoutSetPrototype
in interface LayoutSetPrototypeLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getWrappedLayoutSetPrototypeLocalService
public LayoutSetPrototypeLocalService getWrappedLayoutSetPrototypeLocalService()