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 com.liferay.portlet.expando.service.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.

com.liferay.portlet.expando.service.ExpandoTableLocalServiceFactory is responsible for the lookup of the bean.

Author:
Brian Wing Shun Chan
See Also:
ExpandoTableLocalService, ExpandoTableLocalServiceFactory

Constructor Summary
ExpandoTableLocalServiceUtil()
           
 
Method Summary
static ExpandoTable addDefaultTable(long classNameId)
           
static ExpandoTable addDefaultTable(java.lang.String className)
           
static ExpandoTable addExpandoTable(ExpandoTable expandoTable)
           
static ExpandoTable addTable(long classNameId, java.lang.String name)
           
static ExpandoTable addTable(java.lang.String className, java.lang.String name)
           
static void deleteExpandoTable(ExpandoTable expandoTable)
           
static void deleteExpandoTable(long tableId)
           
static void deleteTable(long tableId)
           
static void deleteTable(long classNameId, java.lang.String name)
           
static void deleteTable(java.lang.String className, java.lang.String name)
           
static void deleteTables(long classNameId)
           
static void deleteTables(java.lang.String className)
           
static java.util.List<ExpandoTable> dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
           
static java.util.List<ExpandoTable> dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer, int begin, int end)
           
static ExpandoTable getDefaultTable(long classNameId)
           
static ExpandoTable getDefaultTable(java.lang.String className)
           
static ExpandoTable getTable(long tableId)
           
static ExpandoTable getTable(long classNameId, java.lang.String name)
           
static ExpandoTable getTable(java.lang.String className, java.lang.String name)
           
static java.util.List<ExpandoTable> getTables(long classNameId)
           
static java.util.List<ExpandoTable> getTables(java.lang.String className)
           
static ExpandoTable updateExpandoTable(ExpandoTable expandoTable)
           
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.SystemException
Throws:
com.liferay.portal.SystemException

deleteExpandoTable

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

deleteExpandoTable

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

dynamicQuery

public static java.util.List<ExpandoTable> dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
                                                 throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

dynamicQuery

public static java.util.List<ExpandoTable> dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer,
                                                        int begin,
                                                        int end)
                                                 throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

updateExpandoTable

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

addDefaultTable

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

addDefaultTable

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

addTable

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

addTable

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

deleteTable

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

deleteTable

public static void deleteTable(java.lang.String className,
                               java.lang.String name)
                        throws com.liferay.portal.PortalException,
                               com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

deleteTable

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

deleteTables

public static void deleteTables(java.lang.String className)
                         throws com.liferay.portal.PortalException,
                                com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

deleteTables

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

getDefaultTable

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

getDefaultTable

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

getTable

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

getTable

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

getTable

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

getTables

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

getTables

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

updateTable

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