com.liferay.portal.service
Class LayoutSetPrototypeLocalServiceWrapper
java.lang.Object
com.liferay.portal.service.LayoutSetPrototypeLocalServiceWrapper
- All Implemented Interfaces:
- LayoutSetPrototypeLocalService
public class LayoutSetPrototypeLocalServiceWrapper
- extends Object
- implements LayoutSetPrototypeLocalService
This class is a wrapper for LayoutSetPrototypeLocalService.
- See Also:
LayoutSetPrototypeLocalService- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.
|
Method Summary |
LayoutSetPrototype |
addLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype)
|
LayoutSetPrototype |
addLayoutSetPrototype(long userId,
long companyId,
Map<Locale,String> nameMap,
String description,
boolean active)
|
LayoutSetPrototype |
createLayoutSetPrototype(long layoutSetPrototypeId)
|
void |
deleteLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype)
|
void |
deleteLayoutSetPrototype(long layoutSetPrototypeId)
|
List |
dynamicQuery(DynamicQuery dynamicQuery)
|
List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery)
|
LayoutSetPrototype |
getLayoutSetPrototype(long layoutSetPrototypeId)
|
List<LayoutSetPrototype> |
getLayoutSetPrototypes(int start,
int end)
|
int |
getLayoutSetPrototypesCount()
|
LayoutSetPrototypeLocalService |
getWrappedLayoutSetPrototypeLocalService()
|
List<LayoutSetPrototype> |
search(long companyId,
Boolean active,
int start,
int end,
OrderByComparator obc)
|
int |
searchCount(long companyId,
Boolean active)
|
LayoutSetPrototype |
updateLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype)
|
LayoutSetPrototype |
updateLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype,
boolean merge)
|
LayoutSetPrototype |
updateLayoutSetPrototype(long layoutSetPrototypeId,
Map<Locale,String> nameMap,
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 SystemException
- Specified by:
addLayoutSetPrototype in interface LayoutSetPrototypeLocalService
- Throws:
SystemException
createLayoutSetPrototype
public LayoutSetPrototype createLayoutSetPrototype(long layoutSetPrototypeId)
- Specified by:
createLayoutSetPrototype in interface LayoutSetPrototypeLocalService
deleteLayoutSetPrototype
public void deleteLayoutSetPrototype(long layoutSetPrototypeId)
throws PortalException,
SystemException
- Specified by:
deleteLayoutSetPrototype in interface LayoutSetPrototypeLocalService
- Throws:
PortalException
SystemException
deleteLayoutSetPrototype
public void deleteLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype)
throws SystemException
- Specified by:
deleteLayoutSetPrototype in interface LayoutSetPrototypeLocalService
- Throws:
SystemException
dynamicQuery
public List dynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
- Specified by:
dynamicQuery in interface LayoutSetPrototypeLocalService
- Throws:
SystemException
dynamicQuery
public List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
throws SystemException
- Specified by:
dynamicQuery in interface LayoutSetPrototypeLocalService
- Throws:
SystemException
dynamicQuery
public List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Specified by:
dynamicQuery in interface LayoutSetPrototypeLocalService
- Throws:
SystemException
dynamicQueryCount
public long dynamicQueryCount(DynamicQuery dynamicQuery)
throws SystemException
- Specified by:
dynamicQueryCount in interface LayoutSetPrototypeLocalService
- Throws:
SystemException
getLayoutSetPrototype
public LayoutSetPrototype getLayoutSetPrototype(long layoutSetPrototypeId)
throws PortalException,
SystemException
- Specified by:
getLayoutSetPrototype in interface LayoutSetPrototypeLocalService
- Throws:
PortalException
SystemException
getLayoutSetPrototypes
public List<LayoutSetPrototype> getLayoutSetPrototypes(int start,
int end)
throws SystemException
- Specified by:
getLayoutSetPrototypes in interface LayoutSetPrototypeLocalService
- Throws:
SystemException
getLayoutSetPrototypesCount
public int getLayoutSetPrototypesCount()
throws SystemException
- Specified by:
getLayoutSetPrototypesCount in interface LayoutSetPrototypeLocalService
- Throws:
SystemException
updateLayoutSetPrototype
public LayoutSetPrototype updateLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype)
throws SystemException
- Specified by:
updateLayoutSetPrototype in interface LayoutSetPrototypeLocalService
- Throws:
SystemException
updateLayoutSetPrototype
public LayoutSetPrototype updateLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype,
boolean merge)
throws SystemException
- Specified by:
updateLayoutSetPrototype in interface LayoutSetPrototypeLocalService
- Throws:
SystemException
addLayoutSetPrototype
public LayoutSetPrototype addLayoutSetPrototype(long userId,
long companyId,
Map<Locale,String> nameMap,
String description,
boolean active)
throws PortalException,
SystemException
- Specified by:
addLayoutSetPrototype in interface LayoutSetPrototypeLocalService
- Throws:
PortalException
SystemException
search
public List<LayoutSetPrototype> search(long companyId,
Boolean active,
int start,
int end,
OrderByComparator obc)
throws SystemException
- Specified by:
search in interface LayoutSetPrototypeLocalService
- Throws:
SystemException
searchCount
public int searchCount(long companyId,
Boolean active)
throws SystemException
- Specified by:
searchCount in interface LayoutSetPrototypeLocalService
- Throws:
SystemException
updateLayoutSetPrototype
public LayoutSetPrototype updateLayoutSetPrototype(long layoutSetPrototypeId,
Map<Locale,String> nameMap,
String description,
boolean active)
throws PortalException,
SystemException
- Specified by:
updateLayoutSetPrototype in interface LayoutSetPrototypeLocalService
- Throws:
PortalException
SystemException
getWrappedLayoutSetPrototypeLocalService
public LayoutSetPrototypeLocalService getWrappedLayoutSetPrototypeLocalService()