com.liferay.portlet.expando.service
Class ExpandoColumnLocalServiceWrapper

java.lang.Object
  extended by com.liferay.portlet.expando.service.ExpandoColumnLocalServiceWrapper
All Implemented Interfaces:
ExpandoColumnLocalService

public class ExpandoColumnLocalServiceWrapper
extends java.lang.Object
implements ExpandoColumnLocalService

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This class is a wrapper for ExpandoColumnLocalService.

Author:
Brian Wing Shun Chan
See Also:
ExpandoColumnLocalService
Generated:

Constructor Summary
ExpandoColumnLocalServiceWrapper(ExpandoColumnLocalService expandoColumnLocalService)
           
 
Method Summary
 ExpandoColumn addColumn(long tableId, java.lang.String name, int type)
           
 ExpandoColumn addColumn(long tableId, java.lang.String name, int type, java.lang.Object defaultData)
           
 ExpandoColumn addExpandoColumn(ExpandoColumn expandoColumn)
           
 ExpandoColumn createExpandoColumn(long columnId)
           
 void deleteColumn(ExpandoColumn column)
           
 void deleteColumn(long columnId)
           
 void deleteColumn(long companyId, long classNameId, java.lang.String tableName, java.lang.String name)
           
 void deleteColumn(long tableId, java.lang.String name)
           
 void deleteColumn(long companyId, java.lang.String className, java.lang.String tableName, java.lang.String name)
           
 void deleteColumns(long tableId)
           
 void deleteColumns(long companyId, long classNameId, java.lang.String tableName)
           
 void deleteColumns(long companyId, java.lang.String className, java.lang.String tableName)
           
 void deleteExpandoColumn(ExpandoColumn expandoColumn)
           
 void deleteExpandoColumn(long columnId)
           
 java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
           
 java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
           
 ExpandoColumn getColumn(long columnId)
           
 ExpandoColumn getColumn(long companyId, long classNameId, java.lang.String tableName, java.lang.String name)
           
 ExpandoColumn getColumn(long tableId, java.lang.String name)
           
 ExpandoColumn getColumn(long companyId, java.lang.String className, java.lang.String tableName, java.lang.String name)
           
 java.util.List<ExpandoColumn> getColumns(long tableId)
           
 java.util.List<ExpandoColumn> getColumns(long companyId, long classNameId, java.lang.String tableName)
           
 java.util.List<ExpandoColumn> getColumns(long companyId, java.lang.String className, java.lang.String tableName)
           
 int getColumnsCount(long tableId)
           
 int getColumnsCount(long companyId, long classNameId, java.lang.String tableName)
           
 int getColumnsCount(long companyId, java.lang.String className, java.lang.String tableName)
           
 ExpandoColumn getDefaultTableColumn(long companyId, long classNameId, java.lang.String name)
           
 ExpandoColumn getDefaultTableColumn(long companyId, java.lang.String className, java.lang.String name)
           
 java.util.List<ExpandoColumn> getDefaultTableColumns(long companyId, long classNameId)
           
 java.util.List<ExpandoColumn> getDefaultTableColumns(long companyId, java.lang.String className)
           
 int getDefaultTableColumnsCount(long companyId, long classNameId)
           
 int getDefaultTableColumnsCount(long companyId, java.lang.String className)
           
 ExpandoColumn getExpandoColumn(long columnId)
           
 java.util.List<ExpandoColumn> getExpandoColumns(int start, int end)
           
 int getExpandoColumnsCount()
           
 ExpandoColumnLocalService getWrappedExpandoColumnLocalService()
           
 ExpandoColumn updateColumn(long columnId, java.lang.String name, int type)
           
 ExpandoColumn updateColumn(long columnId, java.lang.String name, int type, java.lang.Object defaultData)
           
 ExpandoColumn updateExpandoColumn(ExpandoColumn expandoColumn)
           
 ExpandoColumn updateExpandoColumn(ExpandoColumn expandoColumn, boolean merge)
           
 ExpandoColumn updateTypeSettings(long columnId, java.lang.String typeSettings)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExpandoColumnLocalServiceWrapper

public ExpandoColumnLocalServiceWrapper(ExpandoColumnLocalService expandoColumnLocalService)
Method Detail

addExpandoColumn

public ExpandoColumn addExpandoColumn(ExpandoColumn expandoColumn)
                               throws com.liferay.portal.kernel.exception.SystemException
Specified by:
addExpandoColumn in interface ExpandoColumnLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

createExpandoColumn

public ExpandoColumn createExpandoColumn(long columnId)
Specified by:
createExpandoColumn in interface ExpandoColumnLocalService

