@ProviderType public class ExpandoValueLocalServiceWrapper extends java.lang.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,
java.lang.String data) |
ExpandoValue |
addValue(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
boolean data) |
ExpandoValue |
addValue(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
boolean[] data) |
ExpandoValue |
addValue(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
java.util.Date data) |
ExpandoValue |
addValue(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
java.util.Date[] data) |
ExpandoValue |
addValue(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
double data) |
ExpandoValue |
addValue(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
double[] data) |
ExpandoValue |
addValue(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
float data) |
ExpandoValue |
addValue(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
float[] data) |
ExpandoValue |
addValue(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
int data) |
ExpandoValue |
addValue(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
int[] data) |
ExpandoValue |
addValue(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
long data) |
ExpandoValue |
addValue(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
long[] data) |
ExpandoValue |
addValue(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
java.util.Map<java.util.Locale,?> dataMap,
java.util.Locale defautlLocale) |
ExpandoValue |
addValue(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
java.lang.Number data) |
ExpandoValue |
addValue(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
java.lang.Number[] data) |
ExpandoValue |
addValue(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
java.lang.Object data) |
ExpandoValue |
addValue(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
short data) |
ExpandoValue |
addValue(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
short[] data) |
ExpandoValue |
addValue(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
java.lang.String data) |
ExpandoValue |
addValue(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
java.lang.String[] data) |
ExpandoValue |
addValue(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
boolean data)
Deprecated.
As of 6.1.0, replaced by
addValue(long, String,
String, String, long, boolean[]) |
ExpandoValue |
addValue(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
boolean[] data)
Deprecated.
As of 6.1.0, replaced by
addValue(long, String,
String, String, long, boolean[]) |
ExpandoValue |
addValue(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
java.util.Date data)
Deprecated.
As of 6.1.0, replaced by
addValue(long, String,
String, String, long, Date[]) |
ExpandoValue |
addValue(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
java.util.Date[] data)
Deprecated.
As of 6.1.0, replaced by
addValue(long, String,
String, String, long, Date[]) |
ExpandoValue |
addValue(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
double data)
Deprecated.
As of 6.1.0, replaced by
addValue(long, String,
String, String, long, double[]) |
ExpandoValue |
addValue(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
double[] data)
Deprecated.
As of 6.1.0, replaced by
addValue(long, String,
String, String, long, double[]) |
ExpandoValue |
addValue(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
float data)
Deprecated.
As of 6.1.0, replaced by
addValue(long, String,
String, String, long, float[]) |
ExpandoValue |
addValue(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
float[] data)
Deprecated.
As of 6.1.0, replaced by
addValue(long, String,
String, String, long, float[]) |
ExpandoValue |
addValue(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
int data)
Deprecated.
As of 6.1.0, replaced by
addValue(long, String,
String, String, long, int[]) |
ExpandoValue |
addValue(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
int[] data)
Deprecated.
As of 6.1.0, replaced by
addValue(long, String,
String, String, long, int[]) |
ExpandoValue |
addValue(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
long data)
Deprecated.
As of 6.1.0, replaced by
addValue(long, String,
String, String, long, long[]) |
ExpandoValue |
addValue(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
long[] data)
Deprecated.
As of 6.1.0, replaced by
addValue(long, String,
String, String, long, long[]) |
ExpandoValue |
addValue(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
java.lang.Object data)
Deprecated.
As of 6.1.0, replaced by
addValue(long, String,
String, String, long, Object) |
ExpandoValue |
addValue(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
short data)
Deprecated.
As of 6.1.0, replaced by
addValue(long, String,
String, String, long, short[]) |
ExpandoValue |
addValue(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
short[] data)
Deprecated.
As of 6.1.0, replaced by
addValue(long, String,
String, String, long, short[]) |
ExpandoValue |
addValue(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
java.lang.String data)
Deprecated.
As of 6.1.0, replaced by
addValue(long, String,
String, String, long, String[]) |
ExpandoValue |
addValue(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
java.lang.String[] data)
Deprecated.
As of 6.1.0, replaced by
addValue(long, String,
String, String, long, String[]) |
void |
addValues(long classNameId,
long tableId,
java.util.List<ExpandoColumn> columns,
long classPK,
java.util.Map<java.lang.String,java.lang.String> data) |
void |
addValues(long companyId,
long classNameId,
java.lang.String tableName,
long classPK,
java.util.Map<java.lang.String,java.io.Serializable> attributes) |
void |
addValues(long companyId,
java.lang.String className,
java.lang.String tableName,
long classPK,
java.util.Map<java.lang.String,java.io.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.
|
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,
java.lang.String tableName,
java.lang.String columnName,
long classPK) |
void |
deleteValue(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK) |
void |
deleteValues(long classNameId,
long classPK) |
void |
deleteValues(java.lang.String className,
long classPK) |
DynamicQuery |
dynamicQuery() |
java.util.List |
dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.
|
java.util.List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows.
|
java.util.List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator 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 that match the dynamic query.
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery,
Projection projection)
Returns the number of rows that match the dynamic query.
|
ExpandoValue |
fetchExpandoValue(long valueId) |
java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
java.util.List<ExpandoValue> |
getColumnValues(long columnId,
int start,
int end) |
java.util.List<ExpandoValue> |
getColumnValues(long companyId,
long classNameId,
java.lang.String tableName,
java.lang.String columnName,
int start,
int end) |
java.util.List<ExpandoValue> |
getColumnValues(long companyId,
long classNameId,
java.lang.String tableName,
java.lang.String columnName,
java.lang.String data,
int start,
int end) |
java.util.List<ExpandoValue> |
getColumnValues(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
int start,
int end) |
java.util.List<ExpandoValue> |
getColumnValues(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
java.lang.String data,
int start,
int end) |
java.util.List<ExpandoValue> |
getColumnValues(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
java.lang.String data,
int start,
int end)
Deprecated.
As of 6.1.0, replaced by
getColumnValues(long,
String, String, String, String, int, int) |
int |
getColumnValuesCount(long columnId) |
int |
getColumnValuesCount(long companyId,
long classNameId,
java.lang.String tableName,
java.lang.String columnName) |
int |
getColumnValuesCount(long companyId,
long classNameId,
java.lang.String tableName,
java.lang.String columnName,
java.lang.String data) |
int |
getColumnValuesCount(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName) |
int |
getColumnValuesCount(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
java.lang.String data) |
int |
getColumnValuesCount(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
java.lang.String data)
Deprecated.
As of 6.1.0, replaced by
getColumnValuesCount(long,
String, String, String, String) |
java.util.Map<java.lang.String,java.io.Serializable> |
getData(long companyId,
java.lang.String className,
java.lang.String tableName,
java.util.Collection<java.lang.String> columnNames,
long classPK) |
java.io.Serializable |
getData(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK) |
boolean |
getData(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
boolean defaultData) |
boolean[] |
getData(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
boolean[] defaultData) |
java.util.Date |
getData(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
java.util.Date defaultData) |
java.util.Date[] |
getData(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
java.util.Date[] defaultData) |
double |
getData(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
double defaultData) |
double[] |
getData(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
double[] defaultData) |
float |
getData(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
float defaultData) |
float[] |
getData(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
float[] defaultData) |
int |
getData(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
int defaultData) |
int[] |
getData(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
int[] defaultData) |
long |
getData(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
long defaultData) |
long[] |
getData(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
long[] defaultData) |
java.util.Map<?,?> |
getData(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
java.util.Map<?,?> defaultData) |
java.lang.Number |
getData(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
java.lang.Number defaultData) |
java.lang.Number[] |
getData(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
java.lang.Number[] defaultData) |
short |
getData(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
short defaultData) |
short[] |
getData(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
short[] defaultData) |
java.lang.String |
getData(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
java.lang.String defaultData) |
java.lang.String[] |
getData(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
java.lang.String[] defaultData) |
java.io.Serializable |
getData(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK)
Deprecated.
As of 6.1.0, replaced by
getData(long, String,
String, String, long) |
boolean |
getData(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
boolean defaultData)
Deprecated.
As of 6.1.0, replaced by
getData(long, String,
String, String, long, boolean[]) |
boolean[] |
getData(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
boolean[] defaultData)
Deprecated.
As of 6.1.0, replaced by
getData(long, String,
String, String, long, boolean[]) |
java.util.Date |
getData(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
java.util.Date defaultData)
Deprecated.
As of 6.1.0, replaced by
getData(long, String,
String, String, long, Date[]) |
java.util.Date[] |
getData(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
java.util.Date[] defaultData)
Deprecated.
As of 6.1.0, replaced by
getData(long, String,
String, String, long, Date[]) |
double |
getData(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
double defaultData)
Deprecated.
As of 6.1.0, replaced by
getData(long, String,
String, String, long, double[]) |
double[] |
getData(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
double[] defaultData)
Deprecated.
As of 6.1.0, replaced by
getData(long, String,
String, String, long, double[]) |
float |
getData(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
float defaultData)
Deprecated.
As of 6.1.0, replaced by
getData(long, String,
String, String, long, float[]) |
float[] |
getData(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
float[] defaultData)
Deprecated.
As of 6.1.0, replaced by
getData(long, String,
String, String, long, float[]) |
int |
getData(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
int defaultData)
Deprecated.
As of 6.1.0, replaced by
getData(long, String,
String, String, long, int[]) |
int[] |
getData(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
int[] defaultData)
Deprecated.
As of 6.1.0, replaced by
getData(long, String,
String, String, long, int[]) |
long |
getData(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
long defaultData)
Deprecated.
As of 6.1.0, replaced by
getData(long, String,
String, String, long, long[]) |
long[] |
getData(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
long[] defaultData)
Deprecated.
As of 6.1.0, replaced by
getData(long, String,
String, String, long, long[]) |
short |
getData(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
short defaultData)
Deprecated.
As of 6.1.0, replaced by
getData(long, String,
String, String, long, short[]) |
short[] |
getData(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
short[] defaultData)
Deprecated.
As of 6.1.0, replaced by
getData(long, String,
String, String, long, short[]) |
java.lang.String |
getData(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
java.lang.String defaultData)
Deprecated.
As of 6.1.0, replaced by
getData(long, String,
String, String, long, String[]) |
java.lang.String[] |
getData(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
java.lang.String[] defaultData)
Deprecated.
As of 6.1.0, replaced by
getData(long, String,
String, String, long, String[]) |
java.util.List<ExpandoValue> |
getDefaultTableColumnValues(long companyId,
long classNameId,
java.lang.String columnName,
int start,
int end) |
java.util.List<ExpandoValue> |
getDefaultTableColumnValues(long companyId,
java.lang.String className,
java.lang.String columnName,
int start,
int end) |
int |
getDefaultTableColumnValuesCount(long companyId,
long classNameId,
java.lang.String columnName) |
int |
getDefaultTableColumnValuesCount(long companyId,
java.lang.String className,
java.lang.String columnName) |
ExpandoValue |
getExpandoValue(long valueId)
Returns the expando value with the primary key.
|
java.util.List<ExpandoValue> |
getExpandoValues(int start,
int end)
Returns a range of all the expando values.
|
int |
getExpandoValuesCount()
Returns the number of expando values.
|
PersistedModel |
getPersistedModel(java.io.Serializable primaryKeyObj) |
java.util.List<ExpandoValue> |
getRowValues(long rowId) |
java.util.List<ExpandoValue> |
getRowValues(long rowId,
int start,
int end) |
java.util.List<ExpandoValue> |
getRowValues(long companyId,
long classNameId,
java.lang.String tableName,
long classPK,
int start,
int end) |
java.util.List<ExpandoValue> |
getRowValues(long companyId,
java.lang.String className,
java.lang.String tableName,
long classPK,
int start,
int end) |
int |
getRowValuesCount(long rowId) |
int |
getRowValuesCount(long companyId,
long classNameId,
java.lang.String tableName,
long classPK) |
int |
getRowValuesCount(long companyId,
java.lang.String className,
java.lang.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,
java.lang.String tableName,
java.lang.String columnName,
long classPK) |
ExpandoValue |
getValue(long classNameId,
java.lang.String tableName,
java.lang.String columnName,
long classPK)
Deprecated.
As of 6.1.0, replaced by
getValue(long, long, String,
String, long) |
ExpandoValue |
getValue(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK) |
ExpandoValue |
getValue(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK)
Deprecated.
As of 6.1.0, replaced by
getValue(long, String,
String, String, long) |
ExpandoValueLocalService |
getWrappedExpandoValueLocalService()
Deprecated.
As of 6.1.0, replaced by
getWrappedService() |
ExpandoValueLocalService |
getWrappedService() |
void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
void |
setWrappedExpandoValueLocalService(ExpandoValueLocalService expandoValueLocalService)
Deprecated.
As of 6.1.0, replaced by
setWrappedService(com.liferay.portlet.expando.service.ExpandoValueLocalService) |
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) throws SystemException
addExpandoValue in interface ExpandoValueLocalServiceexpandoValue - the expando valueSystemException - if a system exception occurredpublic ExpandoValue createExpandoValue(long valueId)
createExpandoValue in interface ExpandoValueLocalServicevalueId - the primary key for the new expando valuepublic ExpandoValue deleteExpandoValue(long valueId) throws PortalException, SystemException
deleteExpandoValue in interface ExpandoValueLocalServicevalueId - the primary key of the expando valuePortalException - if a expando value with the primary key could not be foundSystemException - if a system exception occurredpublic ExpandoValue deleteExpandoValue(ExpandoValue expandoValue) throws SystemException
deleteExpandoValue in interface ExpandoValueLocalServiceexpandoValue - the expando valueSystemException - if a system exception occurredpublic DynamicQuery dynamicQuery()
dynamicQuery in interface ExpandoValueLocalServicepublic java.util.List dynamicQuery(DynamicQuery dynamicQuery) throws SystemException
dynamicQuery in interface ExpandoValueLocalServicedynamicQuery - the dynamic querySystemException - if a system exception occurredpublic java.util.List dynamicQuery(DynamicQuery dynamicQuery, int start, int end) throws SystemException
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 ExpandoValueLocalServicedynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)SystemException - if a system exception occurredpublic java.util.List dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator) throws SystemException
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 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)SystemException - if a system exception occurredpublic long dynamicQueryCount(DynamicQuery dynamicQuery) throws SystemException
dynamicQueryCount in interface ExpandoValueLocalServicedynamicQuery - the dynamic querySystemException - if a system exception occurredpublic long dynamicQueryCount(DynamicQuery dynamicQuery, Projection projection) throws SystemException
dynamicQueryCount in interface ExpandoValueLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the querySystemException - if a system exception occurredpublic ExpandoValue fetchExpandoValue(long valueId) throws SystemException
fetchExpandoValue in interface ExpandoValueLocalServiceSystemExceptionpublic ExpandoValue getExpandoValue(long valueId) throws PortalException, SystemException
getExpandoValue in interface ExpandoValueLocalServicevalueId - the primary key of the expando valuePortalException - if a expando value with the primary key could not be foundSystemException - if a system exception occurredpublic PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj) throws PortalException, SystemException
getPersistedModel in interface PersistedModelLocalServicegetPersistedModel in interface ExpandoValueLocalServicePortalExceptionSystemExceptionpublic java.util.List<ExpandoValue> getExpandoValues(int start, int end) throws SystemException
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 ExpandoValueLocalServicestart - the lower bound of the range of expando valuesend - the upper bound of the range of expando values (not inclusive)SystemException - if a system exception occurredpublic int getExpandoValuesCount()
throws SystemException
getExpandoValuesCount in interface ExpandoValueLocalServiceSystemException - if a system exception occurredpublic ExpandoValue updateExpandoValue(ExpandoValue expandoValue) throws SystemException
updateExpandoValue in interface ExpandoValueLocalServiceexpandoValue - the expando valueSystemException - if a system exception occurredpublic java.lang.String getBeanIdentifier()
getBeanIdentifier in interface ExpandoValueLocalServicepublic void setBeanIdentifier(java.lang.String beanIdentifier)
setBeanIdentifier in interface ExpandoValueLocalServicebeanIdentifier - the Spring bean ID for this beanpublic ExpandoValue addValue(long classNameId, long tableId, long columnId, long classPK, java.lang.String data) throws PortalException, SystemException
addValue in interface ExpandoValueLocalServicePortalExceptionSystemExceptionpublic ExpandoValue addValue(long companyId, java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, boolean data) throws PortalException, SystemException
addValue in interface ExpandoValueLocalServicePortalExceptionSystemExceptionpublic ExpandoValue addValue(long companyId, java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, boolean[] data) throws PortalException, SystemException
addValue in interface ExpandoValueLocalServicePortalExceptionSystemExceptionpublic ExpandoValue addValue(long companyId, java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, java.util.Date data) throws PortalException, SystemException
addValue in interface ExpandoValueLocalServicePortalExceptionSystemExceptionpublic ExpandoValue addValue(long companyId, java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, java.util.Date[] data) throws PortalException, SystemException
addValue in interface ExpandoValueLocalServicePortalExceptionSystemExceptionpublic ExpandoValue addValue(long companyId, java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, double data) throws PortalException, SystemException
addValue in interface ExpandoValueLocalServicePortalExceptionSystemExceptionpublic ExpandoValue addValue(long companyId, java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, double[] data) throws PortalException, SystemException
addValue in interface ExpandoValueLocalServicePortalExceptionSystemExceptionpublic ExpandoValue addValue(long companyId, java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, float data) throws PortalException, SystemException
addValue in interface ExpandoValueLocalServicePortalExceptionSystemExceptionpublic ExpandoValue addValue(long companyId, java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, float[] data) throws PortalException, SystemException
addValue in interface ExpandoValueLocalServicePortalExceptionSystemExceptionpublic ExpandoValue addValue(long companyId, java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, int data) throws PortalException, SystemException
addValue in interface ExpandoValueLocalServicePortalExceptionSystemExceptionpublic ExpandoValue addValue(long companyId, java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, int[] data) throws PortalException, SystemException
addValue in interface ExpandoValueLocalServicePortalExceptionSystemExceptionpublic ExpandoValue addValue(long companyId, java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, long data) throws PortalException, SystemException
addValue in interface ExpandoValueLocalServicePortalExceptionSystemExceptionpublic ExpandoValue addValue(long companyId, java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, long[] data) throws PortalException, SystemException
addValue in interface ExpandoValueLocalServicePortalExceptionSystemExceptionpublic ExpandoValue addValue(long companyId, java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, java.util.Map<java.util.Locale,?> dataMap, java.util.Locale defautlLocale) throws PortalException, SystemException
addValue in interface ExpandoValueLocalServicePortalExceptionSystemExceptionpublic ExpandoValue addValue(long companyId, java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, java.lang.Number data) throws PortalException, SystemException
addValue in interface ExpandoValueLocalServicePortalExceptionSystemExceptionpublic ExpandoValue addValue(long companyId, java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, java.lang.Number[] data) throws PortalException, SystemException
addValue in interface ExpandoValueLocalServicePortalExceptionSystemExceptionpublic ExpandoValue addValue(long companyId, java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, java.lang.Object data) throws PortalException, SystemException
addValue in interface ExpandoValueLocalServicePortalExceptionSystemExceptionpublic ExpandoValue addValue(long companyId, java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, short data) throws PortalException, SystemException
addValue in interface ExpandoValueLocalServicePortalExceptionSystemExceptionpublic ExpandoValue addValue(long companyId, java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, short[] data) throws PortalException, SystemException
addValue in interface ExpandoValueLocalServicePortalExceptionSystemExceptionpublic ExpandoValue addValue(long companyId, java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, java.lang.String data) throws PortalException, SystemException
addValue in interface ExpandoValueLocalServicePortalExceptionSystemExceptionpublic ExpandoValue addValue(long companyId, java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, java.lang.String[] data) throws PortalException, SystemException
addValue in interface ExpandoValueLocalServicePortalExceptionSystemExceptionpublic ExpandoValue addValue(java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, boolean data) throws PortalException, SystemException
addValue(long, String,
String, String, long, boolean[])addValue in interface ExpandoValueLocalServicePortalExceptionSystemExceptionpublic ExpandoValue addValue(java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, boolean[] data) throws PortalException, SystemException
addValue(long, String,
String, String, long, boolean[])addValue in interface ExpandoValueLocalServicePortalExceptionSystemExceptionpublic ExpandoValue addValue(java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, java.util.Date data) throws PortalException, SystemException
addValue(long, String,
String, String, long, Date[])addValue in interface ExpandoValueLocalServicePortalExceptionSystemExceptionpublic ExpandoValue addValue(java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, java.util.Date[] data) throws PortalException, SystemException
addValue(long, String,
String, String, long, Date[])addValue in interface ExpandoValueLocalServicePortalExceptionSystemExceptionpublic ExpandoValue addValue(java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, double data) throws PortalException, SystemException
addValue(long, String,
String, String, long, double[])addValue in interface ExpandoValueLocalServicePortalExceptionSystemExceptionpublic ExpandoValue addValue(java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, double[] data) throws PortalException, SystemException
addValue(long, String,
String, String, long, double[])addValue in interface ExpandoValueLocalServicePortalExceptionSystemExceptionpublic ExpandoValue addValue(java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, float data) throws PortalException, SystemException
addValue(long, String,
String, String, long, float[])addValue in interface ExpandoValueLocalServicePortalExceptionSystemExceptionpublic ExpandoValue addValue(java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, float[] data) throws PortalException, SystemException
addValue(long, String,
String, String, long, float[])addValue in interface ExpandoValueLocalServicePortalExceptionSystemExceptionpublic ExpandoValue addValue(java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, int data) throws PortalException, SystemException
addValue(long, String,
String, String, long, int[])addValue in interface ExpandoValueLocalServicePortalExceptionSystemExceptionpublic ExpandoValue addValue(java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, int[] data) throws PortalException, SystemException
addValue(long, String,
String, String, long, int[])addValue in interface ExpandoValueLocalServicePortalExceptionSystemExceptionpublic ExpandoValue addValue(java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, long data) throws PortalException, SystemException
addValue(long, String,
String, String, long, long[])addValue in interface ExpandoValueLocalServicePortalExceptionSystemExceptionpublic ExpandoValue addValue(java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, long[] data) throws PortalException, SystemException
addValue(long, String,
String, String, long, long[])addValue in interface ExpandoValueLocalServicePortalExceptionSystemExceptionpublic ExpandoValue addValue(java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, java.lang.Object data) throws PortalException, SystemException
addValue(long, String,
String, String, long, Object)addValue in interface ExpandoValueLocalServicePortalExceptionSystemExceptionpublic ExpandoValue addValue(java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, short data) throws PortalException, SystemException
addValue(long, String,
String, String, long, short[])addValue in interface ExpandoValueLocalServicePortalExceptionSystemExceptionpublic ExpandoValue addValue(java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, short[] data) throws PortalException, SystemException
addValue(long, String,
String, String, long, short[])addValue in interface ExpandoValueLocalServicePortalExceptionSystemExceptionpublic ExpandoValue addValue(java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, java.lang.String data) throws PortalException, SystemException
addValue(long, String,
String, String, long, String[])addValue in interface ExpandoValueLocalServicePortalExceptionSystemExceptionpublic ExpandoValue addValue(java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK, java.lang.String[] data) throws PortalException, SystemException
addValue(long, String,
String, String, long, String[])addValue in interface ExpandoValueLocalServicePortalExceptionSystemExceptionpublic void addValues(long classNameId,
long tableId,
java.util.List<ExpandoColumn> columns,
long classPK,
java.util.Map<java.lang.String,java.lang.String> data)
throws PortalException,
SystemException
addValues in interface ExpandoValueLocalServicePortalExceptionSystemExceptionpublic void addValues(long companyId,
long classNameId,
java.lang.String tableName,
long classPK,
java.util.Map<java.lang.String,java.io.Serializable> attributes)
throws PortalException,
SystemException
addValues in interface ExpandoValueLocalServicePortalExceptionSystemExceptionpublic void addValues(long companyId,
java.lang.String className,
java.lang.String tableName,
long classPK,
java.util.Map<java.lang.String,java.io.Serializable> attributes)
throws PortalException,
SystemException
addValues in interface ExpandoValueLocalServicePortalExceptionSystemExceptionpublic void deleteColumnValues(long columnId)
throws SystemException
deleteColumnValues in interface ExpandoValueLocalServiceSystemExceptionpublic void deleteRowValues(long rowId)
throws SystemException
deleteRowValues in interface ExpandoValueLocalServiceSystemExceptionpublic void deleteTableValues(long tableId)
throws SystemException
deleteTableValues in interface ExpandoValueLocalServiceSystemExceptionpublic void deleteValue(ExpandoValue value) throws SystemException
deleteValue in interface ExpandoValueLocalServiceSystemExceptionpublic void deleteValue(long valueId)
throws PortalException,
SystemException
deleteValue in interface ExpandoValueLocalServicePortalExceptionSystemExceptionpublic void deleteValue(long columnId,
long rowId)
throws PortalException,
SystemException
deleteValue in interface ExpandoValueLocalServicePortalExceptionSystemExceptionpublic void deleteValue(long companyId,
long classNameId,
java.lang.String tableName,
java.lang.String columnName,
long classPK)
throws PortalException,
SystemException
deleteValue in interface ExpandoValueLocalServicePortalExceptionSystemExceptionpublic void deleteValue(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK)
throws PortalException,
SystemException
deleteValue in interface ExpandoValueLocalServicePortalExceptionSystemExceptionpublic void deleteValues(long classNameId,
long classPK)
throws SystemException
deleteValues in interface ExpandoValueLocalServiceSystemExceptionpublic void deleteValues(java.lang.String className,
long classPK)
throws SystemException
deleteValues in interface ExpandoValueLocalServiceSystemExceptionpublic java.util.List<ExpandoValue> getColumnValues(long columnId, int start, int end) throws SystemException
getColumnValues in interface ExpandoValueLocalServiceSystemExceptionpublic java.util.List<ExpandoValue> getColumnValues(long companyId, long classNameId, java.lang.String tableName, java.lang.String columnName, int start, int end) throws SystemException
getColumnValues in interface ExpandoValueLocalServiceSystemExceptionpublic java.util.List<ExpandoValue> getColumnValues(long companyId, long classNameId, java.lang.String tableName, java.lang.String columnName, java.lang.String data, int start, int end) throws SystemException
getColumnValues in interface ExpandoValueLocalServiceSystemExceptionpublic java.util.List<ExpandoValue> getColumnValues(long companyId, java.lang.String className, java.lang.String tableName, java.lang.String columnName, int start, int end) throws SystemException
getColumnValues in interface ExpandoValueLocalServiceSystemExceptionpublic java.util.List<ExpandoValue> getColumnValues(long companyId, java.lang.String className, java.lang.String tableName, java.lang.String columnName, java.lang.String data, int start, int end) throws SystemException
getColumnValues in interface ExpandoValueLocalServiceSystemExceptionpublic java.util.List<ExpandoValue> getColumnValues(java.lang.String className, java.lang.String tableName, java.lang.String columnName, java.lang.String data, int start, int end) throws SystemException
getColumnValues(long,
String, String, String, String, int, int)getColumnValues in interface ExpandoValueLocalServiceSystemExceptionpublic int getColumnValuesCount(long columnId)
throws SystemException
getColumnValuesCount in interface ExpandoValueLocalServiceSystemExceptionpublic int getColumnValuesCount(long companyId,
long classNameId,
java.lang.String tableName,
java.lang.String columnName)
throws SystemException
getColumnValuesCount in interface ExpandoValueLocalServiceSystemExceptionpublic int getColumnValuesCount(long companyId,
long classNameId,
java.lang.String tableName,
java.lang.String columnName,
java.lang.String data)
throws SystemException
getColumnValuesCount in interface ExpandoValueLocalServiceSystemExceptionpublic int getColumnValuesCount(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName)
throws SystemException
getColumnValuesCount in interface ExpandoValueLocalServiceSystemExceptionpublic int getColumnValuesCount(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
java.lang.String data)
throws SystemException
getColumnValuesCount in interface ExpandoValueLocalServiceSystemExceptionpublic int getColumnValuesCount(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
java.lang.String data)
throws SystemException
getColumnValuesCount(long,
String, String, String, String)getColumnValuesCount in interface ExpandoValueLocalServiceSystemExceptionpublic java.util.Map<java.lang.String,java.io.Serializable> getData(long companyId,
java.lang.String className,
java.lang.String tableName,
java.util.Collection<java.lang.String> columnNames,
long classPK)
throws PortalException,
SystemException
getData in interface ExpandoValueLocalServicePortalExceptionSystemExceptionpublic java.io.Serializable getData(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK)
throws PortalException,
SystemException
getData in interface ExpandoValueLocalServicePortalExceptionSystemExceptionpublic boolean getData(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
boolean defaultData)
throws PortalException,
SystemException
getData in interface ExpandoValueLocalServicePortalExceptionSystemExceptionpublic boolean[] getData(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
boolean[] defaultData)
throws PortalException,
SystemException
getData in interface ExpandoValueLocalServicePortalExceptionSystemExceptionpublic java.util.Date getData(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
java.util.Date defaultData)
throws PortalException,
SystemException
getData in interface ExpandoValueLocalServicePortalExceptionSystemExceptionpublic java.util.Date[] getData(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
java.util.Date[] defaultData)
throws PortalException,
SystemException
getData in interface ExpandoValueLocalServicePortalExceptionSystemExceptionpublic double getData(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
double defaultData)
throws PortalException,
SystemException
getData in interface ExpandoValueLocalServicePortalExceptionSystemExceptionpublic double[] getData(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
double[] defaultData)
throws PortalException,
SystemException
getData in interface ExpandoValueLocalServicePortalExceptionSystemExceptionpublic float getData(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
float defaultData)
throws PortalException,
SystemException
getData in interface ExpandoValueLocalServicePortalExceptionSystemExceptionpublic float[] getData(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
float[] defaultData)
throws PortalException,
SystemException
getData in interface ExpandoValueLocalServicePortalExceptionSystemExceptionpublic int getData(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
int defaultData)
throws PortalException,
SystemException
getData in interface ExpandoValueLocalServicePortalExceptionSystemExceptionpublic int[] getData(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
int[] defaultData)
throws PortalException,
SystemException
getData in interface ExpandoValueLocalServicePortalExceptionSystemExceptionpublic long getData(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
long defaultData)
throws PortalException,
SystemException
getData in interface ExpandoValueLocalServicePortalExceptionSystemExceptionpublic long[] getData(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
long[] defaultData)
throws PortalException,
SystemException
getData in interface ExpandoValueLocalServicePortalExceptionSystemExceptionpublic java.util.Map<?,?> getData(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
java.util.Map<?,?> defaultData)
throws PortalException,
SystemException
getData in interface ExpandoValueLocalServicePortalExceptionSystemExceptionpublic java.lang.Number getData(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
java.lang.Number defaultData)
throws PortalException,
SystemException
getData in interface ExpandoValueLocalServicePortalExceptionSystemExceptionpublic java.lang.Number[] getData(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
java.lang.Number[] defaultData)
throws PortalException,
SystemException
getData in interface ExpandoValueLocalServicePortalExceptionSystemExceptionpublic short getData(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
short defaultData)
throws PortalException,
SystemException
getData in interface ExpandoValueLocalServicePortalExceptionSystemExceptionpublic short[] getData(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
short[] defaultData)
throws PortalException,
SystemException
getData in interface ExpandoValueLocalServicePortalExceptionSystemExceptionpublic java.lang.String getData(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
java.lang.String defaultData)
throws PortalException,
SystemException
getData in interface ExpandoValueLocalServicePortalExceptionSystemExceptionpublic java.lang.String[] getData(long companyId,
java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
java.lang.String[] defaultData)
throws PortalException,
SystemException
getData in interface ExpandoValueLocalServicePortalExceptionSystemExceptionpublic java.io.Serializable getData(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK)
throws PortalException,
SystemException
getData(long, String,
String, String, long)getData in interface ExpandoValueLocalServicePortalExceptionSystemExceptionpublic boolean getData(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
boolean defaultData)
throws PortalException,
SystemException
getData(long, String,
String, String, long, boolean[])getData in interface ExpandoValueLocalServicePortalExceptionSystemExceptionpublic boolean[] getData(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
boolean[] defaultData)
throws PortalException,
SystemException
getData(long, String,
String, String, long, boolean[])getData in interface ExpandoValueLocalServicePortalExceptionSystemExceptionpublic java.util.Date getData(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
java.util.Date defaultData)
throws PortalException,
SystemException
getData(long, String,
String, String, long, Date[])getData in interface ExpandoValueLocalServicePortalExceptionSystemExceptionpublic java.util.Date[] getData(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
java.util.Date[] defaultData)
throws PortalException,
SystemException
getData(long, String,
String, String, long, Date[])getData in interface ExpandoValueLocalServicePortalExceptionSystemExceptionpublic double getData(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
double defaultData)
throws PortalException,
SystemException
getData(long, String,
String, String, long, double[])getData in interface ExpandoValueLocalServicePortalExceptionSystemExceptionpublic double[] getData(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
double[] defaultData)
throws PortalException,
SystemException
getData(long, String,
String, String, long, double[])getData in interface ExpandoValueLocalServicePortalExceptionSystemExceptionpublic float getData(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
float defaultData)
throws PortalException,
SystemException
getData(long, String,
String, String, long, float[])getData in interface ExpandoValueLocalServicePortalExceptionSystemExceptionpublic float[] getData(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
float[] defaultData)
throws PortalException,
SystemException
getData(long, String,
String, String, long, float[])getData in interface ExpandoValueLocalServicePortalExceptionSystemExceptionpublic int getData(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
int defaultData)
throws PortalException,
SystemException
getData(long, String,
String, String, long, int[])getData in interface ExpandoValueLocalServicePortalExceptionSystemExceptionpublic int[] getData(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
int[] defaultData)
throws PortalException,
SystemException
getData(long, String,
String, String, long, int[])getData in interface ExpandoValueLocalServicePortalExceptionSystemExceptionpublic long getData(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
long defaultData)
throws PortalException,
SystemException
getData(long, String,
String, String, long, long[])getData in interface ExpandoValueLocalServicePortalExceptionSystemExceptionpublic long[] getData(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
long[] defaultData)
throws PortalException,
SystemException
getData(long, String,
String, String, long, long[])getData in interface ExpandoValueLocalServicePortalExceptionSystemExceptionpublic short getData(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
short defaultData)
throws PortalException,
SystemException
getData(long, String,
String, String, long, short[])getData in interface ExpandoValueLocalServicePortalExceptionSystemExceptionpublic short[] getData(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
short[] defaultData)
throws PortalException,
SystemException
getData(long, String,
String, String, long, short[])getData in interface ExpandoValueLocalServicePortalExceptionSystemExceptionpublic java.lang.String getData(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
java.lang.String defaultData)
throws PortalException,
SystemException
getData(long, String,
String, String, long, String[])getData in interface ExpandoValueLocalServicePortalExceptionSystemExceptionpublic java.lang.String[] getData(java.lang.String className,
java.lang.String tableName,
java.lang.String columnName,
long classPK,
java.lang.String[] defaultData)
throws PortalException,
SystemException
getData(long, String,
String, String, long, String[])getData in interface ExpandoValueLocalServicePortalExceptionSystemExceptionpublic java.util.List<ExpandoValue> getDefaultTableColumnValues(long companyId, long classNameId, java.lang.String columnName, int start, int end) throws SystemException
getDefaultTableColumnValues in interface ExpandoValueLocalServiceSystemExceptionpublic java.util.List<ExpandoValue> getDefaultTableColumnValues(long companyId, java.lang.String className, java.lang.String columnName, int start, int end) throws SystemException
getDefaultTableColumnValues in interface ExpandoValueLocalServiceSystemExceptionpublic int getDefaultTableColumnValuesCount(long companyId,
long classNameId,
java.lang.String columnName)
throws SystemException
getDefaultTableColumnValuesCount in interface ExpandoValueLocalServiceSystemExceptionpublic int getDefaultTableColumnValuesCount(long companyId,
java.lang.String className,
java.lang.String columnName)
throws SystemException
getDefaultTableColumnValuesCount in interface ExpandoValueLocalServiceSystemExceptionpublic java.util.List<ExpandoValue> getRowValues(long rowId) throws SystemException
getRowValues in interface ExpandoValueLocalServiceSystemExceptionpublic java.util.List<ExpandoValue> getRowValues(long rowId, int start, int end) throws SystemException
getRowValues in interface ExpandoValueLocalServiceSystemExceptionpublic java.util.List<ExpandoValue> getRowValues(long companyId, long classNameId, java.lang.String tableName, long classPK, int start, int end) throws SystemException
getRowValues in interface ExpandoValueLocalServiceSystemExceptionpublic java.util.List<ExpandoValue> getRowValues(long companyId, java.lang.String className, java.lang.String tableName, long classPK, int start, int end) throws SystemException
getRowValues in interface ExpandoValueLocalServiceSystemExceptionpublic int getRowValuesCount(long rowId)
throws SystemException
getRowValuesCount in interface ExpandoValueLocalServiceSystemExceptionpublic int getRowValuesCount(long companyId,
long classNameId,
java.lang.String tableName,
long classPK)
throws SystemException
getRowValuesCount in interface ExpandoValueLocalServiceSystemExceptionpublic int getRowValuesCount(long companyId,
java.lang.String className,
java.lang.String tableName,
long classPK)
throws SystemException
getRowValuesCount in interface ExpandoValueLocalServiceSystemExceptionpublic ExpandoValue getValue(long valueId) throws PortalException, SystemException
getValue in interface ExpandoValueLocalServicePortalExceptionSystemExceptionpublic ExpandoValue getValue(long columnId, long rowId) throws PortalException, SystemException
getValue in interface ExpandoValueLocalServicePortalExceptionSystemExceptionpublic ExpandoValue getValue(long tableId, long columnId, long classPK) throws SystemException
getValue in interface ExpandoValueLocalServiceSystemExceptionpublic ExpandoValue getValue(long companyId, long classNameId, java.lang.String tableName, java.lang.String columnName, long classPK) throws SystemException
getValue in interface ExpandoValueLocalServiceSystemExceptionpublic ExpandoValue getValue(long classNameId, java.lang.String tableName, java.lang.String columnName, long classPK) throws SystemException
getValue(long, long, String,
String, long)getValue in interface ExpandoValueLocalServiceSystemExceptionpublic ExpandoValue getValue(long companyId, java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK) throws SystemException
getValue in interface ExpandoValueLocalServiceSystemExceptionpublic ExpandoValue getValue(java.lang.String className, java.lang.String tableName, java.lang.String columnName, long classPK) throws SystemException
getValue(long, String,
String, String, long)getValue in interface ExpandoValueLocalServiceSystemExceptionpublic ExpandoValueLocalService getWrappedExpandoValueLocalService()
getWrappedService()public void setWrappedExpandoValueLocalService(ExpandoValueLocalService expandoValueLocalService)
setWrappedService(com.liferay.portlet.expando.service.ExpandoValueLocalService)public ExpandoValueLocalService getWrappedService()
getWrappedService in interface ServiceWrapper<ExpandoValueLocalService>public void setWrappedService(ExpandoValueLocalService expandoValueLocalService)
setWrappedService in interface ServiceWrapper<ExpandoValueLocalService>