com.liferay.portlet.expando.service.impl
Class ExpandoColumnLocalServiceImpl
java.lang.Object
com.liferay.portlet.expando.service.base.ExpandoColumnLocalServiceBaseImpl
com.liferay.portlet.expando.service.impl.ExpandoColumnLocalServiceImpl
- All Implemented Interfaces:
- ExpandoColumnLocalService
public class ExpandoColumnLocalServiceImpl
- extends ExpandoColumnLocalServiceBaseImpl
Fields inherited from class com.liferay.portlet.expando.service.base.ExpandoColumnLocalServiceBaseImpl |
counterLocalService, expandoColumnLocalService, expandoColumnPersistence, expandoColumnService, expandoRowLocalService, expandoRowPersistence, expandoTableLocalService, expandoTablePersistence, expandoValueLocalService, expandoValuePersistence, expandoValueService, resourceFinder, resourceLocalService, resourcePersistence, resourceService, userFinder, userLocalService, userPersistence, userService |
Method Summary |
ExpandoColumn |
addColumn(long tableId,
String name,
int type)
|
ExpandoColumn |
addColumn(long tableId,
String name,
int type,
Object defaultData)
|
void |
deleteColumn(ExpandoColumn column)
|
void |
deleteColumn(long columnId)
|
void |
deleteColumn(long companyId,
long classNameId,
String tableName,
String name)
|
void |
deleteColumn(long tableId,
String name)
|
void |
deleteColumn(long companyId,
String className,
String tableName,
String name)
|
void |
deleteColumns(long tableId)
|
void |
deleteColumns(long companyId,
long classNameId,
String tableName)
|
void |
deleteColumns(long companyId,
String className,
String tableName)
|
ExpandoColumn |
getColumn(long columnId)
|
ExpandoColumn |
getColumn(long companyId,
long classNameId,
String tableName,
String name)
|
ExpandoColumn |
getColumn(long tableId,
String name)
|
ExpandoColumn |
getColumn(long companyId,
String className,
String tableName,
String name)
|
List<ExpandoColumn> |
getColumns(long tableId)
|
List<ExpandoColumn> |
getColumns(long companyId,
long classNameId,
String tableName)
|
List<ExpandoColumn> |
getColumns(long companyId,
String className,
String tableName)
|
int |
getColumnsCount(long tableId)
|
int |
getColumnsCount(long companyId,
long classNameId,
String tableName)
|
int |
getColumnsCount(long companyId,
String className,
String tableName)
|
ExpandoColumn |
getDefaultTableColumn(long companyId,
long classNameId,
String name)
|
ExpandoColumn |
getDefaultTableColumn(long companyId,
String className,
String name)
|
List<ExpandoColumn> |
getDefaultTableColumns(long companyId,
long classNameId)
|
List<ExpandoColumn> |
getDefaultTableColumns(long companyId,
String className)
|
int |
getDefaultTableColumnsCount(long companyId,
long classNameId)
|
int |
getDefaultTableColumnsCount(long companyId,
String className)
|
ExpandoColumn |
updateColumn(long columnId,
String name,
int type)
|
ExpandoColumn |
updateColumn(long columnId,
String name,
int type,
Object defaultData)
|
ExpandoColumn |
updateTypeSettings(long columnId,
String typeSettings)
|
protected ExpandoValue |
validate(long columnId,
long tableId,
String name,
int type,
Object defaultData)
|
Methods inherited from class com.liferay.portlet.expando.service.base.ExpandoColumnLocalServiceBaseImpl |
addExpandoColumn, createExpandoColumn, deleteExpandoColumn, deleteExpandoColumn, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, getCounterLocalService, getExpandoColumn, getExpandoColumnLocalService, getExpandoColumnPersistence, getExpandoColumns, getExpandoColumnsCount, getExpandoColumnService, getExpandoRowLocalService, getExpandoRowPersistence, getExpandoTableLocalService, getExpandoTablePersistence, getExpandoValueLocalService, getExpandoValuePersistence, getExpandoValueService, getResourceFinder, getResourceLocalService, getResourcePersistence, getResourceService, getUserFinder, getUserLocalService, getUserPersistence, getUserService, runSQL, setCounterLocalService, setExpandoColumnLocalService, setExpandoColumnPersistence, setExpandoColumnService, setExpandoRowLocalService, setExpandoRowPersistence, setExpandoTableLocalService, setExpandoTablePersistence, setExpandoValueLocalService, setExpandoValuePersistence, setExpandoValueService, setResourceFinder, setResourceLocalService, setResourcePersistence, setResourceService, setUserFinder, setUserLocalService, setUserPersistence, setUserService, updateExpandoColumn, updateExpandoColumn |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExpandoColumnLocalServiceImpl
public ExpandoColumnLocalServiceImpl()
addColumn
public ExpandoColumn addColumn(long tableId,
String name,
int type)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
addColumn
public ExpandoColumn addColumn(long tableId,
String name,
int type,
Object defaultData)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
deleteColumn
public void deleteColumn(ExpandoColumn column)
throws SystemException
- Throws:
SystemException
deleteColumn
public void deleteColumn(long columnId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
deleteColumn
public void deleteColumn(long companyId,
long classNameId,
String tableName,
String name)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
deleteColumn
public void deleteColumn(long tableId,
String name)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
deleteColumn
public void deleteColumn(long companyId,
String className,
String tableName,
String name)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
deleteColumns
public void deleteColumns(long tableId)
throws SystemException
- Throws:
SystemException
deleteColumns
public void deleteColumns(long companyId,
long classNameId,
String tableName)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
deleteColumns
public void deleteColumns(long companyId,
String className,
String tableName)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getColumn
public ExpandoColumn getColumn(long columnId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getColumn
public ExpandoColumn getColumn(long companyId,
long classNameId,
String tableName,
String name)
throws SystemException
- Throws:
SystemException
getColumn
public ExpandoColumn getColumn(long tableId,
String name)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getColumn
public ExpandoColumn getColumn(long companyId,
String className,
String tableName,
String name)
throws SystemException
- Throws:
SystemException
getColumns
public List<ExpandoColumn> getColumns(long tableId)
throws SystemException
- Throws:
SystemException
getColumns
public List<ExpandoColumn> getColumns(long companyId,
long classNameId,
String tableName)
throws SystemException
- Throws:
SystemException
getColumns
public List<ExpandoColumn> getColumns(long companyId,
String className,
String tableName)
throws SystemException
- Throws:
SystemException
getColumnsCount
public int getColumnsCount(long tableId)
throws SystemException
- Throws:
SystemException
getColumnsCount
public int getColumnsCount(long companyId,
long classNameId,
String tableName)
throws SystemException
- Throws:
SystemException
getColumnsCount
public int getColumnsCount(long companyId,
String className,
String tableName)
throws SystemException
- Throws:
SystemException
getDefaultTableColumn
public ExpandoColumn getDefaultTableColumn(long companyId,
long classNameId,
String name)
throws SystemException
- Throws:
SystemException
getDefaultTableColumn
public ExpandoColumn getDefaultTableColumn(long companyId,
String className,
String name)
throws SystemException
- Throws:
SystemException
getDefaultTableColumns
public List<ExpandoColumn> getDefaultTableColumns(long companyId,
long classNameId)
throws SystemException
- Throws:
SystemException
getDefaultTableColumns
public List<ExpandoColumn> getDefaultTableColumns(long companyId,
String className)
throws SystemException
- Throws:
SystemException
getDefaultTableColumnsCount
public int getDefaultTableColumnsCount(long companyId,
long classNameId)
throws SystemException
- Throws:
SystemException
getDefaultTableColumnsCount
public int getDefaultTableColumnsCount(long companyId,
String className)
throws SystemException
- Throws:
SystemException
updateColumn
public ExpandoColumn updateColumn(long columnId,
String name,
int type)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
updateColumn
public ExpandoColumn updateColumn(long columnId,
String name,
int type,
Object defaultData)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
updateTypeSettings
public ExpandoColumn updateTypeSettings(long columnId,
String typeSettings)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
validate
protected ExpandoValue validate(long columnId,
long tableId,
String name,
int type,
Object defaultData)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException