@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 ExpandoValue addExpandoValue(ExpandoValue expandoValue)
addExpandoValue
in interface ExpandoValueLocalService
expandoValue
- the expando valuepublic ExpandoValue addValue(long classNameId, long tableId, long columnId, long classPK, String data) throws PortalException
addValue
in interface ExpandoValueLocalService
PortalException
public ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, boolean data) throws PortalException
addValue
in interface ExpandoValueLocalService
PortalException
public ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, boolean[] data) throws PortalException
addValue
in interface ExpandoValueLocalService
PortalException
public ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, Date data) throws PortalException
addValue
in interface ExpandoValueLocalService
PortalException
public ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, Date[] data) throws PortalException
addValue
in interface ExpandoValueLocalService
PortalException
public ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, double data) throws PortalException
addValue
in interface ExpandoValueLocalService
PortalException
public ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, double[] data) throws PortalException
addValue
in interface ExpandoValueLocalService
PortalException
public ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, float data) throws PortalException
addValue
in interface ExpandoValueLocalService
PortalException
public ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, float[] data) throws PortalException
addValue
in interface ExpandoValueLocalService
PortalException
public ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, int data) throws PortalException
addValue
in interface ExpandoValueLocalService
PortalException
public ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, int[] data) throws PortalException
addValue
in interface ExpandoValueLocalService
PortalException
public ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, long data) throws PortalException
addValue
in interface ExpandoValueLocalService
PortalException
public ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, long[] data) throws PortalException
addValue
in interface ExpandoValueLocalService
PortalException
public ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, Map<Locale,?> dataMap, Locale defautlLocale) throws PortalException
addValue
in interface ExpandoValueLocalService
PortalException
public ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, Number data) throws PortalException
addValue
in interface ExpandoValueLocalService
PortalException
public ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, Number[] data) throws PortalException
addValue
in interface ExpandoValueLocalService
PortalException
public ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, Object data) throws PortalException
addValue
in interface ExpandoValueLocalService
PortalException
public ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, short data) throws PortalException
addValue
in interface ExpandoValueLocalService
PortalException
public ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, short[] data) throws PortalException
addValue
in interface ExpandoValueLocalService
PortalException
public ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, String data) throws PortalException
addValue
in interface ExpandoValueLocalService
PortalException
public ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, String[] data) throws PortalException
addValue
in interface ExpandoValueLocalService
PortalException
public void addValues(long classNameId, long tableId, List<ExpandoColumn> columns, long classPK, Map<String,String> data) throws PortalException
addValues
in interface ExpandoValueLocalService
PortalException
public void addValues(long companyId, long classNameId, String tableName, long classPK, Map<String,Serializable> attributes) throws PortalException
addValues
in interface ExpandoValueLocalService
PortalException
public void addValues(long companyId, String className, String tableName, long classPK, Map<String,Serializable> attributes) throws PortalException
addValues
in interface ExpandoValueLocalService
PortalException
public ExpandoValue createExpandoValue(long valueId)
createExpandoValue
in interface ExpandoValueLocalService
valueId
- the primary key for the new expando valuepublic void deleteColumnValues(long columnId)
deleteColumnValues
in interface ExpandoValueLocalService
public ExpandoValue deleteExpandoValue(ExpandoValue expandoValue)
deleteExpandoValue
in interface ExpandoValueLocalService
expandoValue
- the expando valuepublic ExpandoValue deleteExpandoValue(long valueId) throws PortalException
deleteExpandoValue
in interface ExpandoValueLocalService
valueId
- the primary key of the expando valuePortalException
- if a expando value with the primary key could not be foundpublic PersistedModel deletePersistedModel(PersistedModel persistedModel) throws PortalException
deletePersistedModel
in interface ExpandoValueLocalService
deletePersistedModel
in interface PersistedModelLocalService
PortalException
public void deleteRowValues(long rowId)
deleteRowValues
in interface ExpandoValueLocalService
public void deleteTableValues(long tableId)
deleteTableValues
in interface ExpandoValueLocalService
public void deleteValue(ExpandoValue value)
deleteValue
in interface ExpandoValueLocalService
public void deleteValue(long valueId) throws PortalException
deleteValue
in interface ExpandoValueLocalService
PortalException
public void deleteValue(long columnId, long rowId) throws PortalException
deleteValue
in interface ExpandoValueLocalService
PortalException
public void deleteValue(long companyId, long classNameId, String tableName, String columnName, long classPK) throws PortalException
deleteValue
in interface ExpandoValueLocalService
PortalException
public void deleteValue(long companyId, String className, String tableName, String columnName, long classPK) throws PortalException
deleteValue
in interface ExpandoValueLocalService
PortalException
public void deleteValues(long classNameId, long classPK)
deleteValues
in interface ExpandoValueLocalService
public void deleteValues(String className, long classPK)
deleteValues
in interface ExpandoValueLocalService
public DynamicQuery dynamicQuery()
dynamicQuery
in interface ExpandoValueLocalService
public <T> List<T> dynamicQuery(DynamicQuery dynamicQuery)
dynamicQuery
in interface ExpandoValueLocalService
dynamicQuery
- 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 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 ExpandoValueLocalService
dynamicQuery
- 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 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 ExpandoValueLocalService
dynamicQuery
- 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 long dynamicQueryCount(DynamicQuery dynamicQuery)
dynamicQueryCount
in interface ExpandoValueLocalService
dynamicQuery
- the dynamic querypublic long dynamicQueryCount(DynamicQuery dynamicQuery, Projection projection)
dynamicQueryCount
in interface ExpandoValueLocalService
dynamicQuery
- the dynamic queryprojection
- the projection to apply to the querypublic ExpandoValue fetchExpandoValue(long valueId)
fetchExpandoValue
in interface ExpandoValueLocalService
public ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery
in interface ExpandoValueLocalService
public List<ExpandoValue> getColumnValues(long columnId, int start, int end)
getColumnValues
in interface ExpandoValueLocalService
public List<ExpandoValue> getColumnValues(long companyId, long classNameId, String tableName, String columnName, int start, int end)
getColumnValues
in interface ExpandoValueLocalService
public List<ExpandoValue> getColumnValues(long companyId, long classNameId, String tableName, String columnName, String data, int start, int end)
getColumnValues
in interface ExpandoValueLocalService
public List<ExpandoValue> getColumnValues(long companyId, String className, String tableName, String columnName, int start, int end)
getColumnValues
in interface ExpandoValueLocalService
public List<ExpandoValue> getColumnValues(long companyId, String className, String tableName, String columnName, String data, int start, int end)
getColumnValues
in interface ExpandoValueLocalService
public int getColumnValuesCount(long columnId)
getColumnValuesCount
in interface ExpandoValueLocalService
public int getColumnValuesCount(long companyId, long classNameId, String tableName, String columnName)
getColumnValuesCount
in interface ExpandoValueLocalService
public int getColumnValuesCount(long companyId, long classNameId, String tableName, String columnName, String data)
getColumnValuesCount
in interface ExpandoValueLocalService
public int getColumnValuesCount(long companyId, String className, String tableName, String columnName)
getColumnValuesCount
in interface ExpandoValueLocalService
public int getColumnValuesCount(long companyId, String className, String tableName, String columnName, String data)
getColumnValuesCount
in interface ExpandoValueLocalService
public Map<String,Serializable> getData(long companyId, String className, String tableName, Collection<String> columnNames, long classPK) throws PortalException
getData
in interface ExpandoValueLocalService
PortalException
public Serializable getData(long companyId, String className, String tableName, String columnName, long classPK) throws PortalException
getData
in interface ExpandoValueLocalService
PortalException
public boolean getData(long companyId, String className, String tableName, String columnName, long classPK, boolean defaultData) throws PortalException
getData
in interface ExpandoValueLocalService
PortalException
public boolean[] getData(long companyId, String className, String tableName, String columnName, long classPK, boolean[] defaultData) throws PortalException
getData
in interface ExpandoValueLocalService
PortalException
public Date getData(long companyId, String className, String tableName, String columnName, long classPK, Date defaultData) throws PortalException
getData
in interface ExpandoValueLocalService
PortalException
public Date[] getData(long companyId, String className, String tableName, String columnName, long classPK, Date[] defaultData) throws PortalException
getData
in interface ExpandoValueLocalService
PortalException
public double getData(long companyId, String className, String tableName, String columnName, long classPK, double defaultData) throws PortalException
getData
in interface ExpandoValueLocalService
PortalException
public double[] getData(long companyId, String className, String tableName, String columnName, long classPK, double[] defaultData) throws PortalException
getData
in interface ExpandoValueLocalService
PortalException
public float getData(long companyId, String className, String tableName, String columnName, long classPK, float defaultData) throws PortalException
getData
in interface ExpandoValueLocalService
PortalException
public float[] getData(long companyId, String className, String tableName, String columnName, long classPK, float[] defaultData) throws PortalException
getData
in interface ExpandoValueLocalService
PortalException
public int getData(long companyId, String className, String tableName, String columnName, long classPK, int defaultData) throws PortalException
getData
in interface ExpandoValueLocalService
PortalException
public int[] getData(long companyId, String className, String tableName, String columnName, long classPK, int[] defaultData) throws PortalException
getData
in interface ExpandoValueLocalService
PortalException
public long getData(long companyId, String className, String tableName, String columnName, long classPK, long defaultData) throws PortalException
getData
in interface ExpandoValueLocalService
PortalException
public long[] getData(long companyId, String className, String tableName, String columnName, long classPK, long[] defaultData) throws PortalException
getData
in interface ExpandoValueLocalService
PortalException
public Map<?,?> getData(long companyId, String className, String tableName, String columnName, long classPK, Map<?,?> defaultData) throws PortalException
getData
in interface ExpandoValueLocalService
PortalException
public Number getData(long companyId, String className, String tableName, String columnName, long classPK, Number defaultData) throws PortalException
getData
in interface ExpandoValueLocalService
PortalException
public Number[] getData(long companyId, String className, String tableName, String columnName, long classPK, Number[] defaultData) throws PortalException
getData
in interface ExpandoValueLocalService
PortalException
public short getData(long companyId, String className, String tableName, String columnName, long classPK, short defaultData) throws PortalException
getData
in interface ExpandoValueLocalService
PortalException
public short[] getData(long companyId, String className, String tableName, String columnName, long classPK, short[] defaultData) throws PortalException
getData
in interface ExpandoValueLocalService
PortalException
public String getData(long companyId, String className, String tableName, String columnName, long classPK, String defaultData) throws PortalException
getData
in interface ExpandoValueLocalService
PortalException
public String[] getData(long companyId, String className, String tableName, String columnName, long classPK, String[] defaultData) throws PortalException
getData
in interface ExpandoValueLocalService
PortalException
public List<ExpandoValue> getDefaultTableColumnValues(long companyId, long classNameId, String columnName, int start, int end)
getDefaultTableColumnValues
in interface ExpandoValueLocalService
public List<ExpandoValue> getDefaultTableColumnValues(long companyId, String className, String columnName, int start, int end)
getDefaultTableColumnValues
in interface ExpandoValueLocalService
public int getDefaultTableColumnValuesCount(long companyId, long classNameId, String columnName)
getDefaultTableColumnValuesCount
in interface ExpandoValueLocalService
public int getDefaultTableColumnValuesCount(long companyId, String className, String columnName)
getDefaultTableColumnValuesCount
in interface ExpandoValueLocalService
public ExpandoValue getExpandoValue(long valueId) throws PortalException
getExpandoValue
in interface ExpandoValueLocalService
valueId
- the primary key of the expando valuePortalException
- if a expando value with the primary key could not be foundpublic 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 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 ExpandoValueLocalService
start
- the lower bound of the range of expando valuesend
- the upper bound of the range of expando values (not inclusive)public int getExpandoValuesCount()
getExpandoValuesCount
in interface ExpandoValueLocalService
public IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery
in interface ExpandoValueLocalService
public String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface ExpandoValueLocalService
public PersistedModel getPersistedModel(Serializable primaryKeyObj) throws PortalException
getPersistedModel
in interface ExpandoValueLocalService
getPersistedModel
in interface PersistedModelLocalService
PortalException
public List<ExpandoValue> getRowValues(long rowId)
getRowValues
in interface ExpandoValueLocalService
public List<ExpandoValue> getRowValues(long rowId, int start, int end)
getRowValues
in interface ExpandoValueLocalService
public List<ExpandoValue> getRowValues(long companyId, long classNameId, String tableName, long classPK, int start, int end)
getRowValues
in interface ExpandoValueLocalService
public List<ExpandoValue> getRowValues(long companyId, String className, String tableName, long classPK, int start, int end)
getRowValues
in interface ExpandoValueLocalService
public int getRowValuesCount(long rowId)
getRowValuesCount
in interface ExpandoValueLocalService
public int getRowValuesCount(long companyId, long classNameId, String tableName, long classPK)
getRowValuesCount
in interface ExpandoValueLocalService
public int getRowValuesCount(long companyId, String className, String tableName, long classPK)
getRowValuesCount
in interface ExpandoValueLocalService
public ExpandoValue getValue(long valueId) throws PortalException
getValue
in interface ExpandoValueLocalService
PortalException
public ExpandoValue getValue(long columnId, long rowId) throws PortalException
getValue
in interface ExpandoValueLocalService
PortalException
public ExpandoValue getValue(long tableId, long columnId, long classPK)
getValue
in interface ExpandoValueLocalService
public ExpandoValue getValue(long companyId, long classNameId, String tableName, String columnName, long classPK)
getValue
in interface ExpandoValueLocalService
public ExpandoValue getValue(long companyId, String className, String tableName, String columnName, long classPK)
getValue
in interface ExpandoValueLocalService
public ExpandoValue updateExpandoValue(ExpandoValue expandoValue)
updateExpandoValue
in interface ExpandoValueLocalService
expandoValue
- the expando valuepublic ExpandoValueLocalService getWrappedService()
getWrappedService
in interface ServiceWrapper<ExpandoValueLocalService>
public void setWrappedService(ExpandoValueLocalService expandoValueLocalService)
setWrappedService
in interface ServiceWrapper<ExpandoValueLocalService>