com.liferay.portlet.expando.service
Interface ExpandoRowLocalService


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

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.ExpandoRowLocalServiceImpl. 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:
ExpandoRowLocalServiceUtil

Method Summary
 ExpandoRow addExpandoRow(ExpandoRow expandoRow)
           
 ExpandoRow addRow(long tableId, long classPK)
           
 ExpandoRow createExpandoRow(long rowId)
           
 void deleteExpandoRow(ExpandoRow expandoRow)
           
 void deleteExpandoRow(long rowId)
           
 void deleteRow(long rowId)
           
 void deleteRow(long tableId, long classPK)
           
 void deleteRow(long classNameId, java.lang.String tableName, long classPK)
           
 void deleteRow(java.lang.String className, java.lang.String tableName, long classPK)
           
 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)
           
 java.util.List<ExpandoRow> getDefaultTableRows(long classNameId, int start, int end)
           
 java.util.List<ExpandoRow> getDefaultTableRows(java.lang.String className, int start, int end)
           
 int getDefaultTableRowsCount(long classNameId)
           
 int getDefaultTableRowsCount(java.lang.String className)
           
 ExpandoRow getExpandoRow(long rowId)
           
 java.util.List<ExpandoRow> getExpandoRows(int start, int end)
           
 int getExpandoRowsCount()
           
 ExpandoRow getRow(long rowId)
           
 ExpandoRow getRow(long tableId, long classPK)
           
 ExpandoRow getRow(long classNameId, java.lang.String tableName, long classPK)
           
 ExpandoRow getRow(java.lang.String className, java.lang.String tableName, long classPK)
           
 java.util.List<ExpandoRow> getRows(long tableId, int start, int end)
           
 java.util.List<ExpandoRow> getRows(long classNameId, java.lang.String tableName, int start, int end)
           
 java.util.List<ExpandoRow> getRows(java.lang.String className, java.lang.String tableName, int start, int end)
           
 int getRowsCount(long tableId)
           
 int getRowsCount(long classNameId, java.lang.String tableName)
           
 int getRowsCount(java.lang.String className, java.lang.String tableName)
           
 ExpandoRow updateExpandoRow(ExpandoRow expandoRow)
           
 

Method Detail

addExpandoRow

ExpandoRow addExpandoRow(ExpandoRow expandoRow)
                         throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

createExpandoRow

ExpandoRow createExpandoRow(long rowId)

deleteExpandoRow

void deleteExpandoRow(long rowId)
                      throws com.liferay.portal.SystemException,
                             com.liferay.portal.PortalException
Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException

deleteExpandoRow

void deleteExpandoRow(ExpandoRow expandoRow)
                      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

getExpandoRow

@Transactional(propagation=SUPPORTS,
               readOnly=true)
ExpandoRow getExpandoRow(long rowId)
                         throws com.liferay.portal.SystemException,
                                com.liferay.portal.PortalException
Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException

getExpandoRows

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

getExpandoRowsCount

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

updateExpandoRow

ExpandoRow updateExpandoRow(ExpandoRow expandoRow)
                            throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

addRow

ExpandoRow addRow(long tableId,
                  long classPK)
                  throws com.liferay.portal.PortalException,
                         com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

deleteRow

void deleteRow(long rowId)
               throws com.liferay.portal.PortalException,
                      com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

deleteRow

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

deleteRow

void deleteRow(java.lang.String className,
               java.lang.String tableName,
               long classPK)
               throws com.liferay.portal.PortalException,
                      com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

deleteRow

void deleteRow(long classNameId,
               java.lang.String tableName,
               long classPK)
               throws com.liferay.portal.PortalException,
                      com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getDefaultTableRows

@Transactional(propagation=SUPPORTS,
               readOnly=true)
java.util.List<ExpandoRow> getDefaultTableRows(java.lang.String className,
                                                             int start,
                                                             int end)
                                               throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getDefaultTableRows

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

getDefaultTableRowsCount

@Transactional(propagation=SUPPORTS,
               readOnly=true)
int getDefaultTableRowsCount(java.lang.String className)
                             throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getDefaultTableRowsCount

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

getRow

@Transactional(propagation=SUPPORTS,
               readOnly=true)
ExpandoRow getRow(long rowId)
                  throws com.liferay.portal.PortalException,
                         com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getRow

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

getRow

@Transactional(propagation=SUPPORTS,
               readOnly=true)
ExpandoRow getRow(java.lang.String className,
                                java.lang.String tableName,
                                long classPK)
                  throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getRow

@Transactional(propagation=SUPPORTS,
               readOnly=true)
ExpandoRow getRow(long classNameId,
                                java.lang.String tableName,
                                long classPK)
                  throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getRows

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

getRows

@Transactional(propagation=SUPPORTS,
               readOnly=true)
java.util.List<ExpandoRow> getRows(java.lang.String className,
                                                 java.lang.String tableName,
                                                 int start,
                                                 int end)
                                   throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getRows

@Transactional(propagation=SUPPORTS,
               readOnly=true)
java.util.List<ExpandoRow> getRows(long classNameId,
                                                 java.lang.String tableName,
                                                 int start,
                                                 int end)
                                   throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getRowsCount

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

getRowsCount

@Transactional(propagation=SUPPORTS,
               readOnly=true)
int getRowsCount(java.lang.String className,
                               java.lang.String tableName)
                 throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getRowsCount

@Transactional(propagation=SUPPORTS,
               readOnly=true)
int getRowsCount(long classNameId,
                               java.lang.String tableName)
                 throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException