com.liferay.portlet.expando.service
Class ExpandoTableLocalServiceUtil

java.lang.Object
  extended by com.liferay.portlet.expando.service.ExpandoTableLocalServiceUtil

public class ExpandoTableLocalServiceUtil
extends java.lang.Object

View Source

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

This class provides static methods for the ExpandoTableLocalService bean. The static methods of this class calls the same methods of the bean instance. It's convenient to be able to just write one line to call a method on a bean instead of writing a lookup call and a method call.

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

Constructor Summary
ExpandoTableLocalServiceUtil()
           
 
Method Summary
static ExpandoTable addDefaultTable(long companyId, long classNameId)
           
static ExpandoTable addDefaultTable(long companyId, java.lang.String className)
           
static ExpandoTable addExpandoTable(ExpandoTable expandoTable)
           
static ExpandoTable addTable(long companyId, long classNameId, java.lang.String name)
           
static ExpandoTable addTable(long classNameId, java.lang.String name)
           
static ExpandoTable addTable(long companyId, java.lang.String className, java.lang.String name)
           
static ExpandoTable addTable(java.lang.String className, java.lang.String name)
           
static ExpandoTable createExpandoTable(long tableId)
           
static void deleteExpandoTable(ExpandoTable expandoTable)
           
static void deleteExpandoTable(long tableId)
           
static void deleteTable(ExpandoTable table)
           
static void deleteTable(long tableId)
           
static void deleteTable(long companyId, long classNameId, java.lang.String name)
           
static void deleteTable(long companyId, java.lang.String className, java.lang.String name)
           
static void deleteTables(long companyId, long classNameId)
           
static void deleteTables(long companyId, java.lang.String className)
           
static java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
           
static java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
           
static ExpandoTable getDefaultTable(long companyId, long classNameId)
           
static ExpandoTable getDefaultTable(long companyId, java.lang.String className)
           
static ExpandoTable getExpandoTable(long tableId)
           
static java.util.List<ExpandoTable> getExpandoTables(int start, int end)
           
static int getExpandoTablesCount()
           
static ExpandoTableLocalService getService()
           
static ExpandoTable getTable(long tableId)
           
static ExpandoTable getTable(long companyId, long classNameId, java.lang.String name)
           
static ExpandoTable getTable(long classNameId, java.lang.String name)
           
static ExpandoTable getTable(long companyId, java.lang.String className, java.lang.String name)
           
static ExpandoTable getTable(java.lang.String className, java.lang.String name)
           
static java.util.List<ExpandoTable> getTables(long companyId, long classNameId)
           
static java.util.List<ExpandoTable> getTables(long companyId, java.lang.String className)
           
 void setService(ExpandoTableLocalService service)
           
static ExpandoTable updateExpandoTable(ExpandoTable expandoTable)
           
static ExpandoTable updateExpandoTable(ExpandoTable expandoTable, boolean merge)
           
static 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

ExpandoTableLocalServiceUtil

public ExpandoTableLocalServiceUtil()
Method Detail

addExpandoTable

public static ExpandoTable addExpandoTable(ExpandoTable expandoTable)
                                    throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

createExpandoTable

public static ExpandoTable createExpandoTable(long tableId)

deleteExpandoTable

public static void deleteExpandoTable(long tableId)
                               throws com.liferay.portal.kernel.exception.PortalException,
                                      com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

deleteExpandoTable

public static void deleteExpandoTable(ExpandoTable expandoTable)
                               throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

dynamicQuery

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

dynamicQuery

public static 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
Throws:
com.liferay.portal.kernel.exception.SystemException

getExpandoTable

public static ExpandoTable getExpandoTable(long tableId)
                                    throws com.liferay.portal.kernel.exception.PortalException,
                                           com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getExpandoTables

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

getExpandoTablesCount

public static int getExpandoTablesCount()
                                 throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

updateExpandoTable

public static ExpandoTable updateExpandoTable(ExpandoTable expandoTable)
                                       throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

updateExpandoTable

public static ExpandoTable updateExpandoTable(ExpandoTable expandoTable,
                                              boolean merge)
                                       throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

addDefaultTable

public static ExpandoTable addDefaultTable(long companyId,
                                           long classNameId)
                                    throws com.liferay.portal.kernel.exception.PortalException,
                                           com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

addDefaultTable

public static ExpandoTable addDefaultTable(long companyId,
                                           java.lang.String className)
                                    throws com.liferay.portal.kernel.exception.PortalException,
                                           com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

addTable

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

addTable

public static ExpandoTable addTable(long classNameId,
                                    java.lang.String name)
                             throws com.liferay.portal.kernel.exception.PortalException,
                                    com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

addTable

public static 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
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

addTable

public static ExpandoTable addTable(java.lang.String className,
                                    java.lang.String name)
                             throws com.liferay.portal.kernel.exception.PortalException,
                                    com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

deleteTable

public static void deleteTable(ExpandoTable table)
                        throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

deleteTable

public static void deleteTable(long tableId)
                        throws com.liferay.portal.kernel.exception.PortalException,
                               com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

deleteTable

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

deleteTable

public static 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
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

deleteTables

public static void deleteTables(long companyId,
                                long classNameId)
                         throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

deleteTables

public static void deleteTables(long companyId,
                                java.lang.String className)
                         throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

getDefaultTable

public static ExpandoTable getDefaultTable(long companyId,
                                           long classNameId)
                                    throws com.liferay.portal.kernel.exception.PortalException,
                                           com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getDefaultTable

public static ExpandoTable getDefaultTable(long companyId,
                                           java.lang.String className)
                                    throws com.liferay.portal.kernel.exception.PortalException,
                                           com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getTable

public static ExpandoTable getTable(long tableId)
                             throws com.liferay.portal.kernel.exception.PortalException,
                                    com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getTable

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

getTable

public static ExpandoTable getTable(long classNameId,
                                    java.lang.String name)
                             throws com.liferay.portal.kernel.exception.PortalException,
                                    com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getTable

public static 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
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getTable

public static ExpandoTable getTable(java.lang.String className,
                                    java.lang.String name)
                             throws com.liferay.portal.kernel.exception.PortalException,
                                    com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getTables

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

getTables

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

updateTable

public static ExpandoTable updateTable(long tableId,
                                       java.lang.String name)
                                throws com.liferay.portal.kernel.exception.PortalException,
                                       com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getService

public static ExpandoTableLocalService getService()

setService

public void setService(ExpandoTableLocalService service)