com.liferay.portlet.expando.service
Class ExpandoTableLocalServiceWrapper

java.lang.Object
  extended by com.liferay.portlet.expando.service.ExpandoTableLocalServiceWrapper
All Implemented Interfaces:
ExpandoTableLocalService

public class ExpandoTableLocalServiceWrapper
extends java.lang.Object
implements ExpandoTableLocalService

View Source

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

This class is a wrapper for ExpandoTableLocalService.

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

Constructor Summary
ExpandoTableLocalServiceWrapper(ExpandoTableLocalService expandoTableLocalService)
           
 
Method Summary
 ExpandoTable addDefaultTable(long companyId, long classNameId)
           
 ExpandoTable addDefaultTable(long companyId, java.lang.String className)
           
 ExpandoTable addExpandoTable(ExpandoTable expandoTable)
           
 ExpandoTable addTable(long companyId, long classNameId, java.lang.String name)
           
 ExpandoTable addTable(long classNameId, java.lang.String name)
           
 ExpandoTable addTable(long companyId, java.lang.String className, java.lang.String name)
           
 ExpandoTable addTable(java.lang.String className, java.lang.String name)
           
 ExpandoTable createExpandoTable(long tableId)
           
 void deleteExpandoTable(ExpandoTable expandoTable)
           
 void deleteExpandoTable(long tableId)
           
 void deleteTable(ExpandoTable table)
           
 void deleteTable(long tableId)
           
 void deleteTable(long companyId, long classNameId, java.lang.String name)
           
 void deleteTable(long companyId, java.lang.String className, java.lang.String name)
           
 void deleteTables(long companyId, long classNameId)
           
 void deleteTables(long companyId, java.lang.String className)
           
 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)
           
 ExpandoTable getDefaultTable(long companyId, long classNameId)
           
 ExpandoTable getDefaultTable(long companyId, java.lang.String className)
           
 ExpandoTable getExpandoTable(long tableId)
           
 java.util.List<ExpandoTable> getExpandoTables(int start, int end)
           
 int getExpandoTablesCount()
           
 ExpandoTable getTable(long tableId)
           
 ExpandoTable getTable(long companyId, long classNameId, java.lang.String name)
           
 ExpandoTable getTable(long classNameId, java.lang.String name)
           
 ExpandoTable getTable(long companyId, java.lang.String className, java.lang.String name)
           
 ExpandoTable getTable(java.lang.String className, java.lang.String name)
           
 java.util.List<ExpandoTable> getTables(long companyId, long classNameId)
           
 java.util.List<ExpandoTable> getTables(long companyId, java.lang.String className)
           
 ExpandoTableLocalService getWrappedExpandoTableLocalService()
           
 ExpandoTable updateExpandoTable(ExpandoTable expandoTable)
           
 ExpandoTable updateExpandoTable(ExpandoTable expandoTable, boolean merge)
           
 ExpandoTable updateTable(long tableId, java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExpandoTableLocalServiceWrapper

public ExpandoTableLocalServiceWrapper(ExpandoTableLocalService expandoTableLocalService)
Method Detail

addExpandoTable

public ExpandoTable addExpandoTable(ExpandoTable expandoTable)
                             throws com.liferay.portal.kernel.exception.SystemException
Specified by:
addExpandoTable in interface ExpandoTableLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

createExpandoTable

public ExpandoTable createExpandoTable(long tableId)
Specified by:
createExpandoTable in interface ExpandoTableLocalService

deleteExpandoTable

public void deleteExpandoTable(long tableId)
                        throws com.liferay.portal.kernel.exception.PortalException,
                               com.liferay.portal.kernel.exception.SystemException
Specified by:
deleteExpandoTable in interface ExpandoTableLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

deleteExpandoTable

public void deleteExpandoTable(ExpandoTable expandoTable)
                        throws com.liferay.portal.kernel.exception.SystemException
Specified by:
deleteExpandoTable in interface ExpandoTableLocalService
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 ExpandoTableLocalService
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 ExpandoTableLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

getExpandoTable

public ExpandoTable getExpandoTable(long tableId)
                             throws com.liferay.portal.kernel.exception.PortalException,
                                    com.liferay.portal.kernel.exception.SystemException
Specified by:
getExpandoTable in interface ExpandoTableLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getExpandoTables

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

getExpandoTablesCount

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

updateExpandoTable

public ExpandoTable updateExpandoTable(ExpandoTable expandoTable)
                                throws com.liferay.portal.kernel.exception.SystemException
Specified by:
updateExpandoTable in interface ExpandoTableLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

updateExpandoTable

public ExpandoTable updateExpandoTable(ExpandoTable expandoTable,
                                       boolean merge)
                                throws com.liferay.portal.kernel.exception.SystemException
Specified by:
updateExpandoTable in interface ExpandoTableLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

addDefaultTable

public ExpandoTable addDefaultTable(long companyId,
                                    long classNameId)
                             throws com.liferay.portal.kernel.exception.PortalException,
                                    com.liferay.portal.kernel.exception.SystemException
Specified by:
addDefaultTable in interface ExpandoTableLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

addDefaultTable

public ExpandoTable addDefaultTable(long companyId,
                                    java.lang.String className)
                             throws com.liferay.portal.kernel.exception.PortalException,
                                    com.liferay.portal.kernel.exception.SystemException
Specified by:
addDefaultTable in interface ExpandoTableLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

addTable

public ExpandoTable addTable(long companyId,
                             long classNameId,
                             java.lang.String name)
                      throws com.liferay.portal.kernel.exception.PortalException,
                             com.liferay.portal.kernel.exception.SystemException
Specified by:
addTable in interface ExpandoTableLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

addTable

public ExpandoTable addTable(long classNameId,
                             java.lang.String name)
                      throws com.liferay.portal.kernel.exception.PortalException,
                             com.liferay.portal.kernel.exception.SystemException
Specified by:
addTable in interface ExpandoTableLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

addTable

public ExpandoTable addTable(long companyId,
                             java.lang.String className,
                             java.lang.String name)
                      throws com.liferay.portal.kernel.exception.PortalException,
                             com.liferay.portal.kernel.exception.SystemException
Specified by:
addTable in interface ExpandoTableLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

addTable

public ExpandoTable addTable(java.lang.String className,
                             java.lang.String name)
                      throws com.liferay.portal.kernel.exception.PortalException,
                             com.liferay.portal.kernel.exception.SystemException
Specified by:
addTable in interface ExpandoTableLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

deleteTable

public void deleteTable(ExpandoTable table)
                 throws com.liferay.portal.kernel.exception.SystemException
Specified by:
deleteTable in interface ExpandoTableLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

deleteTable

public void deleteTable(long tableId)
                 throws com.liferay.portal.kernel.exception.PortalException,
                        com.liferay.portal.kernel.exception.SystemException
Specified by:
deleteTable in interface ExpandoTableLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

deleteTable

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

deleteTable

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

deleteTables

public void deleteTables(long companyId,
                         long classNameId)
                  throws com.liferay.portal.kernel.exception.SystemException
Specified by:
deleteTables in interface ExpandoTableLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

deleteTables

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

getDefaultTable

public ExpandoTable getDefaultTable(long companyId,
                                    long classNameId)
                             throws com.liferay.portal.kernel.exception.PortalException,
                                    com.liferay.portal.kernel.exception.SystemException
Specified by:
getDefaultTable in interface ExpandoTableLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getDefaultTable

public ExpandoTable getDefaultTable(long companyId,
                                    java.lang.String className)
                             throws com.liferay.portal.kernel.exception.PortalException,
                                    com.liferay.portal.kernel.exception.SystemException
Specified by:
getDefaultTable in interface ExpandoTableLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getTable

public ExpandoTable getTable(long tableId)
                      throws com.liferay.portal.kernel.exception.PortalException,
                             com.liferay.portal.kernel.exception.SystemException
Specified by:
getTable in interface ExpandoTableLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getTable

public ExpandoTable getTable(long companyId,
                             long classNameId,
                             java.lang.String name)
                      throws com.liferay.portal.kernel.exception.PortalException,
                             com.liferay.portal.kernel.exception.SystemException
Specified by:
getTable in interface ExpandoTableLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getTable

public ExpandoTable getTable(long classNameId,
                             java.lang.String name)
                      throws com.liferay.portal.kernel.exception.PortalException,
                             com.liferay.portal.kernel.exception.SystemException
Specified by:
getTable in interface ExpandoTableLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getTable

public ExpandoTable getTable(long companyId,
                             java.lang.String className,
                             java.lang.String name)
                      throws com.liferay.portal.kernel.exception.PortalException,
                             com.liferay.portal.kernel.exception.SystemException
Specified by:
getTable in interface ExpandoTableLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getTable

public ExpandoTable getTable(java.lang.String className,
                             java.lang.String name)
                      throws com.liferay.portal.kernel.exception.PortalException,
                             com.liferay.portal.kernel.exception.SystemException
Specified by:
getTable in interface ExpandoTableLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getTables

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

getTables

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

updateTable

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

getWrappedExpandoTableLocalService

public ExpandoTableLocalService getWrappedExpandoTableLocalService()