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.ExpandoColumncom.liferay.expando.kernel.model.ExpandoColumnprotected voidaddDeletionSystemEvent(com.liferay.expando.kernel.model.ExpandoColumn expandoColumn) voiddeleteColumn(long columnId) voiddeleteColumn(long companyId, long classNameId, String tableName, String name) voiddeleteColumn(long tableId, String name) voiddeleteColumn(long companyId, String className, String tableName, String name) voiddeleteColumn(com.liferay.expando.kernel.model.ExpandoColumn column) voiddeleteColumns(long tableId) voiddeleteColumns(long companyId, long classNameId, String tableName) voiddeleteColumns(long companyId, String className, String tableName) com.liferay.expando.kernel.model.ExpandoColumnfetchColumn(long companyId, long classNameId, String tableName, String name) com.liferay.expando.kernel.model.ExpandoColumnfetchColumn(long tableId, String name) com.liferay.expando.kernel.model.ExpandoColumngetColumn(long columnId) com.liferay.expando.kernel.model.ExpandoColumncom.liferay.expando.kernel.model.ExpandoColumncom.liferay.expando.kernel.model.ExpandoColumnList<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) intgetColumnsCount(long tableId) intgetColumnsCount(long companyId, long classNameId, String tableName) intgetColumnsCount(long companyId, String className, String tableName) com.liferay.expando.kernel.model.ExpandoColumngetDefaultTableColumn(long companyId, long classNameId, String name) com.liferay.expando.kernel.model.ExpandoColumngetDefaultTableColumn(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) intgetDefaultTableColumnsCount(long companyId, long classNameId) intgetDefaultTableColumnsCount(long companyId, String className) com.liferay.expando.kernel.model.ExpandoColumnupdateColumn(long columnId, String name, int type) com.liferay.expando.kernel.model.ExpandoColumnupdateColumn(long columnId, String name, int type, Object defaultData) com.liferay.expando.kernel.model.ExpandoColumnupdateTypeSettings(long columnId, String typeSettings) protected com.liferay.expando.kernel.model.ExpandoValueMethods 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, updateWithUnsafeFunctionMethods inherited from class com.liferay.portal.kernel.service.BaseLocalServiceImpl
getClassLoader, getLocalizationMapMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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
-