@ProviderType public class ExpandoValueLocalServiceWrapper extends Object implements ExpandoValueLocalService, ServiceWrapper<ExpandoValueLocalService>
ExpandoValueLocalService.ExpandoValueLocalService| Constructor and Description |
|---|
ExpandoValueLocalServiceWrapper(ExpandoValueLocalService expandoValueLocalService) |
| Modifier and Type | Method and Description |
|---|---|
ExpandoValue |
addExpandoValue(ExpandoValue expandoValue)
Adds the expando value to the database.
|
ExpandoValue |
addValue(long classNameId,
long tableId,
long columnId,
long classPK,
String data) |
ExpandoValue |
addValue(long companyId,
String className,
String tableName,
String columnName,
long classPK,
boolean data) |
ExpandoValue |
addValue(long companyId,
String className,
String tableName,
String columnName,
long classPK,
boolean[] data) |
ExpandoValue |
addValue(long companyId,
String className,
String tableName,
String columnName,
long classPK,
Date data) |
ExpandoValue |
addValue(long companyId,
String className,
String tableName,
String columnName,
long classPK,
Date[] data) |
ExpandoValue |
addValue(long companyId,
String className,
String tableName,
String columnName,
long classPK,
double data) |
ExpandoValue |
addValue(long companyId,
String className,
String tableName,
String columnName,
long classPK,
double[] data) |
ExpandoValue |
addValue(long companyId,
String className,
String tableName,
String columnName,
long classPK,
float data) |
ExpandoValue |
addValue(long companyId,
String className,
String tableName,
String columnName,
long classPK,
float[] data) |
ExpandoValue |
addValue(long companyId,
String className,
String tableName,
String columnName,
long classPK,
int data) |
ExpandoValue |
addValue(long companyId,
String className,
String tableName,
String columnName,
long classPK,
int[] data) |
ExpandoValue |
addValue(long companyId,
String className,
String tableName,
String columnName,
long classPK,
long data) |
ExpandoValue |
addValue(long companyId,
String className,
String tableName,
String columnName,
long classPK,
long[] data) |
ExpandoValue |
addValue(long companyId,
String className,
String tableName,
String columnName,
long classPK,
Map<Locale,?> dataMap,
Locale defautlLocale) |
ExpandoValue |
addValue(long companyId,
String className,
String tableName,
String columnName,
long classPK,
Number data) |
ExpandoValue |
addValue(long companyId,
String className,
String tableName,
String columnName,
long classPK,
Number[] data) |
ExpandoValue |
addValue(long companyId,
String className,
String tableName,
String columnName,
long classPK,
Object data) |
ExpandoValue |
addValue(long companyId,
String className,
String tableName,
String columnName,
long classPK,
short data) |
ExpandoValue |
addValue(long companyId,
String className,
String tableName,
String columnName,
long classPK,
short[] data) |
ExpandoValue |
addValue(long companyId,
String className,
String tableName,
String columnName,
long classPK,
String data) |
ExpandoValue |
addValue(long companyId,
String className,
String tableName,
String columnName,
long classPK,
String[] data) |
void |
addValues(long classNameId,
long tableId,
List<ExpandoColumn> columns,
long classPK,
Map<String,String> data) |
void |
addValues(long companyId,
long classNameId,
String tableName,
long classPK,
Map<String,Serializable> attributes) |
void |
addValues(long companyId,
String className,
String tableName,
long classPK,
Map<String,Serializable> attributes) |
ExpandoValue |
createExpandoValue(long valueId)
Creates a new expando value with the primary key.
|
void |
deleteColumnValues(long columnId) |
ExpandoValue |
deleteExpandoValue(ExpandoValue expandoValue)
Deletes the expando value from the database.
|
ExpandoValue |
deleteExpandoValue(long valueId)
Deletes the expando value with the primary key from the database.
|
PersistedModel |
deletePersistedModel(PersistedModel persistedModel) |
void |
deleteRowValues(long rowId) |
void |
deleteTableValues(long tableId) |
void |
deleteValue(ExpandoValue value) |
void |
deleteValue(long valueId) |
void |
deleteValue(long columnId,
long rowId) |
void |
deleteValue(long companyId,
long classNameId,
String tableName,
String columnName,
long classPK) |
void |
deleteValue(long companyId,
String className,
String tableName,
String columnName,
long classPK) |
void |
deleteValues(long classNameId,
long classPK) |
void |
deleteValues(String className,
long classPK) |
DynamicQuery |
dynamicQuery() |
<T> List<T> |
dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.
|
<T> List<T> |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows.
|
<T> List<T> |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows.
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query.
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery,
Projection projection)
Returns the number of rows matching the dynamic query.
|
ExpandoValue |
fetchExpandoValue(long valueId) |
ActionableDynamicQuery |
getActionableDynamicQuery() |
List<ExpandoValue> |
getColumnValues(long columnId,
int start,
int end) |
List<ExpandoValue> |
getColumnValues(long companyId,
long classNameId,
String tableName,
String columnName,
int start,
int end) |
List<ExpandoValue> |
getColumnValues(long companyId,
long classNameId,
String tableName,
String columnName,
String data,
int start,
int end) |
List<ExpandoValue> |
getColumnValues(long companyId,
String className,
String tableName,
String columnName,
int start,
int end) |
List<ExpandoValue> |
getColumnValues(long companyId,
String className,
String tableName,
String columnName,
String data,
int start,
int end) |
int |
getColumnValuesCount(long columnId) |
int |
getColumnValuesCount(long companyId,
long classNameId,
String tableName,
String columnName) |
int |
getColumnValuesCount(long companyId,
long classNameId,
String tableName,
String columnName,
String data) |
int |
getColumnValuesCount(long companyId,
String className,
String tableName,
String columnName) |
int |
getColumnValuesCount(long companyId,
String className,
String tableName,
String columnName,
String data) |
Map<String,Serializable> |
getData(long companyId,
String className,
String tableName,
Collection<String> columnNames,
long classPK) |
Serializable |
getData(long companyId,
String className,
String tableName,
String columnName,
long classPK) |
boolean |
getData(long companyId,
String className,
String tableName,
String columnName,
long classPK,
boolean defaultData) |
boolean[] |
getData(long companyId,
String className,
String tableName,
String columnName,
long classPK,
boolean[] defaultData) |
Date |
getData(long companyId,
String className,
String tableName,
String columnName,
long classPK,
Date defaultData) |
Date[] |
getData(long companyId,
String className,
String tableName,
String columnName,
long classPK,
Date[] defaultData) |
double |
getData(long companyId,
String className,
String tableName,
String columnName,
long classPK,
double defaultData) |
double[] |
getData(long companyId,
String className,
String tableName,
String columnName,
long classPK,
double[] defaultData) |
float |
getData(long companyId,
String className,
String tableName,
String columnName,
long classPK,
float defaultData) |
float[] |
getData(long companyId,
String className,
String tableName,
String columnName,
long classPK,
float[] defaultData) |
int |
getData(long companyId,
String className,
String tableName,
String columnName,
long classPK,
int defaultData) |
int[] |
getData(long companyId,
String className,
String tableName,
String columnName,
long classPK,
int[] defaultData) |
long |
getData(long companyId,
String className,
String tableName,
String columnName,
long classPK,
long defaultData) |
long[] |
getData(long companyId,
String className,
String tableName,
String columnName,
long classPK,
long[] defaultData) |
Map<?,?> |
getData(long companyId,
String className,
String tableName,
String columnName,
long classPK,
Map<?,?> defaultData) |
Number |
getData(long companyId,
String className,
String tableName,
String columnName,
long classPK,
Number defaultData) |
Number[] |
getData(long companyId,
String className,
String tableName,
String columnName,
long classPK,
Number[] defaultData) |
short |
getData(long companyId,
String className,
String tableName,
String columnName,
long classPK,
short defaultData) |
short[] |
getData(long companyId,
String className,
String tableName,
String columnName,
long classPK,
short[] defaultData) |
String |
getData(long companyId,
String className,
String tableName,
String columnName,
long classPK,
String defaultData) |
String[] |
getData(long companyId,
String className,
String tableName,
String columnName,
long classPK,
String[] defaultData) |
List<ExpandoValue> |
getDefaultTableColumnValues(long companyId,
long classNameId,
String columnName,
int start,
int end) |
List<ExpandoValue> |
getDefaultTableColumnValues(long companyId,
String className,
String columnName,
int start,
int end) |
int |
getDefaultTableColumnValuesCount(long companyId,
long classNameId,
String columnName) |
int |
getDefaultTableColumnValuesCount(long companyId,
String className,
String columnName) |
ExpandoValue |
getExpandoValue(long valueId)
Returns the expando value with the primary key.
|
List<ExpandoValue> |
getExpandoValues(int start,
int end)
Returns a range of all the expando values.
|
int |
getExpandoValuesCount()
Returns the number of expando values.
|
IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery() |
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
PersistedModel |
getPersistedModel(Serializable primaryKeyObj) |
List<ExpandoValue> |
getRowValues(long rowId) |
List<ExpandoValue> |
getRowValues(long rowId,
int start,
int end) |
List<ExpandoValue> |
getRowValues(long companyId,
long classNameId,
String tableName,
long classPK,
int start,
int end) |
List<ExpandoValue> |
getRowValues(long companyId,
String className,
String tableName,
long classPK,
int start,
int end) |
int |
getRowValuesCount(long rowId) |
int |
getRowValuesCount(long companyId,
long classNameId,
String tableName,
long classPK) |
int |
getRowValuesCount(long companyId,
String className,
String tableName,
long classPK) |
ExpandoValue |
getValue(long valueId) |
ExpandoValue |
getValue(long columnId,
long rowId) |
ExpandoValue |
getValue(long tableId,
long columnId,
long classPK) |
ExpandoValue |
getValue(long companyId,
long classNameId,
String tableName,
String columnName,
long classPK) |
ExpandoValue |
getValue(long companyId,
String className,
String tableName,
String columnName,
long classPK) |
ExpandoValueLocalService |
getWrappedService() |
void |
setWrappedService(ExpandoValueLocalService expandoValueLocalService) |
ExpandoValue |
updateExpandoValue(ExpandoValue expandoValue)
Updates the expando value in the database or adds it if it does not yet exist.
|
public ExpandoValueLocalServiceWrapper(ExpandoValueLocalService expandoValueLocalService)
public boolean getData(long companyId,
String className,
String tableName,
String columnName,
long classPK,
boolean defaultData)
throws PortalException
getData in interface ExpandoValueLocalServicePortalExceptionpublic boolean[] getData(long companyId,
String className,
String tableName,
String columnName,
long classPK,
boolean[] defaultData)
throws PortalException
getData in interface ExpandoValueLocalServicePortalExceptionpublic ExpandoValue addExpandoValue(ExpandoValue expandoValue)
addExpandoValue in interface ExpandoValueLocalServiceexpandoValue - the expando valuepublic ExpandoValue addValue(long classNameId, long tableId, long columnId, long classPK, String data) throws PortalException
addValue in interface ExpandoValueLocalServicePortalExceptionpublic ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, boolean data) throws PortalException
addValue in interface ExpandoValueLocalServicePortalExceptionpublic ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, boolean[] data) throws PortalException
addValue in interface ExpandoValueLocalServicePortalExceptionpublic ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, double data) throws PortalException
addValue in interface ExpandoValueLocalServicePortalExceptionpublic ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, double[] data) throws PortalException
addValue in interface ExpandoValueLocalServicePortalExceptionpublic ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, float data) throws PortalException
addValue in interface ExpandoValueLocalServicePortalExceptionpublic ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, float[] data) throws PortalException
addValue in interface ExpandoValueLocalServicePortalExceptionpublic ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, int data) throws PortalException
addValue in interface ExpandoValueLocalServicePortalExceptionpublic ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, int[] data) throws PortalException
addValue in interface ExpandoValueLocalServicePortalExceptionpublic ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, Number data) throws PortalException
addValue in interface ExpandoValueLocalServicePortalExceptionpublic ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, Number[] data) throws PortalException
addValue in interface ExpandoValueLocalServicePortalExceptionpublic ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, Object data) throws PortalException
addValue in interface ExpandoValueLocalServicePortalExceptionpublic ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, String data) throws PortalException
addValue in interface ExpandoValueLocalServicePortalExceptionpublic ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, String[] data) throws PortalException
addValue in interface ExpandoValueLocalServicePortalExceptionpublic ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, Date data) throws PortalException
addValue in interface ExpandoValueLocalServicePortalExceptionpublic ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, Date[] data) throws PortalException
addValue in interface ExpandoValueLocalServicePortalExceptionpublic ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, Map<Locale,?> dataMap, Locale defautlLocale) throws PortalException
addValue in interface ExpandoValueLocalServicePortalExceptionpublic ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, long data) throws PortalException
addValue in interface ExpandoValueLocalServicePortalExceptionpublic ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, long[] data) throws PortalException
addValue in interface ExpandoValueLocalServicePortalExceptionpublic ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, short data) throws PortalException
addValue in interface ExpandoValueLocalServicePortalExceptionpublic ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, short[] data) throws PortalException
addValue in interface ExpandoValueLocalServicePortalExceptionpublic ExpandoValue createExpandoValue(long valueId)
createExpandoValue in interface ExpandoValueLocalServicevalueId - the primary key for the new expando valuepublic ExpandoValue deleteExpandoValue(ExpandoValue expandoValue)
deleteExpandoValue in interface ExpandoValueLocalServiceexpandoValue - the expando valuepublic ExpandoValue deleteExpandoValue(long valueId) throws PortalException
deleteExpandoValue in interface ExpandoValueLocalServicevalueId - the primary key of the expando valuePortalException - if a expando value with the primary key could not be foundpublic ExpandoValue fetchExpandoValue(long valueId)
fetchExpandoValue in interface ExpandoValueLocalServicepublic ExpandoValue getExpandoValue(long valueId) throws PortalException
getExpandoValue in interface ExpandoValueLocalServicevalueId - the primary key of the expando valuePortalException - if a expando value with the primary key could not be foundpublic ExpandoValue getValue(long columnId, long rowId) throws PortalException
getValue in interface ExpandoValueLocalServicePortalExceptionpublic ExpandoValue getValue(long companyId, String className, String tableName, String columnName, long classPK)
getValue in interface ExpandoValueLocalServicepublic ExpandoValue getValue(long companyId, long classNameId, String tableName, String columnName, long classPK)
getValue in interface ExpandoValueLocalServicepublic ExpandoValue getValue(long tableId, long columnId, long classPK)
getValue in interface ExpandoValueLocalServicepublic ExpandoValue getValue(long valueId) throws PortalException
getValue in interface ExpandoValueLocalServicePortalExceptionpublic ExpandoValue updateExpandoValue(ExpandoValue expandoValue)
updateExpandoValue in interface ExpandoValueLocalServiceexpandoValue - the expando valuepublic ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface ExpandoValueLocalServicepublic DynamicQuery dynamicQuery()
dynamicQuery in interface ExpandoValueLocalServicepublic IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery in interface ExpandoValueLocalServicepublic PersistedModel deletePersistedModel(PersistedModel persistedModel) throws PortalException
deletePersistedModel in interface ExpandoValueLocalServicedeletePersistedModel in interface PersistedModelLocalServicePortalExceptionpublic PersistedModel getPersistedModel(Serializable primaryKeyObj) throws PortalException
getPersistedModel in interface ExpandoValueLocalServicegetPersistedModel in interface PersistedModelLocalServicePortalExceptionpublic double getData(long companyId,
String className,
String tableName,
String columnName,
long classPK,
double defaultData)
throws PortalException
getData in interface ExpandoValueLocalServicePortalExceptionpublic double[] getData(long companyId,
String className,
String tableName,
String columnName,
long classPK,
double[] defaultData)
throws PortalException
getData in interface ExpandoValueLocalServicePortalExceptionpublic float getData(long companyId,
String className,
String tableName,
String columnName,
long classPK,
float defaultData)
throws PortalException
getData in interface ExpandoValueLocalServicePortalExceptionpublic float[] getData(long companyId,
String className,
String tableName,
String columnName,
long classPK,
float[] defaultData)
throws PortalException
getData in interface ExpandoValueLocalServicePortalExceptionpublic int getColumnValuesCount(long columnId)
getColumnValuesCount in interface ExpandoValueLocalServicepublic int getColumnValuesCount(long companyId,
String className,
String tableName,
String columnName)
getColumnValuesCount in interface ExpandoValueLocalServicepublic int getColumnValuesCount(long companyId,
String className,
String tableName,
String columnName,
String data)
getColumnValuesCount in interface ExpandoValueLocalServicepublic int getColumnValuesCount(long companyId,
long classNameId,
String tableName,
String columnName)
getColumnValuesCount in interface ExpandoValueLocalServicepublic int getColumnValuesCount(long companyId,
long classNameId,
String tableName,
String columnName,
String data)
getColumnValuesCount in interface ExpandoValueLocalServicepublic int getData(long companyId,
String className,
String tableName,
String columnName,
long classPK,
int defaultData)
throws PortalException
getData in interface ExpandoValueLocalServicePortalExceptionpublic int getDefaultTableColumnValuesCount(long companyId,
String className,
String columnName)
getDefaultTableColumnValuesCount in interface ExpandoValueLocalServicepublic int getDefaultTableColumnValuesCount(long companyId,
long classNameId,
String columnName)
getDefaultTableColumnValuesCount in interface ExpandoValueLocalServicepublic int getExpandoValuesCount()
getExpandoValuesCount in interface ExpandoValueLocalServicepublic int getRowValuesCount(long companyId,
String className,
String tableName,
long classPK)
getRowValuesCount in interface ExpandoValueLocalServicepublic int getRowValuesCount(long companyId,
long classNameId,
String tableName,
long classPK)
getRowValuesCount in interface ExpandoValueLocalServicepublic int getRowValuesCount(long rowId)
getRowValuesCount in interface ExpandoValueLocalServicepublic int[] getData(long companyId,
String className,
String tableName,
String columnName,
long classPK,
int[] defaultData)
throws PortalException
getData in interface ExpandoValueLocalServicePortalExceptionpublic Serializable getData(long companyId, String className, String tableName, String columnName, long classPK) throws PortalException
getData in interface ExpandoValueLocalServicePortalExceptionpublic Number getData(long companyId, String className, String tableName, String columnName, long classPK, Number defaultData) throws PortalException
getData in interface ExpandoValueLocalServicePortalExceptionpublic Number[] getData(long companyId, String className, String tableName, String columnName, long classPK, Number[] defaultData) throws PortalException
getData in interface ExpandoValueLocalServicePortalExceptionpublic String getData(long companyId, String className, String tableName, String columnName, long classPK, String defaultData) throws PortalException
getData in interface ExpandoValueLocalServicePortalExceptionpublic String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface ExpandoValueLocalServicepublic String[] getData(long companyId, String className, String tableName, String columnName, long classPK, String[] defaultData) throws PortalException
getData in interface ExpandoValueLocalServicePortalExceptionpublic Date getData(long companyId, String className, String tableName, String columnName, long classPK, Date defaultData) throws PortalException
getData in interface ExpandoValueLocalServicePortalExceptionpublic Date[] getData(long companyId, String className, String tableName, String columnName, long classPK, Date[] defaultData) throws PortalException
getData in interface ExpandoValueLocalServicePortalExceptionpublic <T> List<T> dynamicQuery(DynamicQuery dynamicQuery)
dynamicQuery in interface ExpandoValueLocalServicedynamicQuery - the dynamic querypublic <T> List<T> dynamicQuery(DynamicQuery dynamicQuery, int start, int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from com.liferay.portlet.expando.model.impl.ExpandoValueModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
dynamicQuery in interface ExpandoValueLocalServicedynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)public <T> List<T> dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from com.liferay.portlet.expando.model.impl.ExpandoValueModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
dynamicQuery in interface ExpandoValueLocalServicedynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public List<ExpandoValue> getColumnValues(long columnId, int start, int end)
getColumnValues in interface ExpandoValueLocalServicepublic List<ExpandoValue> getColumnValues(long companyId, String className, String tableName, String columnName, int start, int end)
getColumnValues in interface ExpandoValueLocalServicepublic List<ExpandoValue> getColumnValues(long companyId, String className, String tableName, String columnName, String data, int start, int end)
getColumnValues in interface ExpandoValueLocalServicepublic List<ExpandoValue> getColumnValues(long companyId, long classNameId, String tableName, String columnName, int start, int end)
getColumnValues in interface ExpandoValueLocalServicepublic List<ExpandoValue> getColumnValues(long companyId, long classNameId, String tableName, String columnName, String data, int start, int end)
getColumnValues in interface ExpandoValueLocalServicepublic List<ExpandoValue> getDefaultTableColumnValues(long companyId, String className, String columnName, int start, int end)
getDefaultTableColumnValues in interface ExpandoValueLocalServicepublic List<ExpandoValue> getDefaultTableColumnValues(long companyId, long classNameId, String columnName, int start, int end)
getDefaultTableColumnValues in interface ExpandoValueLocalServicepublic List<ExpandoValue> getExpandoValues(int start, int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from com.liferay.portlet.expando.model.impl.ExpandoValueModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
getExpandoValues in interface ExpandoValueLocalServicestart - the lower bound of the range of expando valuesend - the upper bound of the range of expando values (not inclusive)public List<ExpandoValue> getRowValues(long companyId, String className, String tableName, long classPK, int start, int end)
getRowValues in interface ExpandoValueLocalServicepublic List<ExpandoValue> getRowValues(long companyId, long classNameId, String tableName, long classPK, int start, int end)
getRowValues in interface ExpandoValueLocalServicepublic List<ExpandoValue> getRowValues(long rowId)
getRowValues in interface ExpandoValueLocalServicepublic List<ExpandoValue> getRowValues(long rowId, int start, int end)
getRowValues in interface ExpandoValueLocalServicepublic Map<?,?> getData(long companyId, String className, String tableName, String columnName, long classPK, Map<?,?> defaultData) throws PortalException
getData in interface ExpandoValueLocalServicePortalExceptionpublic Map<String,Serializable> getData(long companyId, String className, String tableName, Collection<String> columnNames, long classPK) throws PortalException
getData in interface ExpandoValueLocalServicePortalExceptionpublic long dynamicQueryCount(DynamicQuery dynamicQuery)
dynamicQueryCount in interface ExpandoValueLocalServicedynamicQuery - the dynamic querypublic long dynamicQueryCount(DynamicQuery dynamicQuery, Projection projection)
dynamicQueryCount in interface ExpandoValueLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the querypublic long getData(long companyId,
String className,
String tableName,
String columnName,
long classPK,
long defaultData)
throws PortalException
getData in interface ExpandoValueLocalServicePortalExceptionpublic long[] getData(long companyId,
String className,
String tableName,
String columnName,
long classPK,
long[] defaultData)
throws PortalException
getData in interface ExpandoValueLocalServicePortalExceptionpublic short getData(long companyId,
String className,
String tableName,
String columnName,
long classPK,
short defaultData)
throws PortalException
getData in interface ExpandoValueLocalServicePortalExceptionpublic short[] getData(long companyId,
String className,
String tableName,
String columnName,
long classPK,
short[] defaultData)
throws PortalException
getData in interface ExpandoValueLocalServicePortalExceptionpublic void addValues(long classNameId,
long tableId,
List<ExpandoColumn> columns,
long classPK,
Map<String,String> data)
throws PortalException
addValues in interface ExpandoValueLocalServicePortalExceptionpublic void addValues(long companyId,
String className,
String tableName,
long classPK,
Map<String,Serializable> attributes)
throws PortalException
addValues in interface ExpandoValueLocalServicePortalExceptionpublic void addValues(long companyId,
long classNameId,
String tableName,
long classPK,
Map<String,Serializable> attributes)
throws PortalException
addValues in interface ExpandoValueLocalServicePortalExceptionpublic void deleteColumnValues(long columnId)
deleteColumnValues in interface ExpandoValueLocalServicepublic void deleteRowValues(long rowId)
deleteRowValues in interface ExpandoValueLocalServicepublic void deleteTableValues(long tableId)
deleteTableValues in interface ExpandoValueLocalServicepublic void deleteValue(ExpandoValue value)
deleteValue in interface ExpandoValueLocalServicepublic void deleteValue(long columnId,
long rowId)
throws PortalException
deleteValue in interface ExpandoValueLocalServicePortalExceptionpublic void deleteValue(long companyId,
String className,
String tableName,
String columnName,
long classPK)
throws PortalException
deleteValue in interface ExpandoValueLocalServicePortalExceptionpublic void deleteValue(long companyId,
long classNameId,
String tableName,
String columnName,
long classPK)
throws PortalException
deleteValue in interface ExpandoValueLocalServicePortalExceptionpublic void deleteValue(long valueId)
throws PortalException
deleteValue in interface ExpandoValueLocalServicePortalExceptionpublic void deleteValues(String className, long classPK)
deleteValues in interface ExpandoValueLocalServicepublic void deleteValues(long classNameId,
long classPK)
deleteValues in interface ExpandoValueLocalServicepublic ExpandoValueLocalService getWrappedService()
getWrappedService in interface ServiceWrapper<ExpandoValueLocalService>public void setWrappedService(ExpandoValueLocalService expandoValueLocalService)
setWrappedService in interface ServiceWrapper<ExpandoValueLocalService>