com.liferay.portal.service
Class LayoutSetPrototypeServiceWrapper
java.lang.Object
com.liferay.portal.service.LayoutSetPrototypeServiceWrapper
- All Implemented Interfaces:
- LayoutSetPrototypeService
public class LayoutSetPrototypeServiceWrapper
- extends java.lang.Object
- implements LayoutSetPrototypeService
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This class is a wrapper for LayoutSetPrototypeService
.
- Author:
- Brian Wing Shun Chan
- See Also:
LayoutSetPrototypeService
- Generated:
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LayoutSetPrototypeServiceWrapper
public LayoutSetPrototypeServiceWrapper(LayoutSetPrototypeService layoutSetPrototypeService)
addLayoutSetPrototype
public LayoutSetPrototype addLayoutSetPrototype(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 LayoutSetPrototypeService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
deleteLayoutSetPrototype
public void deleteLayoutSetPrototype(long layoutSetPrototypeId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
deleteLayoutSetPrototype
in interface LayoutSetPrototypeService
- Throws:
com.liferay.portal.kernel.exception.PortalException
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 LayoutSetPrototypeService
- 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,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
search
in interface LayoutSetPrototypeService
- Throws:
com.liferay.portal.kernel.exception.PortalException
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 LayoutSetPrototypeService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getWrappedLayoutSetPrototypeService
public LayoutSetPrototypeService getWrappedLayoutSetPrototypeService()