com.liferay.portlet.expando.service
Interface ExpandoValueService
public interface ExpandoValueService
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.ExpandoValueServiceImpl
.
Modify methods in that class and rerun ServiceBuilder to populate this class
and all other generated classes.
This is a remote service. Methods of this service are expected to have security checks based on the propagated JAAS credentials because this service can be accessed remotely.
- Author:
- Brian Wing Shun Chan
- See Also:
ExpandoValueServiceFactory
,
ExpandoValueServiceUtil
Method Summary |
ExpandoValue |
addValue(long columnId,
long rowId,
long classPK,
java.lang.String data)
|
void |
deleteColumnValues(long columnId)
|
void |
deleteRowValues(long rowId)
|
void |
deleteTableValues(long tableId)
|
void |
deleteValue(long valueId)
|
void |
deleteValues(long classNameId,
long classPK)
|
void |
deleteValues(java.lang.String className,
long classPK)
|
java.util.List<ExpandoValue> |
getColumnValues(long columnId,
int begin,
int end)
|
java.util.List<ExpandoValue> |
getColumnValues(long classNameId,
java.lang.String tableName,
java.lang.String columnName,
int begin,
int end)
|
java.util.List<ExpandoValue> |
getColumnValues(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
int begin,
int end)
|
int |
getColumnValuesCount(long columnId)
|
int |
getColumnValuesCount(long classNameId,
java.lang.String tableName,
java.lang.String columnName)
|
int |
getColumnValuesCount(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName)
|
java.util.List<ExpandoValue> |
getDefaultTableColumnValues(long classNameId,
java.lang.String columnName,
int begin,
int end)
|
java.util.List<ExpandoValue> |
getDefaultTableColumnValues(java.lang.String className,
java.lang.String columnName,
int begin,
int end)
|
int |
getDefaultTableColumnValuesCount(long classNameId,
java.lang.String columnName)
|
int |
getDefaultTableColumnValuesCount(java.lang.String className,
java.lang.String columnName)
|
java.util.List<ExpandoValue> |
getRowValues(long rowId)
|
java.util.List<ExpandoValue> |
getRowValues(long rowId,
int begin,
int end)
|
int |
getRowValuesCount(long rowId)
|
ExpandoValue |
getValue(long valueId)
|
ExpandoValue |
getValue(long columnId,
long rowId)
|
ExpandoValue |
getValue(long classNameId,
java.lang.String tableName,
java.lang.String name,
long rowId)
|
ExpandoValue |
getValue(java.lang.String className,
java.lang.String tableName,
java.lang.String name,
long rowId)
|
addValue
ExpandoValue addValue(long columnId,
long rowId,
long classPK,
java.lang.String data)
throws java.rmi.RemoteException,
com.liferay.portal.SystemException,
com.liferay.portal.PortalException
- Throws:
java.rmi.RemoteException
com.liferay.portal.SystemException
com.liferay.portal.PortalException
deleteColumnValues
void deleteColumnValues(long columnId)
throws java.rmi.RemoteException,
com.liferay.portal.SystemException
- Throws:
java.rmi.RemoteException
com.liferay.portal.SystemException
deleteRowValues
void deleteRowValues(long rowId)
throws java.rmi.RemoteException,
com.liferay.portal.SystemException
- Throws:
java.rmi.RemoteException
com.liferay.portal.SystemException
deleteTableValues
void deleteTableValues(long tableId)
throws java.rmi.RemoteException,
com.liferay.portal.SystemException
- Throws:
java.rmi.RemoteException
com.liferay.portal.SystemException
deleteValue
void deleteValue(long valueId)
throws java.rmi.RemoteException,
com.liferay.portal.SystemException,
com.liferay.portal.PortalException
- Throws:
java.rmi.RemoteException
com.liferay.portal.SystemException
com.liferay.portal.PortalException
deleteValues
void deleteValues(java.lang.String className,
long classPK)
throws java.rmi.RemoteException,
com.liferay.portal.SystemException,
com.liferay.portal.PortalException
- Throws:
java.rmi.RemoteException
com.liferay.portal.SystemException
com.liferay.portal.PortalException
deleteValues
void deleteValues(long classNameId,
long classPK)
throws java.rmi.RemoteException,
com.liferay.portal.SystemException,
com.liferay.portal.PortalException
- Throws:
java.rmi.RemoteException
com.liferay.portal.SystemException
com.liferay.portal.PortalException
getColumnValues
java.util.List<ExpandoValue> getColumnValues(long columnId,
int begin,
int end)
throws java.rmi.RemoteException,
com.liferay.portal.SystemException
- Throws:
java.rmi.RemoteException
com.liferay.portal.SystemException
getColumnValues
java.util.List<ExpandoValue> getColumnValues(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
int begin,
int end)
throws java.rmi.RemoteException,
com.liferay.portal.SystemException
- Throws:
java.rmi.RemoteException
com.liferay.portal.SystemException
getColumnValues
java.util.List<ExpandoValue> getColumnValues(long classNameId,
java.lang.String tableName,
java.lang.String columnName,
int begin,
int end)
throws java.rmi.RemoteException,
com.liferay.portal.SystemException
- Throws:
java.rmi.RemoteException
com.liferay.portal.SystemException
getColumnValuesCount
int getColumnValuesCount(long columnId)
throws java.rmi.RemoteException,
com.liferay.portal.SystemException
- Throws:
java.rmi.RemoteException
com.liferay.portal.SystemException
getColumnValuesCount
int getColumnValuesCount(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName)
throws java.rmi.RemoteException,
com.liferay.portal.SystemException
- Throws:
java.rmi.RemoteException
com.liferay.portal.SystemException
getColumnValuesCount
int getColumnValuesCount(long classNameId,
java.lang.String tableName,
java.lang.String columnName)
throws java.rmi.RemoteException,
com.liferay.portal.SystemException
- Throws:
java.rmi.RemoteException
com.liferay.portal.SystemException
getDefaultTableColumnValues
java.util.List<ExpandoValue> getDefaultTableColumnValues(java.lang.String className,
java.lang.String columnName,
int begin,
int end)
throws java.rmi.RemoteException,
com.liferay.portal.SystemException
- Throws:
java.rmi.RemoteException
com.liferay.portal.SystemException
getDefaultTableColumnValues
java.util.List<ExpandoValue> getDefaultTableColumnValues(long classNameId,
java.lang.String columnName,
int begin,
int end)
throws java.rmi.RemoteException,
com.liferay.portal.SystemException
- Throws:
java.rmi.RemoteException
com.liferay.portal.SystemException
getDefaultTableColumnValuesCount
int getDefaultTableColumnValuesCount(java.lang.String className,
java.lang.String columnName)
throws java.rmi.RemoteException,
com.liferay.portal.SystemException
- Throws:
java.rmi.RemoteException
com.liferay.portal.SystemException
getDefaultTableColumnValuesCount
int getDefaultTableColumnValuesCount(long classNameId,
java.lang.String columnName)
throws java.rmi.RemoteException,
com.liferay.portal.SystemException
- Throws:
java.rmi.RemoteException
com.liferay.portal.SystemException
getRowValues
java.util.List<ExpandoValue> getRowValues(long rowId)
throws java.rmi.RemoteException,
com.liferay.portal.SystemException
- Throws:
java.rmi.RemoteException
com.liferay.portal.SystemException
getRowValues
java.util.List<ExpandoValue> getRowValues(long rowId,
int begin,
int end)
throws java.rmi.RemoteException,
com.liferay.portal.SystemException
- Throws:
java.rmi.RemoteException
com.liferay.portal.SystemException
getRowValuesCount
int getRowValuesCount(long rowId)
throws java.rmi.RemoteException,
com.liferay.portal.SystemException
- Throws:
java.rmi.RemoteException
com.liferay.portal.SystemException
getValue
ExpandoValue getValue(long valueId)
throws java.rmi.RemoteException,
com.liferay.portal.SystemException,
com.liferay.portal.PortalException
- Throws:
java.rmi.RemoteException
com.liferay.portal.SystemException
com.liferay.portal.PortalException
getValue
ExpandoValue getValue(long columnId,
long rowId)
throws java.rmi.RemoteException,
com.liferay.portal.SystemException,
com.liferay.portal.PortalException
- Throws:
java.rmi.RemoteException
com.liferay.portal.SystemException
com.liferay.portal.PortalException
getValue
ExpandoValue getValue(java.lang.String className,
java.lang.String tableName,
java.lang.String name,
long rowId)
throws java.rmi.RemoteException,
com.liferay.portal.SystemException,
com.liferay.portal.PortalException
- Throws:
java.rmi.RemoteException
com.liferay.portal.SystemException
com.liferay.portal.PortalException
getValue
ExpandoValue getValue(long classNameId,
java.lang.String tableName,
java.lang.String name,
long rowId)
throws java.rmi.RemoteException,
com.liferay.portal.SystemException,
com.liferay.portal.PortalException
- Throws:
java.rmi.RemoteException
com.liferay.portal.SystemException
com.liferay.portal.PortalException