com.liferay.portlet.expando.service
Interface ExpandoTableLocalService

All Known Implementing Classes:
ExpandoTableLocalServiceWrapper

@Transactional(isolation=PORTAL,
               rollbackFor={com.liferay.portal.kernel.exception.PortalException.class,com.liferay.portal.kernel.exception.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
Generated:

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)
           
 ExpandoTable updateExpandoTable(ExpandoTable expandoTable)
           
 ExpandoTable updateExpandoTable(ExpandoTable expandoTable, boolean merge)
           
 ExpandoTable updateTable(long tableId, java.lang.String name)
           
 

Method Detail

addExpandoTable

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

createExpandoTable

ExpandoTable createExpandoTable(long tableId)

deleteExpandoTable

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

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

dynamicQuery

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

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

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

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

getExpandoTablesCount

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

updateExpandoTable

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

updateExpandoTable

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

addDefaultTable

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

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

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

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

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

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

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

deleteTable

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

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

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

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

deleteTables

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

getDefaultTable

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

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

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

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

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

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

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

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

getTables

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

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