com.liferay.portal.service
Class LayoutSetPrototypeLocalServiceUtil
java.lang.Object
com.liferay.portal.service.LayoutSetPrototypeLocalServiceUtil
public class LayoutSetPrototypeLocalServiceUtil
- extends java.lang.Object
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This class provides static methods for the
LayoutSetPrototypeLocalService
bean. The static methods of
this class calls the same methods of the bean instance. It's convenient to be
able to just write one line to call a method on a bean instead of writing a
lookup call and a method call.
- Author:
- Brian Wing Shun Chan
- See Also:
LayoutSetPrototypeLocalService
- Generated:
Method Summary |
static LayoutSetPrototype |
addLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype)
|
static LayoutSetPrototype |
addLayoutSetPrototype(long userId,
long companyId,
java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.lang.String description,
boolean active)
|
static LayoutSetPrototype |
createLayoutSetPrototype(long layoutSetPrototypeId)
|
static void |
deleteLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype)
|
static void |
deleteLayoutSetPrototype(long layoutSetPrototypeId)
|
static java.util.List |
dynamicQuery(DynamicQuery dynamicQuery)
|
static java.util.List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static java.util.List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static long |
dynamicQueryCount(DynamicQuery dynamicQuery)
|
static LayoutSetPrototype |
getLayoutSetPrototype(long layoutSetPrototypeId)
|
static java.util.List<LayoutSetPrototype> |
getLayoutSetPrototypes(int start,
int end)
|
static int |
getLayoutSetPrototypesCount()
|
static LayoutSetPrototypeLocalService |
getService()
|
static java.util.List<LayoutSetPrototype> |
search(long companyId,
java.lang.Boolean active,
int start,
int end,
OrderByComparator obc)
|
static int |
searchCount(long companyId,
java.lang.Boolean active)
|
void |
setService(LayoutSetPrototypeLocalService service)
|
static LayoutSetPrototype |
updateLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype)
|
static LayoutSetPrototype |
updateLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype,
boolean merge)
|
static 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 |
LayoutSetPrototypeLocalServiceUtil
public LayoutSetPrototypeLocalServiceUtil()
addLayoutSetPrototype
public static LayoutSetPrototype addLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype)
throws SystemException
- Throws:
SystemException
createLayoutSetPrototype
public static LayoutSetPrototype createLayoutSetPrototype(long layoutSetPrototypeId)
deleteLayoutSetPrototype
public static void deleteLayoutSetPrototype(long layoutSetPrototypeId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
deleteLayoutSetPrototype
public static void deleteLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype)
throws SystemException
- Throws:
SystemException
dynamicQuery
public static java.util.List dynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
- Throws:
SystemException
dynamicQuery
public static java.util.List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
throws SystemException
- Throws:
SystemException
dynamicQuery
public static java.util.List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Throws:
SystemException
dynamicQueryCount
public static long dynamicQueryCount(DynamicQuery dynamicQuery)
throws SystemException
- Throws:
SystemException
getLayoutSetPrototype
public static LayoutSetPrototype getLayoutSetPrototype(long layoutSetPrototypeId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getLayoutSetPrototypes
public static java.util.List<LayoutSetPrototype> getLayoutSetPrototypes(int start,
int end)
throws SystemException
- Throws:
SystemException
getLayoutSetPrototypesCount
public static int getLayoutSetPrototypesCount()
throws SystemException
- Throws:
SystemException
updateLayoutSetPrototype
public static LayoutSetPrototype updateLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype)
throws SystemException
- Throws:
SystemException
updateLayoutSetPrototype
public static LayoutSetPrototype updateLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype,
boolean merge)
throws SystemException
- Throws:
SystemException
addLayoutSetPrototype
public static LayoutSetPrototype addLayoutSetPrototype(long userId,
long companyId,
java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.lang.String description,
boolean active)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
search
public static java.util.List<LayoutSetPrototype> search(long companyId,
java.lang.Boolean active,
int start,
int end,
OrderByComparator obc)
throws SystemException
- Throws:
SystemException
searchCount
public static int searchCount(long companyId,
java.lang.Boolean active)
throws SystemException
- Throws:
SystemException
updateLayoutSetPrototype
public static LayoutSetPrototype updateLayoutSetPrototype(long layoutSetPrototypeId,
java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.lang.String description,
boolean active)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getService
public static LayoutSetPrototypeLocalService getService()
setService
public void setService(LayoutSetPrototypeLocalService service)