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.

Author:
Brian Wing Shun Chan
See Also:
ExpandoTableLocalService

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 ExpandoTable createExpandoTable(long tableId)
           
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<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 classNameId)
           
static ExpandoTable getDefaultTable(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 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)
           
 void setService(ExpandoTableLocalService service)
           
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

createExpandoTable

public static ExpandoTable createExpandoTable(long tableId)

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.SystemException
Throws:
com.liferay.portal.SystemException

dynamicQuery

public static java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
                                                     throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.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.SystemException
Throws:
com.liferay.portal.SystemException

getExpandoTable

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

getExpandoTables

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

getExpandoTablesCount

public static int getExpandoTablesCount()
                                 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.SystemException
Throws:
com.liferay.portal.SystemException

getTables

public static java.util.List<ExpandoTable> getTables(long classNameId)
                                              throws com.liferay.portal.SystemException
Throws:
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

getService

public static ExpandoTableLocalService getService()

setService

public void setService(ExpandoTableLocalService service)