com.liferay.portlet.expando.service
Interface ExpandoTableLocalService


@Transactional(rollbackFor={com.liferay.portal.PortalException.class,com.liferay.portal.SystemException.class})
public interface ExpandoTableLocalService

View Source

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

This interface defines the service. The default implementation is com.liferay.portlet.expando.service.impl.ExpandoTableLocalServiceImpl. Modify methods in that class and rerun ServiceBuilder to populate this class and all other generated classes.

This is a local service. Methods of this service will not have security checks based on the propagated JAAS credentials because this service can only be accessed from within the same VM.

Author:
Brian Wing Shun Chan
See Also:
ExpandoTableLocalServiceUtil

Method Summary
 ExpandoTable addDefaultTable(long classNameId)
           
 ExpandoTable addDefaultTable(java.lang.String className)
           
 ExpandoTable addExpandoTable(ExpandoTable expandoTable)
           
 ExpandoTable addTable(long classNameId, 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(long tableId)
           
 void deleteTable(long classNameId, java.lang.String name)
           
 void deleteTable(java.lang.String className, java.lang.String name)
           
 void deleteTables(long classNameId)
           
 void deleteTables(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 classNameId)
           
 ExpandoTable getDefaultTable(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 classNameId, java.lang.String name)
           
 ExpandoTable getTable(java.lang.String className, java.lang.String name)
           
 java.util.List<ExpandoTable> getTables(long classNameId)
           
 java.util.List<ExpandoTable> getTables(java.lang.String className)
           
 ExpandoTable updateExpandoTable(ExpandoTable expandoTable)
           
 ExpandoTable updateTable(long tableId, java.lang.String name)
           
 

Method Detail

addExpandoTable

ExpandoTable addExpandoTable(ExpandoTable expandoTable)
                             throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

createExpandoTable

ExpandoTable createExpandoTable(long tableId)

deleteExpandoTable

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

deleteExpandoTable

void deleteExpandoTable(ExpandoTable expandoTable)
                        throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

dynamicQuery

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

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

@Transactional(propagation=SUPPORTS,
               readOnly=true)
ExpandoTable getExpandoTable(long tableId)
                             throws com.liferay.portal.SystemException,
                                    com.liferay.portal.PortalException
Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException

getExpandoTables

@Transactional(propagation=SUPPORTS,
               readOnly=true)
java.util.List<ExpandoTable> getExpandoTables(int start,
                                                            int end)
                                              throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getExpandoTablesCount

@Transactional(propagation=SUPPORTS,
               readOnly=true)
int getExpandoTablesCount()
                          throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

updateExpandoTable

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

addDefaultTable

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

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

addTable

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

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

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

deleteTable

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

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

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

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

getDefaultTable

@Transactional(propagation=SUPPORTS,
               readOnly=true)
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

@Transactional(propagation=SUPPORTS,
               readOnly=true)
ExpandoTable getDefaultTable(long classNameId)
                             throws com.liferay.portal.PortalException,
                                    com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getTable

@Transactional(propagation=SUPPORTS,
               readOnly=true)
ExpandoTable getTable(long tableId)
                      throws com.liferay.portal.PortalException,
                             com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getTable

@Transactional(propagation=SUPPORTS,
               readOnly=true)
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

@Transactional(propagation=SUPPORTS,
               readOnly=true)
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

@Transactional(propagation=SUPPORTS,
               readOnly=true)
java.util.List<ExpandoTable> getTables(java.lang.String className)
                                       throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getTables

@Transactional(propagation=SUPPORTS,
               readOnly=true)
java.util.List<ExpandoTable> getTables(long classNameId)
                                       throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

updateTable

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