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