com.liferay.portlet.expando.service
Class ExpandoColumnLocalServiceUtil
java.lang.Object
com.liferay.portlet.expando.service.ExpandoColumnLocalServiceUtil
public class ExpandoColumnLocalServiceUtil
- 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
ExpandoColumnLocalService
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:
ExpandoColumnLocalService
- Generated:
Method Summary |
static ExpandoColumn |
addColumn(long tableId,
java.lang.String name,
int type)
|
static ExpandoColumn |
addColumn(long tableId,
java.lang.String name,
int type,
java.lang.Object defaultData)
|
static ExpandoColumn |
addExpandoColumn(ExpandoColumn expandoColumn)
|
static ExpandoColumn |
createExpandoColumn(long columnId)
|
static void |
deleteColumn(ExpandoColumn column)
|
static void |
deleteColumn(long columnId)
|
static void |
deleteColumn(long companyId,
long classNameId,
java.lang.String tableName,
java.lang.String name)
|
static void |
deleteColumn(long tableId,
java.lang.String name)
|
static void |
deleteColumn(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String name)
|
static void |
deleteColumns(long tableId)
|
static void |
deleteColumns(long companyId,
long classNameId,
java.lang.String tableName)
|
static void |
deleteColumns(long companyId,
java.lang.String className,
java.lang.String tableName)
|
static void |
deleteExpandoColumn(ExpandoColumn expandoColumn)
|
static void |
deleteExpandoColumn(long columnId)
|
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 ExpandoColumn |
getColumn(long columnId)
|
static ExpandoColumn |
getColumn(long companyId,
long classNameId,
java.lang.String tableName,
java.lang.String name)
|
static ExpandoColumn |
getColumn(long tableId,
java.lang.String name)
|
static ExpandoColumn |
getColumn(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String name)
|
static java.util.List<ExpandoColumn> |
getColumns(long tableId)
|
static java.util.List<ExpandoColumn> |
getColumns(long companyId,
long classNameId,
java.lang.String tableName)
|
static java.util.List<ExpandoColumn> |
getColumns(long companyId,
java.lang.String className,
java.lang.String tableName)
|
static int |
getColumnsCount(long tableId)
|
static int |
getColumnsCount(long companyId,
long classNameId,
java.lang.String tableName)
|
static int |
getColumnsCount(long companyId,
java.lang.String className,
java.lang.String tableName)
|
static ExpandoColumn |
getDefaultTableColumn(long companyId,
long classNameId,
java.lang.String name)
|
static ExpandoColumn |
getDefaultTableColumn(long companyId,
java.lang.String className,
java.lang.String name)
|
static java.util.List<ExpandoColumn> |
getDefaultTableColumns(long companyId,
long classNameId)
|
static java.util.List<ExpandoColumn> |
getDefaultTableColumns(long companyId,
java.lang.String className)
|
static int |
getDefaultTableColumnsCount(long companyId,
long classNameId)
|
static int |
getDefaultTableColumnsCount(long companyId,
java.lang.String className)
|
static ExpandoColumn |
getExpandoColumn(long columnId)
|
static java.util.List<ExpandoColumn> |
getExpandoColumns(int start,
int end)
|
static int |
getExpandoColumnsCount()
|
static ExpandoColumnLocalService |
getService()
|
void |
setService(ExpandoColumnLocalService service)
|
static ExpandoColumn |
updateColumn(long columnId,
java.lang.String name,
int type)
|
static ExpandoColumn |
updateColumn(long columnId,
java.lang.String name,
int type,
java.lang.Object defaultData)
|
static ExpandoColumn |
updateExpandoColumn(ExpandoColumn expandoColumn)
|
static ExpandoColumn |
updateExpandoColumn(ExpandoColumn expandoColumn,
boolean merge)
|
static ExpandoColumn |
updateTypeSettings(long columnId,
java.lang.String typeSettings)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExpandoColumnLocalServiceUtil
public ExpandoColumnLocalServiceUtil()
addExpandoColumn
public static ExpandoColumn addExpandoColumn(ExpandoColumn expandoColumn)
throws SystemException
- Throws:
SystemException
createExpandoColumn
public static ExpandoColumn createExpandoColumn(long columnId)
deleteExpandoColumn
public static void deleteExpandoColumn(long columnId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
deleteExpandoColumn
public static void deleteExpandoColumn(ExpandoColumn expandoColumn)
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
getExpandoColumn
public static ExpandoColumn getExpandoColumn(long columnId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getExpandoColumns
public static java.util.List<ExpandoColumn> getExpandoColumns(int start,
int end)
throws SystemException
- Throws:
SystemException
getExpandoColumnsCount
public static int getExpandoColumnsCount()
throws SystemException
- Throws:
SystemException
updateExpandoColumn
public static ExpandoColumn updateExpandoColumn(ExpandoColumn expandoColumn)
throws SystemException
- Throws:
SystemException
updateExpandoColumn
public static ExpandoColumn updateExpandoColumn(ExpandoColumn expandoColumn,
boolean merge)
throws SystemException
- Throws:
SystemException
addColumn
public static ExpandoColumn addColumn(long tableId,
java.lang.String name,
int type)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
addColumn
public static ExpandoColumn addColumn(long tableId,
java.lang.String name,
int type,
java.lang.Object defaultData)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
deleteColumn
public static void deleteColumn(ExpandoColumn column)
throws SystemException
- Throws:
SystemException
deleteColumn
public static void deleteColumn(long columnId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
deleteColumn
public static void deleteColumn(long companyId,
long classNameId,
java.lang.String tableName,
java.lang.String name)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
deleteColumn
public static void deleteColumn(long tableId,
java.lang.String name)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
deleteColumn
public static void deleteColumn(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String name)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
deleteColumns
public static void deleteColumns(long tableId)
throws SystemException
- Throws:
SystemException
deleteColumns
public static void deleteColumns(long companyId,
long classNameId,
java.lang.String tableName)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
deleteColumns
public static void deleteColumns(long companyId,
java.lang.String className,
java.lang.String tableName)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getColumn
public static ExpandoColumn getColumn(long columnId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getColumn
public static ExpandoColumn getColumn(long companyId,
long classNameId,
java.lang.String tableName,
java.lang.String name)
throws SystemException
- Throws:
SystemException
getColumn
public static ExpandoColumn getColumn(long tableId,
java.lang.String name)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getColumn
public static ExpandoColumn getColumn(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String name)
throws SystemException
- Throws:
SystemException
getColumns
public static java.util.List<ExpandoColumn> getColumns(long tableId)
throws SystemException
- Throws:
SystemException
getColumns
public static java.util.List<ExpandoColumn> getColumns(long companyId,
long classNameId,
java.lang.String tableName)
throws SystemException
- Throws:
SystemException
getColumns
public static java.util.List<ExpandoColumn> getColumns(long companyId,
java.lang.String className,
java.lang.String tableName)
throws SystemException
- Throws:
SystemException
getColumnsCount
public static int getColumnsCount(long tableId)
throws SystemException
- Throws:
SystemException
getColumnsCount
public static int getColumnsCount(long companyId,
long classNameId,
java.lang.String tableName)
throws SystemException
- Throws:
SystemException
getColumnsCount
public static int getColumnsCount(long companyId,
java.lang.String className,
java.lang.String tableName)
throws SystemException
- Throws:
SystemException
getDefaultTableColumn
public static ExpandoColumn getDefaultTableColumn(long companyId,
long classNameId,
java.lang.String name)
throws SystemException
- Throws:
SystemException
getDefaultTableColumn
public static ExpandoColumn getDefaultTableColumn(long companyId,
java.lang.String className,
java.lang.String name)
throws SystemException
- Throws:
SystemException
getDefaultTableColumns
public static java.util.List<ExpandoColumn> getDefaultTableColumns(long companyId,
long classNameId)
throws SystemException
- Throws:
SystemException
getDefaultTableColumns
public static java.util.List<ExpandoColumn> getDefaultTableColumns(long companyId,
java.lang.String className)
throws SystemException
- Throws:
SystemException
getDefaultTableColumnsCount
public static int getDefaultTableColumnsCount(long companyId,
long classNameId)
throws SystemException
- Throws:
SystemException
getDefaultTableColumnsCount
public static int getDefaultTableColumnsCount(long companyId,
java.lang.String className)
throws SystemException
- Throws:
SystemException
updateColumn
public static ExpandoColumn updateColumn(long columnId,
java.lang.String name,
int type)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
updateColumn
public static ExpandoColumn updateColumn(long columnId,
java.lang.String name,
int type,
java.lang.Object defaultData)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
updateTypeSettings
public static ExpandoColumn updateTypeSettings(long columnId,
java.lang.String typeSettings)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getService
public static ExpandoColumnLocalService getService()
setService
public void setService(ExpandoColumnLocalService service)