Class ExpandoColumnLocalServiceImpl
Object
com.liferay.portal.kernel.service.BaseLocalServiceImpl
com.liferay.portlet.expando.service.base.ExpandoColumnLocalServiceBaseImpl
com.liferay.portlet.expando.service.impl.ExpandoColumnLocalServiceImpl
- All Implemented Interfaces:
com.liferay.expando.kernel.service.ExpandoColumnLocalService
,com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService
,com.liferay.portal.kernel.service.BaseLocalService
,com.liferay.portal.kernel.service.change.tracking.CTService<com.liferay.expando.kernel.model.ExpandoColumn>
,com.liferay.portal.kernel.service.PersistedModelLocalService
- Author:
- Raymond Augé, Brian Wing Shun Chan
-
Field Summary
Fields inherited from class com.liferay.portlet.expando.service.base.ExpandoColumnLocalServiceBaseImpl
counterLocalService, expandoColumnLocalService, expandoColumnPersistence
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.liferay.expando.kernel.model.ExpandoColumn
com.liferay.expando.kernel.model.ExpandoColumn
protected void
addDeletionSystemEvent
(com.liferay.expando.kernel.model.ExpandoColumn expandoColumn) 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
deleteColumn
(com.liferay.expando.kernel.model.ExpandoColumn column) void
deleteColumns
(long tableId) void
deleteColumns
(long companyId, long classNameId, String tableName) void
deleteColumns
(long companyId, String className, String tableName) com.liferay.expando.kernel.model.ExpandoColumn
fetchColumn
(long companyId, long classNameId, String tableName, String name) com.liferay.expando.kernel.model.ExpandoColumn
fetchColumn
(long tableId, String name) com.liferay.expando.kernel.model.ExpandoColumn
getColumn
(long columnId) com.liferay.expando.kernel.model.ExpandoColumn
com.liferay.expando.kernel.model.ExpandoColumn
com.liferay.expando.kernel.model.ExpandoColumn
List<com.liferay.expando.kernel.model.ExpandoColumn>
getColumns
(long tableId) List<com.liferay.expando.kernel.model.ExpandoColumn>
getColumns
(long companyId, long classNameId, String tableName) List<com.liferay.expando.kernel.model.ExpandoColumn>
getColumns
(long companyId, long classNameId, String tableName, Collection<String> names) List<com.liferay.expando.kernel.model.ExpandoColumn>
getColumns
(long companyId, String className, String tableName) List<com.liferay.expando.kernel.model.ExpandoColumn>
getColumns
(long companyId, String className, String tableName, Collection<String> columnNames) List<com.liferay.expando.kernel.model.ExpandoColumn>
getColumns
(long tableId, Collection<String> names) int
getColumnsCount
(long tableId) int
getColumnsCount
(long companyId, long classNameId, String tableName) int
getColumnsCount
(long companyId, String className, String tableName) com.liferay.expando.kernel.model.ExpandoColumn
getDefaultTableColumn
(long companyId, long classNameId, String name) com.liferay.expando.kernel.model.ExpandoColumn
getDefaultTableColumn
(long companyId, String className, String name) List<com.liferay.expando.kernel.model.ExpandoColumn>
getDefaultTableColumns
(long companyId, long classNameId) List<com.liferay.expando.kernel.model.ExpandoColumn>
getDefaultTableColumns
(long companyId, String className) int
getDefaultTableColumnsCount
(long companyId, long classNameId) int
getDefaultTableColumnsCount
(long companyId, String className) com.liferay.expando.kernel.model.ExpandoColumn
updateColumn
(long columnId, String name, int type) com.liferay.expando.kernel.model.ExpandoColumn
updateColumn
(long columnId, String name, int type, Object defaultData) com.liferay.expando.kernel.model.ExpandoColumn
updateTypeSettings
(long columnId, String typeSettings) protected com.liferay.expando.kernel.model.ExpandoValue
Methods inherited from class com.liferay.portlet.expando.service.base.ExpandoColumnLocalServiceBaseImpl
addExpandoColumn, afterPropertiesSet, createExpandoColumn, createPersistedModel, deleteExpandoColumn, deleteExpandoColumn, deletePersistedModel, destroy, dslQuery, dslQueryCount, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, dynamicQueryCount, fetchExpandoColumn, getActionableDynamicQuery, getBasePersistence, getCounterLocalService, getCTPersistence, getExpandoColumn, getExpandoColumnLocalService, getExpandoColumnPersistence, getExpandoColumns, getExpandoColumnsCount, getIndexableActionableDynamicQuery, getModelClass, getModelClassName, getOSGiServiceIdentifier, getPersistedModel, initActionableDynamicQuery, runSQL, setCounterLocalService, setExpandoColumnLocalService, setExpandoColumnPersistence, updateExpandoColumn, updateWithUnsafeFunction
Methods inherited from class com.liferay.portal.kernel.service.BaseLocalServiceImpl
getClassLoader, getLocalizationMap
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.liferay.portal.kernel.service.PersistedModelLocalService
fetchPersistedModel
-
Constructor Details
-
ExpandoColumnLocalServiceImpl
public ExpandoColumnLocalServiceImpl()
-
-
Method Details
-
addColumn
public com.liferay.expando.kernel.model.ExpandoColumn addColumn(long tableId, String name, int type) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
addColumn
public com.liferay.expando.kernel.model.ExpandoColumn addColumn(long tableId, String name, int type, Object defaultData) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteColumn
public void deleteColumn(com.liferay.expando.kernel.model.ExpandoColumn column) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteColumn
public void deleteColumn(long columnId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteColumn
public void deleteColumn(long companyId, long classNameId, String tableName, String name) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteColumn
public void deleteColumn(long tableId, String name) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteColumn
public void deleteColumn(long companyId, String className, String tableName, String name) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteColumns
public void deleteColumns(long tableId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteColumns
public void deleteColumns(long companyId, long classNameId, String tableName) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteColumns
public void deleteColumns(long companyId, String className, String tableName) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchColumn
-
fetchColumn
-
getColumn
public com.liferay.expando.kernel.model.ExpandoColumn getColumn(long columnId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getColumn
public com.liferay.expando.kernel.model.ExpandoColumn getColumn(long companyId, long classNameId, String tableName, String name) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getColumn
public com.liferay.expando.kernel.model.ExpandoColumn getColumn(long tableId, String name) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getColumn
-
getColumns
-
getColumns
public List<com.liferay.expando.kernel.model.ExpandoColumn> getColumns(long tableId, Collection<String> names) -
getColumns
-
getColumns
public List<com.liferay.expando.kernel.model.ExpandoColumn> getColumns(long companyId, long classNameId, String tableName, Collection<String> names) -
getColumns
-
getColumns
public List<com.liferay.expando.kernel.model.ExpandoColumn> getColumns(long companyId, String className, String tableName, Collection<String> columnNames) -
getColumnsCount
public int getColumnsCount(long tableId) -
getColumnsCount
-
getColumnsCount
-
getDefaultTableColumn
public com.liferay.expando.kernel.model.ExpandoColumn getDefaultTableColumn(long companyId, long classNameId, String name) -
getDefaultTableColumn
-
getDefaultTableColumns
public List<com.liferay.expando.kernel.model.ExpandoColumn> getDefaultTableColumns(long companyId, long classNameId) -
getDefaultTableColumns
-
getDefaultTableColumnsCount
public int getDefaultTableColumnsCount(long companyId, long classNameId) -
getDefaultTableColumnsCount
-
updateColumn
public com.liferay.expando.kernel.model.ExpandoColumn updateColumn(long columnId, String name, int type) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateColumn
public com.liferay.expando.kernel.model.ExpandoColumn updateColumn(long columnId, String name, int type, Object defaultData) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateTypeSettings
public com.liferay.expando.kernel.model.ExpandoColumn updateTypeSettings(long columnId, String typeSettings) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
addDeletionSystemEvent
protected void addDeletionSystemEvent(com.liferay.expando.kernel.model.ExpandoColumn expandoColumn) -
validate
protected com.liferay.expando.kernel.model.ExpandoValue validate(long columnId, long tableId, String name, int type, Object defaultData) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-