com.liferay.portal.service
Class LayoutPrototypeServiceWrapper
java.lang.Object
com.liferay.portal.service.LayoutPrototypeServiceWrapper
- All Implemented Interfaces:
- LayoutPrototypeService
public class LayoutPrototypeServiceWrapper
- extends java.lang.Object
- implements LayoutPrototypeService
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This class is a wrapper for LayoutPrototypeService
.
- Author:
- Brian Wing Shun Chan
- See Also:
LayoutPrototypeService
- Generated:
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LayoutPrototypeServiceWrapper
public LayoutPrototypeServiceWrapper(LayoutPrototypeService layoutPrototypeService)
addLayoutPrototype
public LayoutPrototype addLayoutPrototype(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:
addLayoutPrototype
in interface LayoutPrototypeService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
deleteLayoutPrototype
public void deleteLayoutPrototype(long layoutPrototypeId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
deleteLayoutPrototype
in interface LayoutPrototypeService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getLayoutPrototype
public LayoutPrototype getLayoutPrototype(long layoutPrototypeId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
getLayoutPrototype
in interface LayoutPrototypeService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
search
public java.util.List<LayoutPrototype> 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 LayoutPrototypeService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
updateLayoutPrototype
public LayoutPrototype updateLayoutPrototype(long layoutPrototypeId,
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:
updateLayoutPrototype
in interface LayoutPrototypeService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getWrappedLayoutPrototypeService
public LayoutPrototypeService getWrappedLayoutPrototypeService()