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 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)
           
 void deleteExpandoColumn(ExpandoColumn expandoColumn)
           
 void deleteExpandoColumn(long columnId)
           
 java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
           
 java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
           
 java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 int dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
           
 ExpandoColumn getColumn(long columnId)
           
 ExpandoColumn getColumn(long tableId, java.lang.String name)
           
 ExpandoColumn getColumn(long classNameId, java.lang.String tableName, java.lang.String name)
           
 ExpandoColumn getColumn(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 classNameId, java.lang.String tableName)
           
 java.util.List<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)
           
 ExpandoColumn getDefaultTableColumn(long classNameId, java.lang.String name)
           
 ExpandoColumn getDefaultTableColumn(java.lang.String className, java.lang.String name)
           
 java.util.List<ExpandoColumn> getDefaultTableColumns(long classNameId)
           
 java.util.List<ExpandoColumn> getDefaultTableColumns(java.lang.String className)
           
 int getDefaultTableColumnsCount(long classNameId)
           
 int getDefaultTableColumnsCount(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.SystemException
Specified by:
addExpandoColumn in interface ExpandoColumnLocalService
Throws:
com.liferay.portal.SystemException

createExpandoColumn

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

deleteExpandoColumn

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

deleteExpandoColumn

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

dynamicQuery

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

dynamicQuery

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

dynamicQuery

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

dynamicQueryCount

public int dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
                      throws com.liferay.portal.SystemException
Specified by:
dynamicQueryCount in interface ExpandoColumnLocalService
Throws:
com.liferay.portal.SystemException

getExpandoColumn

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

getExpandoColumns

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

getExpandoColumnsCount

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

updateExpandoColumn

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

updateExpandoColumn

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

addColumn

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

addColumn

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

deleteColumn

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

deleteColumn

public void deleteColumn(long columnId)
                  throws com.liferay.portal.PortalException,
                         com.liferay.portal.SystemException
Specified by:
deleteColumn in interface ExpandoColumnLocalService
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
Specified by:
deleteColumn in interface ExpandoColumnLocalService
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
Specified by:
deleteColumn in interface ExpandoColumnLocalService
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
Specified by:
deleteColumn in interface ExpandoColumnLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

deleteColumns

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

deleteColumns

public void deleteColumns(long classNameId,
                          java.lang.String tableName)
                   throws com.liferay.portal.PortalException,
                          com.liferay.portal.SystemException
Specified by:
deleteColumns in interface ExpandoColumnLocalService
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
Specified by:
deleteColumns in interface ExpandoColumnLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getColumn

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

getColumn

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

getColumn

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

getColumn

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

getColumns

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

getColumns

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

getColumns

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

getColumnsCount

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

getColumnsCount

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

getColumnsCount

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

getDefaultTableColumn

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

getDefaultTableColumn

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

getDefaultTableColumns

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

getDefaultTableColumns

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

getDefaultTableColumnsCount

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

getDefaultTableColumnsCount

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

updateColumn

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

updateColumn

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

updateTypeSettings

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

getWrappedExpandoColumnLocalService

public ExpandoColumnLocalService getWrappedExpandoColumnLocalService()