|
Liferay 6.0.5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.liferay.portlet.expando.service.ExpandoValueLocalServiceWrapper
public class ExpandoValueLocalServiceWrapper
This class is a wrapper for ExpandoValueLocalService
.
ExpandoValueLocalService
Constructor Summary | |
---|---|
ExpandoValueLocalServiceWrapper(ExpandoValueLocalService expandoValueLocalService)
|
Method Summary | |
---|---|
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,
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)
|
ExpandoValue |
addValue(String className,
String tableName,
String columnName,
long classPK,
boolean data)
Deprecated. addValue(long, String, String, String, long,
boolean[]) |
ExpandoValue |
addValue(String className,
String tableName,
String columnName,
long classPK,
boolean[] data)
Deprecated. addValue(long, String, String, String, long,
boolean[]) |
ExpandoValue |
addValue(String className,
String tableName,
String columnName,
long classPK,
Date data)
Deprecated. addValue(long, String, String, String, long, Date[]) |
ExpandoValue |
addValue(String className,
String tableName,
String columnName,
long classPK,
Date[] data)
Deprecated. addValue(long, String, String, String, long, Date[]) |
ExpandoValue |
addValue(String className,
String tableName,
String columnName,
long classPK,
double data)
Deprecated. addValue(long, String, String, String, long,
double[]) |
ExpandoValue |
addValue(String className,
String tableName,
String columnName,
long classPK,
double[] data)
Deprecated. addValue(long, String, String, String, long,
double[]) |
ExpandoValue |
addValue(String className,
String tableName,
String columnName,
long classPK,
float data)
Deprecated. addValue(long, String, String, String, long,
float[]) |
ExpandoValue |
addValue(String className,
String tableName,
String columnName,
long classPK,
float[] data)
Deprecated. addValue(long, String, String, String, long,
float[]) |
ExpandoValue |
addValue(String className,
String tableName,
String columnName,
long classPK,
int data)
Deprecated. addValue(long, String, String, String, long, int[]) |
ExpandoValue |
addValue(String className,
String tableName,
String columnName,
long classPK,
int[] data)
Deprecated. addValue(long, String, String, String, long, int[]) |
ExpandoValue |
addValue(String className,
String tableName,
String columnName,
long classPK,
long data)
Deprecated. addValue(long, String, String, String, long, long[]) |
ExpandoValue |
addValue(String className,
String tableName,
String columnName,
long classPK,
long[] data)
Deprecated. addValue(long, String, String, String, long, long[]) |
ExpandoValue |
addValue(String className,
String tableName,
String columnName,
long classPK,
Object data)
Deprecated. addValue(long, String, String, String, long, Object) |
ExpandoValue |
addValue(String className,
String tableName,
String columnName,
long classPK,
short data)
Deprecated. addValue(long, String, String, String, long,
short[]) |
ExpandoValue |
addValue(String className,
String tableName,
String columnName,
long classPK,
short[] data)
Deprecated. addValue(long, String, String, String, long,
short[]) |
ExpandoValue |
addValue(String className,
String tableName,
String columnName,
long classPK,
String data)
Deprecated. addValue(long, String, String, String, long,
String[]) |
ExpandoValue |
addValue(String className,
String tableName,
String columnName,
long classPK,
String[] data)
Deprecated. addValue(long, String, String, String, long,
String[]) |
void |
addValues(long classNameId,
long tableId,
List<ExpandoColumn> columns,
long classPK,
Map<String,String> data)
|
ExpandoValue |
createExpandoValue(long valueId)
Creates a new expando value with the primary key. |
void |
deleteColumnValues(long columnId)
|
void |
deleteExpandoValue(ExpandoValue expandoValue)
Deletes the expando value from the database. |
void |
deleteExpandoValue(long valueId)
Deletes the expando value with the primary key from the database. |
void |
deleteRowValues(long rowId)
|
void |
deleteTableValues(long tableId)
|
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)
|
List |
dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
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)
Counts the number of rows that match the dynamic query. |
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(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(String className,
String tableName,
String columnName,
String data)
|
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)
|
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)
|
Serializable |
getData(String className,
String tableName,
String columnName,
long classPK)
Deprecated. getData(long, String, String, String, long) |
boolean |
getData(String className,
String tableName,
String columnName,
long classPK,
boolean defaultData)
Deprecated. getData(long, String, String, String, long,
boolean[]) |
boolean[] |
getData(String className,
String tableName,
String columnName,
long classPK,
boolean[] defaultData)
Deprecated. getData(long, String, String, String, long,
boolean[]) |
Date |
getData(String className,
String tableName,
String columnName,
long classPK,
Date defaultData)
Deprecated. getData(long, String, String, String, long, Date[]) |
Date[] |
getData(String className,
String tableName,
String columnName,
long classPK,
Date[] defaultData)
Deprecated. getData(long, String, String, String, long, Date[]) |
double |
getData(String className,
String tableName,
String columnName,
long classPK,
double defaultData)
Deprecated. getData(long, String, String, String, long,
double[]) |
double[] |
getData(String className,
String tableName,
String columnName,
long classPK,
double[] defaultData)
Deprecated. getData(long, String, String, String, long,
double[]) |
float |
getData(String className,
String tableName,
String columnName,
long classPK,
float defaultData)
Deprecated. getData(long, String, String, String, long, float[]) |
float[] |
getData(String className,
String tableName,
String columnName,
long classPK,
float[] defaultData)
Deprecated. getData(long, String, String, String, long, float[]) |
int |
getData(String className,
String tableName,
String columnName,
long classPK,
int defaultData)
Deprecated. getData(long, String, String, String, long, int[]) |
int[] |
getData(String className,
String tableName,
String columnName,
long classPK,
int[] defaultData)
Deprecated. getData(long, String, String, String, long, int[]) |
long |
getData(String className,
String tableName,
String columnName,
long classPK,
long defaultData)
Deprecated. getData(long, String, String, String, long, long[]) |
long[] |
getData(String className,
String tableName,
String columnName,
long classPK,
long[] defaultData)
Deprecated. getData(long, String, String, String, long, long[]) |
short |
getData(String className,
String tableName,
String columnName,
long classPK,
short defaultData)
Deprecated. getData(long, String, String, String, long, short[]) |
short[] |
getData(String className,
String tableName,
String columnName,
long classPK,
short[] defaultData)
Deprecated. getData(long, String, String, String, long, short[]) |
String |
getData(String className,
String tableName,
String columnName,
long classPK,
String defaultData)
Deprecated. getData(long, String, String, String, long,
String[]) |
String[] |
getData(String className,
String tableName,
String columnName,
long classPK,
String[] defaultData)
Deprecated. getData(long, String, String, String, long,
String[]) |
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)
Gets the expando value with the primary key. |
List<ExpandoValue> |
getExpandoValues(int start,
int end)
Gets a range of all the expando values. |
int |
getExpandoValuesCount()
Gets the number of expando values. |
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 |
getWrappedExpandoValueLocalService()
|
ExpandoValue |
updateExpandoValue(ExpandoValue expandoValue)
Updates the expando value in the database. |
ExpandoValue |
updateExpandoValue(ExpandoValue expandoValue,
boolean merge)
Updates the expando value in the database. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExpandoValueLocalServiceWrapper(ExpandoValueLocalService expandoValueLocalService)
Method Detail |
---|
public ExpandoValue addExpandoValue(ExpandoValue expandoValue) throws SystemException
addExpandoValue
in interface ExpandoValueLocalService
expandoValue
- the expando value to add
SystemException
- if a system exception occurredpublic ExpandoValue createExpandoValue(long valueId)
createExpandoValue
in interface ExpandoValueLocalService
valueId
- the primary key for the new expando value
public void deleteExpandoValue(long valueId) throws PortalException, SystemException
deleteExpandoValue
in interface ExpandoValueLocalService
valueId
- the primary key of the expando value to delete
PortalException
- if a expando value with the primary key could not be found
SystemException
- if a system exception occurredpublic void deleteExpandoValue(ExpandoValue expandoValue) throws SystemException
deleteExpandoValue
in interface ExpandoValueLocalService
expandoValue
- the expando value to delete
SystemException
- if a system exception occurredpublic List dynamicQuery(DynamicQuery dynamicQuery) throws SystemException
dynamicQuery
in interface ExpandoValueLocalService
dynamicQuery
- the dynamic query to search with
SystemException
- if a system exception occurredpublic 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.
dynamicQuery
in interface ExpandoValueLocalService
dynamicQuery
- the dynamic query to search withstart
- the lower bound of the range of model instances to returnend
- the upper bound of the range of model instances to return (not inclusive)
SystemException
- if a system exception occurredpublic 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.
dynamicQuery
in interface ExpandoValueLocalService
dynamicQuery
- the dynamic query to search withstart
- the lower bound of the range of model instances to returnend
- the upper bound of the range of model instances to return (not inclusive)orderByComparator
- the comparator to order the results by
SystemException
- if a system exception occurredpublic long dynamicQueryCount(DynamicQuery dynamicQuery) throws SystemException
dynamicQueryCount
in interface ExpandoValueLocalService
dynamicQuery
- the dynamic query to search with
SystemException
- if a system exception occurredpublic ExpandoValue getExpandoValue(long valueId) throws PortalException, SystemException
getExpandoValue
in interface ExpandoValueLocalService
valueId
- the primary key of the expando value to get
PortalException
- if a expando value with the primary key could not be found
SystemException
- if a system exception occurredpublic 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.
getExpandoValues
in interface ExpandoValueLocalService
start
- the lower bound of the range of expando values to returnend
- the upper bound of the range of expando values to return (not inclusive)
SystemException
- if a system exception occurredpublic int getExpandoValuesCount() throws SystemException
getExpandoValuesCount
in interface ExpandoValueLocalService
SystemException
- if a system exception occurredpublic ExpandoValue updateExpandoValue(ExpandoValue expandoValue) throws SystemException
updateExpandoValue
in interface ExpandoValueLocalService
expandoValue
- the expando value to update
SystemException
- if a system exception occurredpublic ExpandoValue updateExpandoValue(ExpandoValue expandoValue, boolean merge) throws SystemException
updateExpandoValue
in interface ExpandoValueLocalService
expandoValue
- the expando value to updatemerge
- whether to merge the expando value with the current session. See BatchSession.update(com.liferay.portal.kernel.dao.orm.Session, com.liferay.portal.model.BaseModel, boolean)
for an explanation.
SystemException
- if a system exception occurredpublic ExpandoValue addValue(long classNameId, long tableId, long columnId, long classPK, String data) throws PortalException, SystemException
addValue
in interface ExpandoValueLocalService
PortalException
SystemException
public ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, boolean data) throws PortalException, SystemException
addValue
in interface ExpandoValueLocalService
PortalException
SystemException
public ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, boolean[] data) throws PortalException, SystemException
addValue
in interface ExpandoValueLocalService
PortalException
SystemException
public ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, Date data) throws PortalException, SystemException
addValue
in interface ExpandoValueLocalService
PortalException
SystemException
public ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, Date[] data) throws PortalException, SystemException
addValue
in interface ExpandoValueLocalService
PortalException
SystemException
public ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, double data) throws PortalException, SystemException
addValue
in interface ExpandoValueLocalService
PortalException
SystemException
public ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, double[] data) throws PortalException, SystemException
addValue
in interface ExpandoValueLocalService
PortalException
SystemException
public ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, float data) throws PortalException, SystemException
addValue
in interface ExpandoValueLocalService
PortalException
SystemException
public ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, float[] data) throws PortalException, SystemException
addValue
in interface ExpandoValueLocalService
PortalException
SystemException
public ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, int data) throws PortalException, SystemException
addValue
in interface ExpandoValueLocalService
PortalException
SystemException
public ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, int[] data) throws PortalException, SystemException
addValue
in interface ExpandoValueLocalService
PortalException
SystemException
public ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, long data) throws PortalException, SystemException
addValue
in interface ExpandoValueLocalService
PortalException
SystemException
public ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, long[] data) throws PortalException, SystemException
addValue
in interface ExpandoValueLocalService
PortalException
SystemException
public ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, Object data) throws PortalException, SystemException
addValue
in interface ExpandoValueLocalService
PortalException
SystemException
public ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, short data) throws PortalException, SystemException
addValue
in interface ExpandoValueLocalService
PortalException
SystemException
public ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, short[] data) throws PortalException, SystemException
addValue
in interface ExpandoValueLocalService
PortalException
SystemException
public ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, String data) throws PortalException, SystemException
addValue
in interface ExpandoValueLocalService
PortalException
SystemException
public ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, String[] data) throws PortalException, SystemException
addValue
in interface ExpandoValueLocalService
PortalException
SystemException
public ExpandoValue addValue(String className, String tableName, String columnName, long classPK, boolean data) throws PortalException, SystemException
addValue(long, String, String, String, long,
boolean[])
addValue
in interface ExpandoValueLocalService
PortalException
SystemException
public ExpandoValue addValue(String className, String tableName, String columnName, long classPK, boolean[] data) throws PortalException, SystemException
addValue(long, String, String, String, long,
boolean[])
addValue
in interface ExpandoValueLocalService
PortalException
SystemException
public ExpandoValue addValue(String className, String tableName, String columnName, long classPK, Date data) throws PortalException, SystemException
addValue(long, String, String, String, long, Date[])
addValue
in interface ExpandoValueLocalService
PortalException
SystemException
public ExpandoValue addValue(String className, String tableName, String columnName, long classPK, Date[] data) throws PortalException, SystemException
addValue(long, String, String, String, long, Date[])
addValue
in interface ExpandoValueLocalService
PortalException
SystemException
public ExpandoValue addValue(String className, String tableName, String columnName, long classPK, double data) throws PortalException, SystemException
addValue(long, String, String, String, long,
double[])
addValue
in interface ExpandoValueLocalService
PortalException
SystemException
public ExpandoValue addValue(String className, String tableName, String columnName, long classPK, double[] data) throws PortalException, SystemException
addValue(long, String, String, String, long,
double[])
addValue
in interface ExpandoValueLocalService
PortalException
SystemException
public ExpandoValue addValue(String className, String tableName, String columnName, long classPK, float data) throws PortalException, SystemException
addValue(long, String, String, String, long,
float[])
addValue
in interface ExpandoValueLocalService
PortalException
SystemException
public ExpandoValue addValue(String className, String tableName, String columnName, long classPK, float[] data) throws PortalException, SystemException
addValue(long, String, String, String, long,
float[])
addValue
in interface ExpandoValueLocalService
PortalException
SystemException
public ExpandoValue addValue(String className, String tableName, String columnName, long classPK, int data) throws PortalException, SystemException
addValue(long, String, String, String, long, int[])
addValue
in interface ExpandoValueLocalService
PortalException
SystemException
public ExpandoValue addValue(String className, String tableName, String columnName, long classPK, int[] data) throws PortalException, SystemException
addValue(long, String, String, String, long, int[])
addValue
in interface ExpandoValueLocalService
PortalException
SystemException
public ExpandoValue addValue(String className, String tableName, String columnName, long classPK, long data) throws PortalException, SystemException
addValue(long, String, String, String, long, long[])
addValue
in interface ExpandoValueLocalService
PortalException
SystemException
public ExpandoValue addValue(String className, String tableName, String columnName, long classPK, long[] data) throws PortalException, SystemException
addValue(long, String, String, String, long, long[])
addValue
in interface ExpandoValueLocalService
PortalException
SystemException
public ExpandoValue addValue(String className, String tableName, String columnName, long classPK, Object data) throws PortalException, SystemException
addValue(long, String, String, String, long, Object)
addValue
in interface ExpandoValueLocalService
PortalException
SystemException
public ExpandoValue addValue(String className, String tableName, String columnName, long classPK, short data) throws PortalException, SystemException
addValue(long, String, String, String, long,
short[])
addValue
in interface ExpandoValueLocalService
PortalException
SystemException
public ExpandoValue addValue(String className, String tableName, String columnName, long classPK, short[] data) throws PortalException, SystemException
addValue(long, String, String, String, long,
short[])
addValue
in interface ExpandoValueLocalService
PortalException
SystemException
public ExpandoValue addValue(String className, String tableName, String columnName, long classPK, String data) throws PortalException, SystemException
addValue(long, String, String, String, long,
String[])
addValue
in interface ExpandoValueLocalService
PortalException
SystemException
public ExpandoValue addValue(String className, String tableName, String columnName, long classPK, String[] data) throws PortalException, SystemException
addValue(long, String, String, String, long,
String[])
addValue
in interface ExpandoValueLocalService
PortalException
SystemException
public void addValues(long classNameId, long tableId, List<ExpandoColumn> columns, long classPK, Map<String,String> data) throws PortalException, SystemException
addValues
in interface ExpandoValueLocalService
PortalException
SystemException
public void deleteColumnValues(long columnId) throws SystemException
deleteColumnValues
in interface ExpandoValueLocalService
SystemException
public void deleteRowValues(long rowId) throws SystemException
deleteRowValues
in interface ExpandoValueLocalService
SystemException
public void deleteTableValues(long tableId) throws SystemException
deleteTableValues
in interface ExpandoValueLocalService
SystemException
public void deleteValue(long valueId) throws PortalException, SystemException
deleteValue
in interface ExpandoValueLocalService
PortalException
SystemException
public void deleteValue(long columnId, long rowId) throws PortalException, SystemException
deleteValue
in interface ExpandoValueLocalService
PortalException
SystemException
public void deleteValue(long companyId, long classNameId, String tableName, String columnName, long classPK) throws PortalException, SystemException
deleteValue
in interface ExpandoValueLocalService
PortalException
SystemException
public void deleteValue(long companyId, String className, String tableName, String columnName, long classPK) throws PortalException, SystemException
deleteValue
in interface ExpandoValueLocalService
PortalException
SystemException
public void deleteValues(long classNameId, long classPK) throws SystemException
deleteValues
in interface ExpandoValueLocalService
SystemException
public void deleteValues(String className, long classPK) throws SystemException
deleteValues
in interface ExpandoValueLocalService
SystemException
public List<ExpandoValue> getColumnValues(long columnId, int start, int end) throws SystemException
getColumnValues
in interface ExpandoValueLocalService
SystemException
public List<ExpandoValue> getColumnValues(long companyId, long classNameId, String tableName, String columnName, int start, int end) throws SystemException
getColumnValues
in interface ExpandoValueLocalService
SystemException
public List<ExpandoValue> getColumnValues(long companyId, long classNameId, String tableName, String columnName, String data, int start, int end) throws SystemException
getColumnValues
in interface ExpandoValueLocalService
SystemException
public List<ExpandoValue> getColumnValues(long companyId, String className, String tableName, String columnName, int start, int end) throws SystemException
getColumnValues
in interface ExpandoValueLocalService
SystemException
public List<ExpandoValue> getColumnValues(String className, String tableName, String columnName, String data, int start, int end) throws SystemException
getColumnValues
in interface ExpandoValueLocalService
SystemException
public int getColumnValuesCount(long columnId) throws SystemException
getColumnValuesCount
in interface ExpandoValueLocalService
SystemException
public int getColumnValuesCount(long companyId, long classNameId, String tableName, String columnName) throws SystemException
getColumnValuesCount
in interface ExpandoValueLocalService
SystemException
public int getColumnValuesCount(long companyId, long classNameId, String tableName, String columnName, String data) throws SystemException
getColumnValuesCount
in interface ExpandoValueLocalService
SystemException
public int getColumnValuesCount(long companyId, String className, String tableName, String columnName) throws SystemException
getColumnValuesCount
in interface ExpandoValueLocalService
SystemException
public int getColumnValuesCount(String className, String tableName, String columnName, String data) throws SystemException
getColumnValuesCount
in interface ExpandoValueLocalService
SystemException
public Serializable getData(long companyId, String className, String tableName, String columnName, long classPK) throws PortalException, SystemException
getData
in interface ExpandoValueLocalService
PortalException
SystemException
public boolean getData(long companyId, String className, String tableName, String columnName, long classPK, boolean defaultData) throws PortalException, SystemException
getData
in interface ExpandoValueLocalService
PortalException
SystemException
public boolean[] getData(long companyId, String className, String tableName, String columnName, long classPK, boolean[] defaultData) throws PortalException, SystemException
getData
in interface ExpandoValueLocalService
PortalException
SystemException
public Date getData(long companyId, String className, String tableName, String columnName, long classPK, Date defaultData) throws PortalException, SystemException
getData
in interface ExpandoValueLocalService
PortalException
SystemException
public Date[] getData(long companyId, String className, String tableName, String columnName, long classPK, Date[] defaultData) throws PortalException, SystemException
getData
in interface ExpandoValueLocalService
PortalException
SystemException
public double getData(long companyId, String className, String tableName, String columnName, long classPK, double defaultData) throws PortalException, SystemException
getData
in interface ExpandoValueLocalService
PortalException
SystemException
public double[] getData(long companyId, String className, String tableName, String columnName, long classPK, double[] defaultData) throws PortalException, SystemException
getData
in interface ExpandoValueLocalService
PortalException
SystemException
public float getData(long companyId, String className, String tableName, String columnName, long classPK, float defaultData) throws PortalException, SystemException
getData
in interface ExpandoValueLocalService
PortalException
SystemException
public float[] getData(long companyId, String className, String tableName, String columnName, long classPK, float[] defaultData) throws PortalException, SystemException
getData
in interface ExpandoValueLocalService
PortalException
SystemException
public int getData(long companyId, String className, String tableName, String columnName, long classPK, int defaultData) throws PortalException, SystemException
getData
in interface ExpandoValueLocalService
PortalException
SystemException
public int[] getData(long companyId, String className, String tableName, String columnName, long classPK, int[] defaultData) throws PortalException, SystemException
getData
in interface ExpandoValueLocalService
PortalException
SystemException
public long getData(long companyId, String className, String tableName, String columnName, long classPK, long defaultData) throws PortalException, SystemException
getData
in interface ExpandoValueLocalService
PortalException
SystemException
public long[] getData(long companyId, String className, String tableName, String columnName, long classPK, long[] defaultData) throws PortalException, SystemException
getData
in interface ExpandoValueLocalService
PortalException
SystemException
public short getData(long companyId, String className, String tableName, String columnName, long classPK, short defaultData) throws PortalException, SystemException
getData
in interface ExpandoValueLocalService
PortalException
SystemException
public short[] getData(long companyId, String className, String tableName, String columnName, long classPK, short[] defaultData) throws PortalException, SystemException
getData
in interface ExpandoValueLocalService
PortalException
SystemException
public String getData(long companyId, String className, String tableName, String columnName, long classPK, String defaultData) throws PortalException, SystemException
getData
in interface ExpandoValueLocalService
PortalException
SystemException
public String[] getData(long companyId, String className, String tableName, String columnName, long classPK, String[] defaultData) throws PortalException, SystemException
getData
in interface ExpandoValueLocalService
PortalException
SystemException
public Serializable getData(String className, String tableName, String columnName, long classPK) throws PortalException, SystemException
getData(long, String, String, String, long)
getData
in interface ExpandoValueLocalService
PortalException
SystemException
public boolean getData(String className, String tableName, String columnName, long classPK, boolean defaultData) throws PortalException, SystemException
getData(long, String, String, String, long,
boolean[])
getData
in interface ExpandoValueLocalService
PortalException
SystemException
public boolean[] getData(String className, String tableName, String columnName, long classPK, boolean[] defaultData) throws PortalException, SystemException
getData(long, String, String, String, long,
boolean[])
getData
in interface ExpandoValueLocalService
PortalException
SystemException
public Date getData(String className, String tableName, String columnName, long classPK, Date defaultData) throws PortalException, SystemException
getData(long, String, String, String, long, Date[])
getData
in interface ExpandoValueLocalService
PortalException
SystemException
public Date[] getData(String className, String tableName, String columnName, long classPK, Date[] defaultData) throws PortalException, SystemException
getData(long, String, String, String, long, Date[])
getData
in interface ExpandoValueLocalService
PortalException
SystemException
public double getData(String className, String tableName, String columnName, long classPK, double defaultData) throws PortalException, SystemException
getData(long, String, String, String, long,
double[])
getData
in interface ExpandoValueLocalService
PortalException
SystemException
public double[] getData(String className, String tableName, String columnName, long classPK, double[] defaultData) throws PortalException, SystemException
getData(long, String, String, String, long,
double[])
getData
in interface ExpandoValueLocalService
PortalException
SystemException
public float getData(String className, String tableName, String columnName, long classPK, float defaultData) throws PortalException, SystemException
getData(long, String, String, String, long, float[])
getData
in interface ExpandoValueLocalService
PortalException
SystemException
public float[] getData(String className, String tableName, String columnName, long classPK, float[] defaultData) throws PortalException, SystemException
getData(long, String, String, String, long, float[])
getData
in interface ExpandoValueLocalService
PortalException
SystemException
public int getData(String className, String tableName, String columnName, long classPK, int defaultData) throws PortalException, SystemException
getData(long, String, String, String, long, int[])
getData
in interface ExpandoValueLocalService
PortalException
SystemException
public int[] getData(String className, String tableName, String columnName, long classPK, int[] defaultData) throws PortalException, SystemException
getData(long, String, String, String, long, int[])
getData
in interface ExpandoValueLocalService
PortalException
SystemException
public long getData(String className, String tableName, String columnName, long classPK, long defaultData) throws PortalException, SystemException
getData(long, String, String, String, long, long[])
getData
in interface ExpandoValueLocalService
PortalException
SystemException
public long[] getData(String className, String tableName, String columnName, long classPK, long[] defaultData) throws PortalException, SystemException
getData(long, String, String, String, long, long[])
getData
in interface ExpandoValueLocalService
PortalException
SystemException
public short getData(String className, String tableName, String columnName, long classPK, short defaultData) throws PortalException, SystemException
getData(long, String, String, String, long, short[])
getData
in interface ExpandoValueLocalService
PortalException
SystemException
public short[] getData(String className, String tableName, String columnName, long classPK, short[] defaultData) throws PortalException, SystemException
getData(long, String, String, String, long, short[])
getData
in interface ExpandoValueLocalService
PortalException
SystemException
public String getData(String className, String tableName, String columnName, long classPK, String defaultData) throws PortalException, SystemException
getData(long, String, String, String, long,
String[])
getData
in interface ExpandoValueLocalService
PortalException
SystemException
public String[] getData(String className, String tableName, String columnName, long classPK, String[] defaultData) throws PortalException, SystemException
getData(long, String, String, String, long,
String[])
getData
in interface ExpandoValueLocalService
PortalException
SystemException
public List<ExpandoValue> getDefaultTableColumnValues(long companyId, long classNameId, String columnName, int start, int end) throws SystemException
getDefaultTableColumnValues
in interface ExpandoValueLocalService
SystemException
public List<ExpandoValue> getDefaultTableColumnValues(long companyId, String className, String columnName, int start, int end) throws SystemException
getDefaultTableColumnValues
in interface ExpandoValueLocalService
SystemException
public int getDefaultTableColumnValuesCount(long companyId, long classNameId, String columnName) throws SystemException
getDefaultTableColumnValuesCount
in interface ExpandoValueLocalService
SystemException
public int getDefaultTableColumnValuesCount(long companyId, String className, String columnName) throws SystemException
getDefaultTableColumnValuesCount
in interface ExpandoValueLocalService
SystemException
public List<ExpandoValue> getRowValues(long rowId) throws SystemException
getRowValues
in interface ExpandoValueLocalService
SystemException
public List<ExpandoValue> getRowValues(long rowId, int start, int end) throws SystemException
getRowValues
in interface ExpandoValueLocalService
SystemException
public List<ExpandoValue> getRowValues(long companyId, long classNameId, String tableName, long classPK, int start, int end) throws SystemException
getRowValues
in interface ExpandoValueLocalService
SystemException
public List<ExpandoValue> getRowValues(long companyId, String className, String tableName, long classPK, int start, int end) throws SystemException
getRowValues
in interface ExpandoValueLocalService
SystemException
public int getRowValuesCount(long rowId) throws SystemException
getRowValuesCount
in interface ExpandoValueLocalService
SystemException
public int getRowValuesCount(long companyId, long classNameId, String tableName, long classPK) throws SystemException
getRowValuesCount
in interface ExpandoValueLocalService
SystemException
public int getRowValuesCount(long companyId, String className, String tableName, long classPK) throws SystemException
getRowValuesCount
in interface ExpandoValueLocalService
SystemException
public ExpandoValue getValue(long valueId) throws PortalException, SystemException
getValue
in interface ExpandoValueLocalService
PortalException
SystemException
public ExpandoValue getValue(long columnId, long rowId) throws PortalException, SystemException
getValue
in interface ExpandoValueLocalService
PortalException
SystemException
public ExpandoValue getValue(long tableId, long columnId, long classPK) throws SystemException
getValue
in interface ExpandoValueLocalService
SystemException
public ExpandoValue getValue(long companyId, long classNameId, String tableName, String columnName, long classPK) throws SystemException
getValue
in interface ExpandoValueLocalService
SystemException
public ExpandoValue getValue(long companyId, String className, String tableName, String columnName, long classPK) throws SystemException
getValue
in interface ExpandoValueLocalService
SystemException
public ExpandoValueLocalService getWrappedExpandoValueLocalService()
|
Liferay 6.0.5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |