com.liferay.portlet.expando.service
Interface ExpandoValueLocalService
public interface ExpandoValueLocalService
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.ExpandoValueLocalServiceImpl
.
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:
ExpandoValueLocalServiceFactory
,
ExpandoValueLocalServiceUtil
Method Summary |
ExpandoValue |
addExpandoValue(ExpandoValue expandoValue)
|
ExpandoValue |
addValue(long columnId,
long rowId,
long classPK,
java.lang.String data)
|
void |
deleteColumnValues(long columnId)
|
void |
deleteExpandoValue(ExpandoValue expandoValue)
|
void |
deleteExpandoValue(long valueId)
|
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> |
dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
|
java.util.List<ExpandoValue> |
dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer,
int begin,
int end)
|
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)
|
ExpandoValue |
updateExpandoValue(ExpandoValue expandoValue)
|
addExpandoValue
ExpandoValue addExpandoValue(ExpandoValue expandoValue)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
deleteExpandoValue
void deleteExpandoValue(long valueId)
throws com.liferay.portal.SystemException,
com.liferay.portal.PortalException
- Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException
deleteExpandoValue
void deleteExpandoValue(ExpandoValue expandoValue)
throws com.liferay.portal.SystemException,
com.liferay.portal.PortalException
- Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException
dynamicQuery
java.util.List<ExpandoValue> dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
dynamicQuery
java.util.List<ExpandoValue> dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer,
int begin,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
updateExpandoValue
ExpandoValue updateExpandoValue(ExpandoValue expandoValue)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
addValue
ExpandoValue addValue(long columnId,
long rowId,
long classPK,
java.lang.String data)
throws com.liferay.portal.SystemException,
com.liferay.portal.PortalException
- Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException
deleteColumnValues
void deleteColumnValues(long columnId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
deleteRowValues
void deleteRowValues(long rowId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
deleteTableValues
void deleteTableValues(long tableId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
deleteValue
void deleteValue(long valueId)
throws com.liferay.portal.SystemException,
com.liferay.portal.PortalException
- Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException
deleteValues
void deleteValues(java.lang.String className,
long classPK)
throws com.liferay.portal.SystemException,
com.liferay.portal.PortalException
- Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException
deleteValues
void deleteValues(long classNameId,
long classPK)
throws com.liferay.portal.SystemException,
com.liferay.portal.PortalException
- Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException
getColumnValues
java.util.List<ExpandoValue> getColumnValues(long columnId,
int begin,
int end)
throws com.liferay.portal.SystemException
- Throws:
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 com.liferay.portal.SystemException
- Throws:
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 com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getColumnValuesCount
int getColumnValuesCount(long columnId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getColumnValuesCount
int getColumnValuesCount(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getColumnValuesCount
int getColumnValuesCount(long classNameId,
java.lang.String tableName,
java.lang.String columnName)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getDefaultTableColumnValues
java.util.List<ExpandoValue> getDefaultTableColumnValues(java.lang.String className,
java.lang.String columnName,
int begin,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getDefaultTableColumnValues
java.util.List<ExpandoValue> getDefaultTableColumnValues(long classNameId,
java.lang.String columnName,
int begin,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getDefaultTableColumnValuesCount
int getDefaultTableColumnValuesCount(java.lang.String className,
java.lang.String columnName)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getDefaultTableColumnValuesCount
int getDefaultTableColumnValuesCount(long classNameId,
java.lang.String columnName)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getRowValues
java.util.List<ExpandoValue> getRowValues(long rowId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getRowValues
java.util.List<ExpandoValue> getRowValues(long rowId,
int begin,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getRowValuesCount
int getRowValuesCount(long rowId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getValue
ExpandoValue getValue(long valueId)
throws com.liferay.portal.SystemException,
com.liferay.portal.PortalException
- Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException
getValue
ExpandoValue getValue(long columnId,
long rowId)
throws com.liferay.portal.SystemException,
com.liferay.portal.PortalException
- Throws:
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 com.liferay.portal.SystemException,
com.liferay.portal.PortalException
- Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException
getValue
ExpandoValue getValue(long classNameId,
java.lang.String tableName,
java.lang.String name,
long rowId)
throws com.liferay.portal.SystemException,
com.liferay.portal.PortalException
- Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException