|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@Transactional(isolation=PORTAL,
rollbackFor={PortalException.class,SystemException.class})
public interface ExpandoRowLocalService
This interface defines the service. The default implementation is
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.
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 companyId,
long classNameId,
String tableName,
long classPK)
|
void |
deleteRow(long companyId,
String className,
String tableName,
long classPK)
|
List |
dynamicQuery(DynamicQuery dynamicQuery)
|
List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery)
|
List<ExpandoRow> |
getDefaultTableRows(long companyId,
long classNameId,
int start,
int end)
|
List<ExpandoRow> |
getDefaultTableRows(long companyId,
String className,
int start,
int end)
|
int |
getDefaultTableRowsCount(long companyId,
long classNameId)
|
int |
getDefaultTableRowsCount(long companyId,
String className)
|
ExpandoRow |
getExpandoRow(long rowId)
|
List<ExpandoRow> |
getExpandoRows(int start,
int end)
|
int |
getExpandoRowsCount()
|
ExpandoRow |
getRow(long rowId)
|
ExpandoRow |
getRow(long tableId,
long classPK)
|
ExpandoRow |
getRow(long companyId,
long classNameId,
String tableName,
long classPK)
|
ExpandoRow |
getRow(long companyId,
String className,
String tableName,
long classPK)
|
List<ExpandoRow> |
getRows(long tableId,
int start,
int end)
|
List<ExpandoRow> |
getRows(long companyId,
long classNameId,
String tableName,
int start,
int end)
|
List<ExpandoRow> |
getRows(long companyId,
String className,
String tableName,
int start,
int end)
|
List<ExpandoRow> |
getRows(String className,
String tableName,
int start,
int end)
Deprecated. getRows(long, String, String, int, int) |
int |
getRowsCount(long tableId)
|
int |
getRowsCount(long companyId,
long classNameId,
String tableName)
|
int |
getRowsCount(long companyId,
String className,
String tableName)
|
int |
getRowsCount(String className,
String tableName)
Deprecated. getRowsCount(long, String, String) |
ExpandoRow |
updateExpandoRow(ExpandoRow expandoRow)
|
ExpandoRow |
updateExpandoRow(ExpandoRow expandoRow,
boolean merge)
|
| Method Detail |
|---|
ExpandoRow addExpandoRow(ExpandoRow expandoRow)
throws SystemException
SystemExceptionExpandoRow createExpandoRow(long rowId)
void deleteExpandoRow(long rowId)
throws PortalException,
SystemException
PortalException
SystemException
void deleteExpandoRow(ExpandoRow expandoRow)
throws SystemException
SystemException
List dynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
SystemException
List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
throws SystemException
SystemException
List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
SystemException
long dynamicQueryCount(DynamicQuery dynamicQuery)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
ExpandoRow getExpandoRow(long rowId)
throws PortalException,
SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<ExpandoRow> getExpandoRows(int start,
int end)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
int getExpandoRowsCount()
throws SystemException
SystemException
ExpandoRow updateExpandoRow(ExpandoRow expandoRow)
throws SystemException
SystemException
ExpandoRow updateExpandoRow(ExpandoRow expandoRow,
boolean merge)
throws SystemException
SystemException
ExpandoRow addRow(long tableId,
long classPK)
throws PortalException,
SystemException
PortalException
SystemException
void deleteRow(long rowId)
throws PortalException,
SystemException
PortalException
SystemException
void deleteRow(long tableId,
long classPK)
throws PortalException,
SystemException
PortalException
SystemException
void deleteRow(long companyId,
long classNameId,
String tableName,
long classPK)
throws PortalException,
SystemException
PortalException
SystemException
void deleteRow(long companyId,
String className,
String tableName,
long classPK)
throws PortalException,
SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<ExpandoRow> getDefaultTableRows(long companyId,
long classNameId,
int start,
int end)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<ExpandoRow> getDefaultTableRows(long companyId,
String className,
int start,
int end)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
int getDefaultTableRowsCount(long companyId,
long classNameId)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
int getDefaultTableRowsCount(long companyId,
String className)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
ExpandoRow getRow(long rowId)
throws PortalException,
SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
ExpandoRow getRow(long tableId,
long classPK)
throws PortalException,
SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
ExpandoRow getRow(long companyId,
long classNameId,
String tableName,
long classPK)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
ExpandoRow getRow(long companyId,
String className,
String tableName,
long classPK)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<ExpandoRow> getRows(long tableId,
int start,
int end)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<ExpandoRow> getRows(long companyId,
long classNameId,
String tableName,
int start,
int end)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<ExpandoRow> getRows(long companyId,
String className,
String tableName,
int start,
int end)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<ExpandoRow> getRows(String className,
String tableName,
int start,
int end)
throws SystemException
getRows(long, String, String, int, int)
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
int getRowsCount(long tableId)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
int getRowsCount(long companyId,
long classNameId,
String tableName)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
int getRowsCount(long companyId,
String className,
String tableName)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
int getRowsCount(String className,
String tableName)
throws SystemException
getRowsCount(long, String, String)
SystemException
|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||