deleteExpandoColumn

public void deleteExpandoColumn(long columnId)
                         throws com.liferay.portal.kernel.exception.PortalException,
                                com.liferay.portal.kernel.exception.SystemException
Specified by:
deleteExpandoColumn in interface ExpandoColumnLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

deleteExpandoColumn

public void deleteExpandoColumn(ExpandoColumn expandoColumn)
                         throws com.liferay.portal.kernel.exception.SystemException
Specified by:
deleteExpandoColumn in interface ExpandoColumnLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

dynamicQuery

public java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
                                              throws com.liferay.portal.kernel.exception.SystemException
Specified by:
dynamicQuery in interface ExpandoColumnLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

dynamicQuery

public java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
                                                     int start,
                                                     int end)
                                              throws com.liferay.portal.kernel.exception.SystemException
Specified by:
dynamicQuery in interface ExpandoColumnLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

getExpandoColumn

public ExpandoColumn getExpandoColumn(long columnId)
                               throws com.liferay.portal.kernel.exception.PortalException,
                                      com.liferay.portal.kernel.exception.SystemException
Specified by:
getExpandoColumn in interface ExpandoColumnLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getExpandoColumns

public java.util.List<ExpandoColumn> getExpandoColumns(int start,
                                                       int end)
                                                throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getExpandoColumns in interface ExpandoColumnLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

getExpandoColumnsCount

public int getExpandoColumnsCount()
                           throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getExpandoColumnsCount in interface ExpandoColumnLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

updateExpandoColumn

public ExpandoColumn updateExpandoColumn(ExpandoColumn expandoColumn)
                                  throws com.liferay.portal.kernel.exception.SystemException
Specified by:
updateExpandoColumn in interface ExpandoColumnLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

updateExpandoColumn

public ExpandoColumn updateExpandoColumn(ExpandoColumn expandoColumn,
                                         boolean merge)
                                  throws com.liferay.portal.kernel.exception.SystemException
Specified by:
updateExpandoColumn in interface ExpandoColumnLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

addColumn

public ExpandoColumn addColumn(long tableId,
                               java.lang.String name,
                               int type)
                        throws com.liferay.portal.kernel.exception.PortalException,
                               com.liferay.portal.kernel.exception.SystemException
Specified by:
addColumn in interface ExpandoColumnLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

addColumn

public ExpandoColumn addColumn(long tableId,
                               java.lang.String name,
                               int type,
                               java.lang.Object defaultData)
                        throws com.liferay.portal.kernel.exception.PortalException,
                               com.liferay.portal.kernel.exception.SystemException
Specified by:
addColumn in interface ExpandoColumnLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

deleteColumn

public void deleteColumn(ExpandoColumn column)
                  throws com.liferay.portal.kernel.exception.SystemException
Specified by:
deleteColumn in interface ExpandoColumnLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

deleteColumn

public void deleteColumn(long columnId)
                  throws com.liferay.portal.kernel.exception.PortalException,
                         com.liferay.portal.kernel.exception.SystemException
Specified by:
deleteColumn in interface ExpandoColumnLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

deleteColumn

public void deleteColumn(long companyId,
                         long classNameId,
                         java.lang.String tableName,
                         java.lang.String name)
                  throws com.liferay.portal.kernel.exception.PortalException,
                         com.liferay.portal.kernel.exception.SystemException
Specified by:
deleteColumn in interface ExpandoColumnLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

deleteColumn

public void deleteColumn(long tableId,
                         java.lang.String name)
                  throws com.liferay.portal.kernel.exception.PortalException,
                         com.liferay.portal.kernel.exception.SystemException
Specified by:
deleteColumn in interface ExpandoColumnLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

deleteColumn

public void deleteColumn(long companyId,
                         java.lang.String className,
                         java.lang.String tableName,
                         java.lang.String name)
                  throws com.liferay.portal.kernel.exception.PortalException,
                         com.liferay.portal.kernel.exception.SystemException
Specified by:
deleteColumn in interface ExpandoColumnLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

deleteColumns

public void deleteColumns(long tableId)
                   throws com.liferay.portal.kernel.exception.SystemException
Specified by:
deleteColumns in interface ExpandoColumnLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

deleteColumns

public void deleteColumns(long companyId,
                          long classNameId,
                          java.lang.String tableName)
                   throws com.liferay.portal.kernel.exception.PortalException,
                          com.liferay.portal.kernel.exception.SystemException
Specified by:
deleteColumns in interface ExpandoColumnLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

deleteColumns

public void deleteColumns(long companyId,
                          java.lang.String className,
                          java.lang.String tableName)
                   throws com.liferay.portal.kernel.exception.PortalException,
                          com.liferay.portal.kernel.exception.SystemException
Specified by:
deleteColumns in interface ExpandoColumnLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getColumn

public ExpandoColumn getColumn(long columnId)
                        throws com.liferay.portal.kernel.exception.PortalException,
                               com.liferay.portal.kernel.exception.SystemException
Specified by:
getColumn in interface ExpandoColumnLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getColumn

public ExpandoColumn getColumn(long companyId,
                               long classNameId,
                               java.lang.String tableName,
                               java.lang.String name)
                        throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getColumn in interface ExpandoColumnLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

getColumn

public ExpandoColumn getColumn(long tableId,
                               java.lang.String name)
                        throws com.liferay.portal.kernel.exception.PortalException,
                               com.liferay.portal.kernel.exception.SystemException
Specified by:
getColumn in interface ExpandoColumnLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getColumn

public ExpandoColumn getColumn(long companyId,
                               java.lang.String className,
                               java.lang.String tableName,
                               java.lang.String name)
                        throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getColumn in interface ExpandoColumnLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

getColumns

public java.util.List<ExpandoColumn> getColumns(long tableId)
                                         throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getColumns in interface ExpandoColumnLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

getColumns

public java.util.List<ExpandoColumn> getColumns(long companyId,
                                                long classNameId,
                                                java.lang.String tableName)
                                         throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getColumns in interface ExpandoColumnLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

getColumns

public java.util.List<ExpandoColumn> getColumns(long companyId,
                                                java.lang.String className,
                                                java.lang.String tableName)
                                         throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getColumns in interface ExpandoColumnLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

getColumnsCount

public int getColumnsCount(long tableId)
                    throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getColumnsCount in interface ExpandoColumnLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

getColumnsCount

public int getColumnsCount(long companyId,
                           long classNameId,
                           java.lang.String tableName)
                    throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getColumnsCount in interface ExpandoColumnLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

getColumnsCount

public int getColumnsCount(long companyId,
                           java.lang.String className,
                           java.lang.String tableName)
                    throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getColumnsCount in interface ExpandoColumnLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

getDefaultTableColumn

public ExpandoColumn getDefaultTableColumn(long companyId,
                                           long classNameId,
                                           java.lang.String name)
                                    throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getDefaultTableColumn in interface ExpandoColumnLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

getDefaultTableColumn

public ExpandoColumn getDefaultTableColumn(long companyId,
                                           java.lang.String className,
                                           java.lang.String name)
                                    throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getDefaultTableColumn in interface ExpandoColumnLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

getDefaultTableColumns

public java.util.List<ExpandoColumn> getDefaultTableColumns(long companyId,
                                                            long classNameId)
                                                     throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getDefaultTableColumns in interface ExpandoColumnLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

getDefaultTableColumns

public java.util.List<ExpandoColumn> getDefaultTableColumns(long companyId,
                                                            java.lang.String className)
                                                     throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getDefaultTableColumns in interface ExpandoColumnLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

getDefaultTableColumnsCount

public int getDefaultTableColumnsCount(long companyId,
                                       long classNameId)
                                throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getDefaultTableColumnsCount in interface ExpandoColumnLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

getDefaultTableColumnsCount

public int getDefaultTableColumnsCount(long companyId,
                                       java.lang.String className)
                                throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getDefaultTableColumnsCount in interface ExpandoColumnLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

updateColumn

public ExpandoColumn updateColumn(long columnId,
                                  java.lang.String name,
                                  int type)
                           throws com.liferay.portal.kernel.exception.PortalException,
                                  com.liferay.portal.kernel.exception.SystemException
Specified by:
updateColumn in interface ExpandoColumnLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

updateColumn

public ExpandoColumn updateColumn(long columnId,
                                  java.lang.String name,
                                  int type,
                                  java.lang.Object defaultData)
                           throws com.liferay.portal.kernel.exception.PortalException,
                                  com.liferay.portal.kernel.exception.SystemException
Specified by:
updateColumn in interface ExpandoColumnLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

updateTypeSettings

public ExpandoColumn updateTypeSettings(long columnId,
                                        java.lang.String typeSettings)
                                 throws com.liferay.portal.kernel.exception.PortalException,
                                        com.liferay.portal.kernel.exception.SystemException
Specified by:
updateTypeSettings in interface ExpandoColumnLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getWrappedExpandoColumnLocalService

public ExpandoColumnLocalService getWrappedExpandoColumnLocalService()