com.liferay.portlet.expando.service.impl
Class ExpandoColumnLocalServiceImpl

java.lang.Object
  extended by com.liferay.portlet.expando.service.base.ExpandoColumnLocalServiceBaseImpl
      extended by com.liferay.portlet.expando.service.impl.ExpandoColumnLocalServiceImpl
All Implemented Interfaces:
com.liferay.portlet.expando.service.ExpandoColumnLocalService

public class ExpandoColumnLocalServiceImpl
extends ExpandoColumnLocalServiceBaseImpl

View Source

Author:
Raymond Augé, Brian Wing Shun Chan

Field Summary
 
Fields inherited from class com.liferay.portlet.expando.service.base.ExpandoColumnLocalServiceBaseImpl
counterLocalService, counterService, expandoColumnFinder, expandoColumnLocalService, expandoColumnPersistence, expandoColumnService, expandoRowFinder, expandoRowLocalService, expandoRowPersistence, expandoTableLocalService, expandoTablePersistence, expandoValueFinder, expandoValueLocalService, expandoValuePersistence, expandoValueService, resourceFinder, resourceLocalService, resourcePersistence, resourceService
 
Constructor Summary
ExpandoColumnLocalServiceImpl()
           
 
Method Summary
 com.liferay.portlet.expando.model.ExpandoColumn addColumn(long tableId, java.lang.String name, int type)
           
 com.liferay.portlet.expando.model.ExpandoColumn addColumn(long tableId, java.lang.String name, int type, java.lang.Object defaultData)
           
 void deleteColumn(long columnId)
           
 void deleteColumn(long tableId, java.lang.String name)
           
 void deleteColumn(long classNameId, java.lang.String tableName, java.lang.String name)
           
 void deleteColumn(java.lang.String className, java.lang.String tableName, java.lang.String name)
           
 void deleteColumns(long tableId)
           
 void deleteColumns(long classNameId, java.lang.String tableName)
           
 void deleteColumns(java.lang.String className, java.lang.String tableName)
           
 com.liferay.portlet.expando.model.ExpandoColumn getColumn(long columnId)
           
 com.liferay.portlet.expando.model.ExpandoColumn getColumn(long tableId, java.lang.String name)
           
 com.liferay.portlet.expando.model.ExpandoColumn getColumn(long classNameId, java.lang.String tableName, java.lang.String name)
           
 com.liferay.portlet.expando.model.ExpandoColumn getColumn(java.lang.String className, java.lang.String tableName, java.lang.String name)
           
 java.util.List<com.liferay.portlet.expando.model.ExpandoColumn> getColumns(long tableId)
           
 java.util.List<com.liferay.portlet.expando.model.ExpandoColumn> getColumns(long classNameId, java.lang.String tableName)
           
 java.util.List<com.liferay.portlet.expando.model.ExpandoColumn> getColumns(java.lang.String className, java.lang.String tableName)
           
 int getColumnsCount(long tableId)
           
 int getColumnsCount(long classNameId, java.lang.String tableName)
           
 int getColumnsCount(java.lang.String className, java.lang.String tableName)
           
 com.liferay.portlet.expando.model.ExpandoColumn getDefaultTableColumn(long classNameId, java.lang.String name)
           
 com.liferay.portlet.expando.model.ExpandoColumn getDefaultTableColumn(java.lang.String className, java.lang.String name)
           
 java.util.List<com.liferay.portlet.expando.model.ExpandoColumn> getDefaultTableColumns(long classNameId)
           
 java.util.List<com.liferay.portlet.expando.model.ExpandoColumn> getDefaultTableColumns(java.lang.String className)
           
 int getDefaultTableColumnsCount(long classNameId)
           
 int getDefaultTableColumnsCount(java.lang.String className)
           
 com.liferay.portlet.expando.model.ExpandoColumn updateColumn(long columnId, java.lang.String name, int type)
           
 com.liferay.portlet.expando.model.ExpandoColumn updateColumn(long columnId, java.lang.String name, int type, java.lang.Object defaultData)
           
 com.liferay.portlet.expando.model.ExpandoColumn updateTypeSettings(long columnId, java.lang.String typeSettings)
           
protected  com.liferay.portlet.expando.model.ExpandoValue validate(long columnId, long tableId, java.lang.String name, int type, java.lang.Object defaultData)
           
 
Methods inherited from class com.liferay.portlet.expando.service.base.ExpandoColumnLocalServiceBaseImpl
addExpandoColumn, createExpandoColumn, deleteExpandoColumn, deleteExpandoColumn, dynamicQuery, dynamicQuery, getCounterLocalService, getCounterService, getExpandoColumn, getExpandoColumnFinder, getExpandoColumnLocalService, getExpandoColumnPersistence, getExpandoColumns, getExpandoColumnsCount, getExpandoColumnService, getExpandoRowFinder, getExpandoRowLocalService, getExpandoRowPersistence, getExpandoTableLocalService, getExpandoTablePersistence, getExpandoValueFinder, getExpandoValueLocalService, getExpandoValuePersistence, getExpandoValueService, getResourceFinder, getResourceLocalService, getResourcePersistence, getResourceService, setCounterLocalService, setCounterService, setExpandoColumnFinder, setExpandoColumnLocalService, setExpandoColumnPersistence, setExpandoColumnService, setExpandoRowFinder, setExpandoRowLocalService, setExpandoRowPersistence, setExpandoTableLocalService, setExpandoTablePersistence, setExpandoValueFinder, setExpandoValueLocalService, setExpandoValuePersistence, setExpandoValueService, setResourceFinder, setResourceLocalService, setResourcePersistence, setResourceService, updateExpandoColumn
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExpandoColumnLocalServiceImpl

