com.liferay.portlet.expando.service
Class ExpandoRowLocalServiceUtil
java.lang.Object
com.liferay.portlet.expando.service.ExpandoRowLocalServiceUtil
public class ExpandoRowLocalServiceUtil
- 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
ExpandoRowLocalService
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:
ExpandoRowLocalService
- Generated:
Method Summary |
static ExpandoRow |
addExpandoRow(ExpandoRow expandoRow)
|
static ExpandoRow |
addRow(long tableId,
long classPK)
|
static ExpandoRow |
createExpandoRow(long rowId)
|
static void |
deleteExpandoRow(ExpandoRow expandoRow)
|
static void |
deleteExpandoRow(long rowId)
|
static void |
deleteRow(long rowId)
|
static void |
deleteRow(long tableId,
long classPK)
|
static void |
deleteRow(long companyId,
long classNameId,
java.lang.String tableName,
long classPK)
|
static void |
deleteRow(long companyId,
java.lang.String className,
java.lang.String tableName,
long classPK)
|
static java.util.List<java.lang.Object> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
|
static java.util.List<java.lang.Object> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
|
static java.util.List<ExpandoRow> |
getDefaultTableRows(long companyId,
long classNameId,
int start,
int end)
|
static java.util.List<ExpandoRow> |
getDefaultTableRows(long companyId,
java.lang.String className,
int start,
int end)
|
static int |
getDefaultTableRowsCount(long companyId,
long classNameId)
|
static int |
getDefaultTableRowsCount(long companyId,
java.lang.String className)
|
static ExpandoRow |
getExpandoRow(long rowId)
|
static java.util.List<ExpandoRow> |
getExpandoRows(int start,
int end)
|
static int |
getExpandoRowsCount()
|
static ExpandoRow |
getRow(long rowId)
|
static ExpandoRow |
getRow(long tableId,
long classPK)
|
static ExpandoRow |
getRow(long companyId,
long classNameId,
java.lang.String tableName,
long classPK)
|
static ExpandoRow |
getRow(long companyId,
java.lang.String className,
java.lang.String tableName,
long classPK)
|
static java.util.List<ExpandoRow> |
getRows(long tableId,
int start,
int end)
|
static java.util.List<ExpandoRow> |
getRows(long companyId,
long classNameId,
java.lang.String tableName,
int start,
int end)
|
static java.util.List<ExpandoRow> |
getRows(long companyId,
java.lang.String className,
java.lang.String tableName,
int start,
int end)
|
static int |
getRowsCount(long tableId)
|
static int |
getRowsCount(long companyId,
long classNameId,
java.lang.String tableName)
|
static int |
getRowsCount(long companyId,
java.lang.String className,
java.lang.String tableName)
|
static ExpandoRowLocalService |
getService()
|
void |
setService(ExpandoRowLocalService service)
|
static ExpandoRow |
updateExpandoRow(ExpandoRow expandoRow)
|
static ExpandoRow |
updateExpandoRow(ExpandoRow expandoRow,
boolean merge)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExpandoRowLocalServiceUtil
public ExpandoRowLocalServiceUtil()
addExpandoRow
public static ExpandoRow addExpandoRow(ExpandoRow expandoRow)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
createExpandoRow
public static ExpandoRow createExpandoRow(long rowId)
deleteExpandoRow
public static void deleteExpandoRow(long rowId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
deleteExpandoRow
public static void deleteExpandoRow(ExpandoRow expandoRow)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
dynamicQuery
public static java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
dynamicQuery
public static java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
getExpandoRow
public static ExpandoRow getExpandoRow(long rowId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getExpandoRows
public static java.util.List<ExpandoRow> getExpandoRows(int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
getExpandoRowsCount
public static int getExpandoRowsCount()
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
updateExpandoRow
public static ExpandoRow updateExpandoRow(ExpandoRow expandoRow)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
updateExpandoRow
public static ExpandoRow updateExpandoRow(ExpandoRow expandoRow,
boolean merge)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
addRow
public static ExpandoRow addRow(long tableId,
long classPK)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
deleteRow
public static void deleteRow(long rowId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
deleteRow
public static void deleteRow(long tableId,
long classPK)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
deleteRow
public static void deleteRow(long companyId,
long classNameId,
java.lang.String tableName,
long classPK)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
deleteRow
public static void deleteRow(long companyId,
java.lang.String className,
java.lang.String tableName,
long classPK)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getDefaultTableRows
public static java.util.List<ExpandoRow> getDefaultTableRows(long companyId,
long classNameId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
getDefaultTableRows
public static java.util.List<ExpandoRow> getDefaultTableRows(long companyId,
java.lang.String className,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
getDefaultTableRowsCount
public static int getDefaultTableRowsCount(long companyId,
long classNameId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
getDefaultTableRowsCount
public static int getDefaultTableRowsCount(long companyId,
java.lang.String className)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
getRow
public static ExpandoRow getRow(long rowId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getRow
public static ExpandoRow getRow(long tableId,
long classPK)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getRow
public static ExpandoRow getRow(long companyId,
long classNameId,
java.lang.String tableName,
long classPK)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
getRow
public static ExpandoRow getRow(long companyId,
java.lang.String className,
java.lang.String tableName,
long classPK)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
getRows
public static java.util.List<ExpandoRow> getRows(long tableId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
getRows
public static java.util.List<ExpandoRow> getRows(long companyId,
long classNameId,
java.lang.String tableName,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
getRows
public static java.util.List<ExpandoRow> getRows(long companyId,
java.lang.String className,
java.lang.String tableName,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
getRowsCount
public static int getRowsCount(long tableId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
getRowsCount
public static int getRowsCount(long companyId,
long classNameId,
java.lang.String tableName)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
getRowsCount
public static int getRowsCount(long companyId,
java.lang.String className,
java.lang.String tableName)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
getService
public static ExpandoRowLocalService getService()
setService
public void setService(ExpandoRowLocalService service)