Liferay 6.1.2-ce-ga3

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

java.lang.Object
  extended by com.liferay.portal.service.BaseLocalServiceImpl
      extended by com.liferay.portlet.expando.service.base.ExpandoColumnLocalServiceBaseImpl
          extended by com.liferay.portlet.expando.service.impl.ExpandoColumnLocalServiceImpl
All Implemented Interfaces:
IdentifiableBean, BaseLocalService, PersistedModelLocalService, ExpandoColumnLocalService

public class ExpandoColumnLocalServiceImpl
extends ExpandoColumnLocalServiceBaseImpl


Field Summary
 
Fields inherited from class com.liferay.portlet.expando.service.base.ExpandoColumnLocalServiceBaseImpl
counterLocalService, expandoColumnLocalService, expandoColumnPersistence, expandoColumnService, expandoRowLocalService, expandoRowPersistence, expandoTableLocalService, expandoTablePersistence, expandoValueLocalService, expandoValuePersistence, expandoValueService, persistedModelLocalServiceRegistry, resourceFinder, resourceLocalService, resourcePersistence, resourceService, userFinder, userLocalService, userPersistence, userService
 
Constructor Summary
ExpandoColumnLocalServiceImpl()
           
 
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 tableId, Collection<String> names)
           
 List<ExpandoColumn> getColumns(long companyId, long classNameId, String tableName)
           
 List<ExpandoColumn> getColumns(long companyId, long classNameId, String tableName, Collection<String> names)
           
 List<ExpandoColumn> getColumns(long companyId, String className, String tableName)
           
 List<ExpandoColumn> getColumns(long companyId, String className, String tableName, Collection<String> columnNames)
           
 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, afterPropertiesSet, createExpandoColumn, deleteExpandoColumn, deleteExpandoColumn, destroy, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, fetchExpandoColumn, getBeanIdentifier, getCounterLocalService, getExpandoColumn, getExpandoColumnLocalService, getExpandoColumnPersistence, getExpandoColumns, getExpandoColumnsCount, getExpandoColumnService, getExpandoRowLocalService, getExpandoRowPersistence, getExpandoTableLocalService, getExpandoTablePersistence, getExpandoValueLocalService, getExpandoValuePersistence, getExpandoValueService, getModelClass, getModelClassName, getPersistedModel, getResourceFinder, getResourceLocalService, getResourcePersistence, getResourceService, getUserFinder, getUserLocalService, getUserPersistence, getUserService, runSQL, setBeanIdentifier, 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 com.liferay.portal.service.BaseLocalServiceImpl
getClassLoader
 
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 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 SystemException
Throws:
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 SystemException
Throws:
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 tableId,
                                      Collection<String> names)
                               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,
                                      long classNameId,
                                      String tableName,
                                      Collection<String> names)
                               throws SystemException
Throws:
SystemException

getColumns

public List<ExpandoColumn> getColumns(long companyId,
                                      String className,
                                      String tableName)
                               throws SystemException
Throws:
SystemException

getColumns

public List<ExpandoColumn> getColumns(long companyId,
                                      String className,
                                      String tableName,
                                      Collection<String> columnNames)
                               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

Liferay 6.1.2-ce-ga3