public ExpandoColumnLocalServiceImpl()
Method Detail

addColumn

public com.liferay.portlet.expando.model.ExpandoColumn addColumn(long tableId,
                                                                 java.lang.String name,
                                                                 int type)
                                                          throws com.liferay.portal.PortalException,
                                                                 com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

addColumn

public com.liferay.portlet.expando.model.ExpandoColumn addColumn(long tableId,
                                                                 java.lang.String name,
                                                                 int type,
                                                                 java.lang.Object defaultData)
                                                          throws com.liferay.portal.PortalException,
                                                                 com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

deleteColumn

public void deleteColumn(long columnId)
                  throws com.liferay.portal.PortalException,
                         com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

deleteColumn

public void deleteColumn(long tableId,
                         java.lang.String name)
                  throws com.liferay.portal.PortalException,
                         com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

deleteColumn

public void deleteColumn(java.lang.String className,
                         java.lang.String tableName,
                         java.lang.String name)
                  throws com.liferay.portal.PortalException,
                         com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

deleteColumn

public void deleteColumn(long classNameId,
                         java.lang.String tableName,
                         java.lang.String name)
                  throws com.liferay.portal.PortalException,
                         com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

deleteColumns

public void deleteColumns(long tableId)
                   throws com.liferay.portal.PortalException,
                          com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

deleteColumns

public void deleteColumns(java.lang.String className,
                          java.lang.String tableName)
                   throws com.liferay.portal.PortalException,
                          com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

deleteColumns

public void deleteColumns(long classNameId,
                          java.lang.String tableName)
                   throws com.liferay.portal.PortalException,
                          com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getColumn

public com.liferay.portlet.expando.model.ExpandoColumn getColumn(long columnId)
                                                          throws com.liferay.portal.PortalException,
                                                                 com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getColumn

public com.liferay.portlet.expando.model.ExpandoColumn getColumn(long tableId,
                                                                 java.lang.String name)
                                                          throws com.liferay.portal.PortalException,
                                                                 com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getColumn

public com.liferay.portlet.expando.model.ExpandoColumn getColumn(java.lang.String className,
                                                                 java.lang.String tableName,
                                                                 java.lang.String name)
                                                          throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getColumn

public com.liferay.portlet.expando.model.ExpandoColumn getColumn(long classNameId,
                                                                 java.lang.String tableName,
                                                                 java.lang.String name)
                                                          throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getColumns

public java.util.List<com.liferay.portlet.expando.model.ExpandoColumn> getColumns(long tableId)
                                                                           throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getColumns

public java.util.List<com.liferay.portlet.expando.model.ExpandoColumn> getColumns(java.lang.String className,
                                                                                  java.lang.String tableName)
                                                                           throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getColumns

public java.util.List<com.liferay.portlet.expando.model.ExpandoColumn> getColumns(long classNameId,
                                                                                  java.lang.String tableName)
                                                                           throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getColumnsCount

public int getColumnsCount(long tableId)
                    throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getColumnsCount

public int getColumnsCount(java.lang.String className,
                           java.lang.String tableName)
                    throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getColumnsCount

public int getColumnsCount(long classNameId,
                           java.lang.String tableName)
                    throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getDefaultTableColumn

public com.liferay.portlet.expando.model.ExpandoColumn getDefaultTableColumn(java.lang.String className,
                                                                             java.lang.String name)
                                                                      throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getDefaultTableColumn

public com.liferay.portlet.expando.model.ExpandoColumn getDefaultTableColumn(long classNameId,
                                                                             java.lang.String name)
                                                                      throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getDefaultTableColumns

public java.util.List<com.liferay.portlet.expando.model.ExpandoColumn> getDefaultTableColumns(java.lang.String className)
                                                                                       throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getDefaultTableColumns

public java.util.List<com.liferay.portlet.expando.model.ExpandoColumn> getDefaultTableColumns(long classNameId)
                                                                                       throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getDefaultTableColumnsCount

public int getDefaultTableColumnsCount(java.lang.String className)
                                throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getDefaultTableColumnsCount

public int getDefaultTableColumnsCount(long classNameId)
                                throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

updateColumn

public com.liferay.portlet.expando.model.ExpandoColumn updateColumn(long columnId,
                                                                    java.lang.String name,
                                                                    int type)
                                                             throws com.liferay.portal.PortalException,
                                                                    com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

updateColumn

public com.liferay.portlet.expando.model.ExpandoColumn updateColumn(long columnId,
                                                                    java.lang.String name,
                                                                    int type,
                                                                    java.lang.Object defaultData)
                                                             throws com.liferay.portal.PortalException,
                                                                    com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

updateTypeSettings

public com.liferay.portlet.expando.model.ExpandoColumn updateTypeSettings(long columnId,
                                                                          java.lang.String typeSettings)
                                                                   throws com.liferay.portal.PortalException,
                                                                          com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

validate

protected com.liferay.portlet.expando.model.ExpandoValue validate(long columnId,
                                                                  long tableId,
                                                                  java.lang.String name,
                                                                  int type,
                                                                  java.lang.Object defaultData)
                                                           throws com.liferay.portal.PortalException,
                                                                  com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException