Liferay 6.2-ce-ga5

com.liferay.portlet.expando.service
Interface ExpandoValueLocalService

All Superinterfaces:
BaseLocalService, PersistedModelLocalService
All Known Implementing Classes:
ExpandoValueLocalServiceWrapper

@ProviderType
@Transactional(isolation=PORTAL,
               rollbackFor={PortalException.class,SystemException.class})
public interface ExpandoValueLocalService
extends BaseLocalService, PersistedModelLocalService

Provides the local service interface for ExpandoValue. Methods of this service will not have security checks based on the propagated JAAS credentials because this service can only be accessed from within the same VM.

See Also:
ExpandoValueLocalServiceUtil, com.liferay.portlet.expando.service.base.ExpandoValueLocalServiceBaseImpl, com.liferay.portlet.expando.service.impl.ExpandoValueLocalServiceImpl

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, Map<Locale,?> dataMap, Locale defautlLocale)
           
 ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, Number data)
           
 ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, Number[] data)
           
 ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, Object data)
           
 ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, short data)
           
 ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, short[] data)
           
 ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, String data)
           
 ExpandoValue addValue(long companyId, String className, String tableName, String columnName, long classPK, String[] data)
           
 ExpandoValue addValue(String className, String tableName, String columnName, long classPK, boolean data)
          Deprecated. As of 6.1.0, replaced by addValue(long, String, String, String, long, boolean[])
 ExpandoValue addValue(String className, String tableName, String columnName, long classPK, boolean[] data)
          Deprecated. As of 6.1.0, replaced by addValue(long, String, String, String, long, boolean[])
 ExpandoValue addValue(String className, String tableName, String columnName, long classPK, Date data)
          Deprecated. As of 6.1.0, replaced by addValue(long, String, String, String, long, Date[])
 ExpandoValue addValue(String className, String tableName, String columnName, long classPK, Date[] data)
          Deprecated. As of 6.1.0, replaced by addValue(long, String, String, String, long, Date[])
 ExpandoValue addValue(String className, String tableName, String columnName, long classPK, double data)
          Deprecated. As of 6.1.0, replaced by addValue(long, String, String, String, long, double[])
 ExpandoValue addValue(String className, String tableName, String columnName, long classPK, double[] data)
          Deprecated. As of 6.1.0, replaced by addValue(long, String, String, String, long, double[])
 ExpandoValue addValue(String className, String tableName, String columnName, long classPK, float data)
          Deprecated. As of 6.1.0, replaced by addValue(long, String, String, String, long, float[])
 ExpandoValue addValue(String className, String tableName, String columnName, long classPK, float[] data)
          Deprecated. As of 6.1.0, replaced by addValue(long, String, String, String, long, float[])
 ExpandoValue addValue(String className, String tableName, String columnName, long classPK, int data)
          Deprecated. As of 6.1.0, replaced by addValue(long, String, String, String, long, int[])
 ExpandoValue addValue(String className, String tableName, String columnName, long classPK, int[] data)
          Deprecated. As of 6.1.0, replaced by addValue(long, String, String, String, long, int[])
 ExpandoValue addValue(String className, String tableName, String columnName, long classPK, long data)
          Deprecated. As of 6.1.0, replaced by addValue(long, String, String, String, long, long[])
 ExpandoValue addValue(String className, String tableName, String columnName, long classPK, long[] data)
          Deprecated. As of 6.1.0, replaced by addValue(long, String, String, String, long, long[])
 ExpandoValue addValue(String className, String tableName, String columnName, long classPK, Object data)
          Deprecated. As of 6.1.0, replaced by addValue(long, String, String, String, long, Object)
 ExpandoValue addValue(String className, String tableName, String columnName, long classPK, short data)
          Deprecated. As of 6.1.0, replaced by addValue(long, String, String, String, long, short[])
 ExpandoValue addValue(String className, String tableName, String columnName, long classPK, short[] data)
          Deprecated. As of 6.1.0, replaced by addValue(long, String, String, String, long, short[])
 ExpandoValue addValue(String className, String tableName, String columnName, long classPK, String data)
          Deprecated. As of 6.1.0, replaced by addValue(long, String, String, String, long, String[])
 ExpandoValue addValue(String className, String tableName, String columnName, long classPK, String[] data)
          Deprecated. As of 6.1.0, replaced by addValue(long, String, String, String, long, String[])
 void addValues(long classNameId, long tableId, List<ExpandoColumn> columns, long classPK, Map<String,String> data)
           
 void addValues(long companyId, long classNameId, String tableName, long classPK, Map<String,Serializable> attributes)
           
 void addValues(long companyId, String className, String tableName, long classPK, Map<String,Serializable> attributes)
           
 ExpandoValue createExpandoValue(long valueId)
          Creates a new expando value with the primary key.
 void deleteColumnValues(long columnId)
           
 ExpandoValue deleteExpandoValue(ExpandoValue expandoValue)
          Deletes the expando value from the database.
 ExpandoValue deleteExpandoValue(long valueId)
          Deletes the expando value with the primary key from the database.
 void deleteRowValues(long rowId)
           
 void deleteTableValues(long tableId)
           
 void deleteValue(ExpandoValue value)
           
 void deleteValue(long valueId)
           
 void deleteValue(long columnId, long rowId)
           
 void deleteValue(long companyId, long classNameId, String tableName, String columnName, long classPK)
           
 void deleteValue(long companyId, String className, String tableName, String columnName, long classPK)
           
 void deleteValues(long classNameId, long classPK)
           
 void deleteValues(String className, long classPK)
           
 DynamicQuery dynamicQuery()
           
 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)
          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)
           
 String getBeanIdentifier()
          Returns the Spring bean ID for this bean.
 List<ExpandoValue> getColumnValues(long columnId, int start, int end)
           
 List<ExpandoValue> getColumnValues(long companyId, long classNameId, String tableName, String columnName, int start, int end)
           
 List<ExpandoValue> getColumnValues(long companyId, long classNameId, String tableName, String columnName, String data, int start, int end)
           
 List<ExpandoValue> getColumnValues(long companyId, String className, String tableName, String columnName, int start, int end)
           
 List<ExpandoValue> getColumnValues(long companyId, String className, String tableName, String columnName, String data, int start, int end)
           
 List<ExpandoValue> getColumnValues(String className, String tableName, String columnName, 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, String tableName, String columnName)
           
 int getColumnValuesCount(long companyId, long classNameId, String tableName, String columnName, String data)
           
 int getColumnValuesCount(long companyId, String className, String tableName, String columnName)
           
 int getColumnValuesCount(long companyId, String className, String tableName, String columnName, String data)
           
 int getColumnValuesCount(String className, String tableName, String columnName, String data)
          Deprecated. As of 6.1.0, replaced by getColumnValuesCount(long, String, String, String, String)
 Map<String,Serializable> getData(long companyId, String className, String tableName, Collection<String> columnNames, long classPK)
           
 Serializable getData(long companyId, String className, String tableName, String columnName, long classPK)
           
 boolean getData(long companyId, String className, String tableName, String columnName, long classPK, boolean defaultData)
           
 boolean[] getData(long companyId, String className, String tableName, String columnName, long classPK, boolean[] defaultData)
           
 Date getData(long companyId, String className, String tableName, String columnName, long classPK, Date defaultData)
           
 Date[] getData(long companyId, String className, String tableName, String columnName, long classPK, Date[] defaultData)
           
 double getData(long companyId, String className, String tableName, String columnName, long classPK, double defaultData)
           
 double[] getData(long companyId, String className, String tableName, String columnName, long classPK, double[] defaultData)
           
 float getData(long companyId, String className, String tableName, String columnName, long classPK, float defaultData)
           
 float[] getData(long companyId, String className, String tableName, String columnName, long classPK, float[] defaultData)
           
 int getData(long companyId, String className, String tableName, String columnName, long classPK, int defaultData)
           
 int[] getData(long companyId, String className, String tableName, String columnName, long classPK, int[] defaultData)
           
 long getData(long companyId, String className, String tableName, String columnName, long classPK, long defaultData)
           
 long[] getData(long companyId, String className, String tableName, String columnName, long classPK, long[] defaultData)
           
 Map<?,?> getData(long companyId, String className, String tableName, String columnName, long classPK, Map<?,?> defaultData)
           
 Number getData(long companyId, String className, String tableName, String columnName, long classPK, Number defaultData)
           
 Number[] getData(long companyId, String className, String tableName, String columnName, long classPK, Number[] defaultData)
           
 short getData(long companyId, String className, String tableName, String columnName, long classPK, short defaultData)
           
 short[] getData(long companyId, String className, String tableName, String columnName, long classPK, short[] defaultData)
           
 String getData(long companyId, String className, String tableName, String columnName, long classPK, String defaultData)
           
 String[] getData(long companyId, String className, String tableName, String columnName, long classPK, String[] defaultData)
           
 Serializable getData(String className, String tableName, String columnName, long classPK)
          Deprecated. As of 6.1.0, replaced by getData(long, String, String, String, long)
 boolean getData(String className, String tableName, String columnName, long classPK, boolean defaultData)
          Deprecated. As of 6.1.0, replaced by getData(long, String, String, String, long, boolean[])
 boolean[] getData(String className, String tableName, String columnName, long classPK, boolean[] defaultData)
          Deprecated. As of 6.1.0, replaced by getData(long, String, String, String, long, boolean[])
 Date getData(String className, String tableName, String columnName, long classPK, Date defaultData)
          Deprecated. As of 6.1.0, replaced by getData(long, String, String, String, long, Date[])
 Date[] getData(String className, String tableName, String columnName, long classPK, Date[] defaultData)
          Deprecated. As of 6.1.0, replaced by getData(long, String, String, String, long, Date[])
 double getData(String className, String tableName, String columnName, long classPK, double defaultData)
          Deprecated. As of 6.1.0, replaced by getData(long, String, String, String, long, double[])
 double[] getData(String className, String tableName, String columnName, long classPK, double[] defaultData)
          Deprecated. As of 6.1.0, replaced by getData(long, String, String, String, long, double[])
 float getData(String className, String tableName, String columnName, long classPK, float defaultData)
          Deprecated. As of 6.1.0, replaced by getData(long, String, String, String, long, float[])
 float[] getData(String className, String tableName, String columnName, long classPK, float[] defaultData)
          Deprecated. As of 6.1.0, replaced by getData(long, String, String, String, long, float[])
 int getData(String className, String tableName, String columnName, long classPK, int defaultData)
          Deprecated. As of 6.1.0, replaced by getData(long, String, String, String, long, int[])
 int[] getData(String className, String tableName, String columnName, long classPK, int[] defaultData)
          Deprecated. As of 6.1.0, replaced by getData(long, String, String, String, long, int[])
 long getData(String className, String tableName, String columnName, long classPK, long defaultData)
          Deprecated. As of 6.1.0, replaced by getData(long, String, String, String, long, long[])
 long[] getData(String className, String tableName, String columnName, long classPK, long[] defaultData)
          Deprecated. As of 6.1.0, replaced by getData(long, String, String, String, long, long[])
 short getData(String className, String tableName, String columnName, long classPK, short defaultData)
          Deprecated. As of 6.1.0, replaced by getData(long, String, String, String, long, short[])
 short[] getData(String className, String tableName, String columnName, long classPK, short[] defaultData)
          Deprecated. As of 6.1.0, replaced by getData(long, String, String, String, long, short[])
 String getData(String className, String tableName, String columnName, long classPK, String defaultData)
          Deprecated. As of 6.1.0, replaced by getData(long, String, String, String, long, String[])
 String[] getData(String className, String tableName, String columnName, long classPK, String[] defaultData)
          Deprecated. As of 6.1.0, replaced by 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)
          Returns the expando value with the primary key.
 List<ExpandoValue> getExpandoValues(int start, int end)
          Returns a range of all the expando values.
 int getExpandoValuesCount()
          Returns the number of expando values.
 PersistedModel getPersistedModel(Serializable primaryKeyObj)
           
 List<ExpandoValue> getRowValues(long rowId)
           
 List<ExpandoValue> getRowValues(long rowId, int start, int end)
           
 List<ExpandoValue> getRowValues(long companyId, long classNameId, String tableName, long classPK, int start, int end)
           
 List<ExpandoValue> getRowValues(long companyId, String className, String tableName, long classPK, int start, int end)
           
 int getRowValuesCount(long rowId)
           
 int getRowValuesCount(long companyId, long classNameId, String tableName, long classPK)
           
 int getRowValuesCount(long companyId, String className, String tableName, long classPK)
           
 ExpandoValue getValue(long valueId)
           
 ExpandoValue getValue(long columnId, long rowId)
           
 ExpandoValue getValue(long tableId, long columnId, long classPK)
           
 ExpandoValue getValue(long companyId, long classNameId, String tableName, String columnName, long classPK)
           
 ExpandoValue getValue(long classNameId, String tableName, String columnName, long classPK)
          Deprecated. As of 6.1.0, replaced by getValue(long, long, String, String, long)
 ExpandoValue getValue(long companyId, String className, String tableName, String columnName, long classPK)
           
 ExpandoValue getValue(String className, String tableName, String columnName, long classPK)
          Deprecated. As of 6.1.0, replaced by getValue(long, String, String, String, long)
 void setBeanIdentifier(String beanIdentifier)
          Sets the Spring bean ID for this bean.
 ExpandoValue updateExpandoValue(ExpandoValue expandoValue)
          Updates the expando value in the database or adds it if it does not yet exist.
 

Method Detail

addExpandoValue

@Indexable(type=REINDEX)
ExpandoValue addExpandoValue(ExpandoValue expandoValue)
                             throws SystemException
Adds the expando value to the database. Also notifies the appropriate model listeners.

Parameters:
expandoValue - the expando value
Returns:
the expando value that was added
Throws:
SystemException - if a system exception occurred

createExpandoValue

ExpandoValue createExpandoValue(long valueId)
Creates a new expando value with the primary key. Does not add the expando value to the database.

Parameters:
valueId - the primary key for the new expando value
Returns:
the new expando value

deleteExpandoValue

@Indexable(type=DELETE)
ExpandoValue deleteExpandoValue(long valueId)
                                throws PortalException,
                                       SystemException
Deletes the expando value with the primary key from the database. Also notifies the appropriate model listeners.

Parameters:
valueId - the primary key of the expando value
Returns:
the expando value that was removed
Throws:
PortalException - if a expando value with the primary key could not be found
SystemException - if a system exception occurred

deleteExpandoValue

@Indexable(type=DELETE)
ExpandoValue deleteExpandoValue(ExpandoValue expandoValue)
                                throws SystemException
Deletes the expando value from the database. Also notifies the appropriate model listeners.

Parameters:
expandoValue - the expando value
Returns:
the expando value that was removed
Throws:
SystemException - if a system exception occurred

dynamicQuery

DynamicQuery dynamicQuery()

dynamicQuery

List dynamicQuery(DynamicQuery dynamicQuery)
                  throws SystemException
Performs a dynamic query on the database and returns the matching rows.

Parameters:
dynamicQuery - the dynamic query
Returns:
the matching rows
Throws:
SystemException - if a system exception occurred

dynamicQuery

List dynamicQuery(DynamicQuery dynamicQuery,
                  int start,
                  int end)
                  throws SystemException
Performs a dynamic query on the database and returns a range of the matching rows.

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.

Parameters:
dynamicQuery - the dynamic query
start - the lower bound of the range of model instances
end - the upper bound of the range of model instances (not inclusive)
Returns:
the range of matching rows
Throws:
SystemException - if a system exception occurred

dynamicQuery

List dynamicQuery(DynamicQuery dynamicQuery,
                  int start,
                  int end,
                  OrderByComparator orderByComparator)
                  throws SystemException
Performs a dynamic query on the database and returns an ordered range of the matching rows.

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.

Parameters:
dynamicQuery - the dynamic query
start - the lower bound of the range of model instances
end - the upper bound of the range of model instances (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching rows
Throws:
SystemException - if a system exception occurred

dynamicQueryCount

long dynamicQueryCount(DynamicQuery dynamicQuery)
                       throws SystemException
Returns the number of rows that match the dynamic query.

Parameters:
dynamicQuery - the dynamic query
Returns:
the number of rows that match the dynamic query
Throws:
SystemException - if a system exception occurred

dynamicQueryCount

long dynamicQueryCount(DynamicQuery dynamicQuery,
                       Projection projection)
                       throws SystemException
Returns the number of rows that match the dynamic query.

Parameters:
dynamicQuery - the dynamic query
projection - the projection to apply to the query
Returns:
the number of rows that match the dynamic query
Throws:
SystemException - if a system exception occurred

fetchExpandoValue

@Transactional(propagation=SUPPORTS,
               readOnly=true)
ExpandoValue fetchExpandoValue(long valueId)
                               throws SystemException
Throws:
SystemException

getExpandoValue

@Transactional(propagation=SUPPORTS,
               readOnly=true)
ExpandoValue getExpandoValue(long valueId)
                             throws PortalException,
                                    SystemException
Returns the expando value with the primary key.

Parameters:
valueId - the primary key of the expando value
Returns:
the expando value
Throws:
PortalException - if a expando value with the primary key could not be found
SystemException - if a system exception occurred

getPersistedModel

@Transactional(propagation=SUPPORTS,
               readOnly=true)
PersistedModel getPersistedModel(Serializable primaryKeyObj)
                                 throws PortalException,
                                        SystemException
Specified by:
getPersistedModel in interface PersistedModelLocalService
Throws:
PortalException
SystemException

getExpandoValues

@Transactional(propagation=SUPPORTS,
               readOnly=true)
List<ExpandoValue> getExpandoValues(int start,
                                                                             int end)
                                    throws SystemException
Returns a range of all the expando values.

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.

Parameters:
start - the lower bound of the range of expando values
end - the upper bound of the range of expando values (not inclusive)
Returns:
the range of expando values
Throws:
SystemException - if a system exception occurred

getExpandoValuesCount

@Transactional(propagation=SUPPORTS,
               readOnly=true)
int getExpandoValuesCount()
                          throws SystemException
Returns the number of expando values.

Returns:
the number of expando values
Throws:
SystemException - if a system exception occurred

updateExpandoValue

@Indexable(type=REINDEX)
ExpandoValue updateExpandoValue(ExpandoValue expandoValue)
                                throws SystemException
Updates the expando value in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.

Parameters:
expandoValue - the expando value
Returns:
the expando value that was updated
Throws:
SystemException - if a system exception occurred

getBeanIdentifier

String getBeanIdentifier()
Returns the Spring bean ID for this bean.

Returns:
the Spring bean ID for this bean

setBeanIdentifier

void setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean.

Parameters:
beanIdentifier - the Spring bean ID for this bean

addValue

ExpandoValue addValue(long classNameId,
                      long tableId,
                      long columnId,
                      long classPK,
                      String data)
                      throws PortalException,
                             SystemException
Throws:
PortalException
SystemException

addValue

ExpandoValue addValue(long companyId,
                      String className,
                      String tableName,
                      String columnName,
                      long classPK,
                      boolean data)
                      throws PortalException,
                             SystemException
Throws:
PortalException
SystemException

addValue

ExpandoValue addValue(long companyId,
                      String className,
                      String tableName,
                      String columnName,
                      long classPK,
                      boolean[] data)
                      throws PortalException,
                             SystemException
Throws:
PortalException
SystemException

addValue

ExpandoValue addValue(long companyId,
                      String className,
                      String tableName,
                      String columnName,
                      long classPK,
                      Date data)
                      throws PortalException,
                             SystemException
Throws:
PortalException
SystemException

addValue

ExpandoValue addValue(long companyId,
                      String className,
                      String tableName,
                      String columnName,
                      long classPK,
                      Date[] data)
                      throws PortalException,
                             SystemException
Throws:
PortalException
SystemException

addValue

ExpandoValue addValue(long companyId,
                      String className,
                      String tableName,
                      String columnName,
                      long classPK,
                      double data)
                      throws PortalException,
                             SystemException
Throws:
PortalException
SystemException

addValue

ExpandoValue addValue(long companyId,
                      String className,
                      String tableName,
                      String columnName,
                      long classPK,
                      double[] data)
                      throws PortalException,
                             SystemException
Throws:
PortalException
SystemException

addValue

ExpandoValue addValue(long companyId,
                      String className,
                      String tableName,
                      String columnName,
                      long classPK,
                      float data)
                      throws PortalException,
                             SystemException
Throws:
PortalException
SystemException

addValue

ExpandoValue addValue(long companyId,
                      String className,
                      String tableName,
                      String columnName,
                      long classPK,
                      float[] data)
                      throws PortalException,
                             SystemException
Throws:
PortalException
SystemException

addValue

ExpandoValue addValue(long companyId,
                      String className,
                      String tableName,
                      String columnName,
                      long classPK,
                      int data)
                      throws PortalException,
                             SystemException
Throws:
PortalException
SystemException

addValue

ExpandoValue addValue(long companyId,
                      String className,
                      String tableName,
                      String columnName,
                      long classPK,
                      int[] data)
                      throws PortalException,
                             SystemException
Throws:
PortalException
SystemException

addValue

ExpandoValue addValue(long companyId,
                      String className,
                      String tableName,
                      String columnName,
                      long classPK,
                      long data)
                      throws PortalException,
                             SystemException
Throws:
PortalException
SystemException

addValue

ExpandoValue addValue(long companyId,
                      String className,
                      String tableName,
                      String columnName,
                      long classPK,
                      long[] data)
                      throws PortalException,
                             SystemException
Throws:
PortalException
SystemException

addValue

ExpandoValue addValue(long companyId,
                      String className,
                      String tableName,
                      String columnName,
                      long classPK,
                      Map<Locale,?> dataMap,
                      Locale defautlLocale)
                      throws PortalException,
                             SystemException
Throws:
PortalException
SystemException

addValue

ExpandoValue addValue(long companyId,
                      String className,
                      String tableName,
                      String columnName,
                      long classPK,
                      Number data)
                      throws PortalException,
                             SystemException
Throws:
PortalException
SystemException

addValue

ExpandoValue addValue(long companyId,
                      String className,
                      String tableName,
                      String columnName,
                      long classPK,
                      Number[] data)
                      throws PortalException,
                             SystemException
Throws:
PortalException
SystemException

addValue

ExpandoValue addValue(long companyId,
                      String className,
                      String tableName,
                      String columnName,
                      long classPK,
                      Object data)
                      throws PortalException,
                             SystemException
Throws:
PortalException
SystemException

addValue

ExpandoValue addValue(long companyId,
                      String className,
                      String tableName,
                      String columnName,
                      long classPK,
                      short data)
                      throws PortalException,
                             SystemException
Throws:
PortalException
SystemException

addValue

ExpandoValue addValue(long companyId,
                      String className,
                      String tableName,
                      String columnName,
                      long classPK,
                      short[] data)
                      throws PortalException,
                             SystemException
Throws:
PortalException
SystemException

addValue

ExpandoValue addValue(long companyId,
                      String className,
                      String tableName,
                      String columnName,
                      long classPK,
                      String data)
                      throws PortalException,
                             SystemException
Throws:
PortalException
SystemException

addValue

ExpandoValue addValue(long companyId,
                      String className,
                      String tableName,
                      String columnName,
                      long classPK,
                      String[] data)
                      throws PortalException,
                             SystemException
Throws:
PortalException
SystemException

addValue

ExpandoValue addValue(String className,
                      String tableName,
                      String columnName,
                      long classPK,
                      boolean data)
                      throws PortalException,
                             SystemException
Deprecated. As of 6.1.0, replaced by addValue(long, String, String, String, long, boolean[])

Throws:
PortalException
SystemException

addValue

ExpandoValue addValue(String className,
                      String tableName,
                      String columnName,
                      long classPK,
                      boolean[] data)
                      throws PortalException,
                             SystemException
Deprecated. As of 6.1.0, replaced by addValue(long, String, String, String, long, boolean[])

Throws:
PortalException
SystemException

addValue

ExpandoValue addValue(String className,
                      String tableName,
                      String columnName,
                      long classPK,
                      Date data)
                      throws PortalException,
                             SystemException
Deprecated. As of 6.1.0, replaced by addValue(long, String, String, String, long, Date[])

Throws:
PortalException
SystemException

addValue

ExpandoValue addValue(String className,
                      String tableName,
                      String columnName,
                      long classPK,
                      Date[] data)
                      throws PortalException,
                             SystemException
Deprecated. As of 6.1.0, replaced by addValue(long, String, String, String, long, Date[])

Throws:
PortalException
SystemException

addValue

ExpandoValue addValue(String className,
                      String tableName,
                      String columnName,
                      long classPK,
                      double data)
                      throws PortalException,
                             SystemException
Deprecated. As of 6.1.0, replaced by addValue(long, String, String, String, long, double[])

Throws:
PortalException
SystemException

addValue

ExpandoValue addValue(String className,
                      String tableName,
                      String columnName,
                      long classPK,
                      double[] data)
                      throws PortalException,
                             SystemException
Deprecated. As of 6.1.0, replaced by addValue(long, String, String, String, long, double[])

Throws:
PortalException
SystemException

addValue

ExpandoValue addValue(String className,
                      String tableName,
                      String columnName,
                      long classPK,
                      float data)
                      throws PortalException,
                             SystemException
Deprecated. As of 6.1.0, replaced by addValue(long, String, String, String, long, float[])

Throws:
PortalException
SystemException

addValue

ExpandoValue addValue(String className,
                      String tableName,
                      String columnName,
                      long classPK,
                      float[] data)
                      throws PortalException,
                             SystemException
Deprecated. As of 6.1.0, replaced by addValue(long, String, String, String, long, float[])

Throws:
PortalException
SystemException

addValue

ExpandoValue addValue(String className,
                      String tableName,
                      String columnName,
                      long classPK,
                      int data)
                      throws PortalException,
                             SystemException
Deprecated. As of 6.1.0, replaced by addValue(long, String, String, String, long, int[])

Throws:
PortalException
SystemException

addValue

ExpandoValue addValue(String className,
                      String tableName,
                      String columnName,
                      long classPK,
                      int[] data)
                      throws PortalException,
                             SystemException
Deprecated. As of 6.1.0, replaced by addValue(long, String, String, String, long, int[])

Throws:
PortalException
SystemException

addValue

ExpandoValue addValue(String className,
                      String tableName,
                      String columnName,
                      long classPK,
                      long data)
                      throws PortalException,
                             SystemException
Deprecated. As of 6.1.0, replaced by addValue(long, String, String, String, long, long[])

Throws:
PortalException
SystemException

addValue

ExpandoValue addValue(String className,
                      String tableName,
                      String columnName,
                      long classPK,
                      long[] data)
                      throws PortalException,
                             SystemException
Deprecated. As of 6.1.0, replaced by addValue(long, String, String, String, long, long[])

Throws:
PortalException
SystemException

addValue

ExpandoValue addValue(String className,
                      String tableName,
                      String columnName,
                      long classPK,
                      Object data)
                      throws PortalException,
                             SystemException
Deprecated. As of 6.1.0, replaced by addValue(long, String, String, String, long, Object)

Throws:
PortalException
SystemException

addValue

ExpandoValue addValue(String className,
                      String tableName,
                      String columnName,
                      long classPK,
                      short data)
                      throws PortalException,
                             SystemException
Deprecated. As of 6.1.0, replaced by addValue(long, String, String, String, long, short[])

Throws:
PortalException
SystemException

addValue

ExpandoValue addValue(String className,
                      String tableName,
                      String columnName,
                      long classPK,
                      short[] data)
                      throws PortalException,
                             SystemException
Deprecated. As of 6.1.0, replaced by addValue(long, String, String, String, long, short[])

Throws:
PortalException
SystemException

addValue

ExpandoValue addValue(String className,
                      String tableName,
                      String columnName,
                      long classPK,
                      String data)
                      throws PortalException,
                             SystemException
Deprecated. As of 6.1.0, replaced by addValue(long, String, String, String, long, String[])

Throws:
PortalException
SystemException

addValue

ExpandoValue addValue(String className,
                      String tableName,
                      String columnName,
                      long classPK,
                      String[] data)
                      throws PortalException,
                             SystemException
Deprecated. As of 6.1.0, replaced by addValue(long, String, String, String, long, String[])

Throws:
PortalException
SystemException

addValues

void addValues(long classNameId,
               long tableId,
               List<ExpandoColumn> columns,
               long classPK,
               Map<String,String> data)
               throws PortalException,
                      SystemException
Throws:
PortalException
SystemException

addValues

void addValues(long companyId,
               long classNameId,
               String tableName,
               long classPK,
               Map<String,Serializable> attributes)
               throws PortalException,
                      SystemException
Throws:
PortalException
SystemException

addValues

void addValues(long companyId,
               String className,
               String tableName,
               long classPK,
               Map<String,Serializable> attributes)
               throws PortalException,
                      SystemException
Throws:
PortalException
SystemException

deleteColumnValues

void deleteColumnValues(long columnId)
                        throws SystemException
Throws:
SystemException

deleteRowValues

void deleteRowValues(long rowId)
                     throws SystemException
Throws:
SystemException

deleteTableValues

void deleteTableValues(long tableId)
                       throws SystemException
Throws:
SystemException

deleteValue

void deleteValue(ExpandoValue value)
                 throws SystemException
Throws:
SystemException

deleteValue

void deleteValue(long valueId)
                 throws PortalException,
                        SystemException
Throws:
PortalException
SystemException

deleteValue

void deleteValue(long columnId,
                 long rowId)
                 throws PortalException,
                        SystemException
Throws:
PortalException
SystemException

deleteValue

void deleteValue(long companyId,
                 long classNameId,
                 String tableName,
                 String columnName,
                 long classPK)
                 throws PortalException,
                        SystemException
Throws:
PortalException
SystemException

deleteValue

void deleteValue(long companyId,
                 String className,
                 String tableName,
                 String columnName,
                 long classPK)
                 throws PortalException,
                        SystemException
Throws:
PortalException
SystemException

deleteValues

void deleteValues(long classNameId,
                  long classPK)
                  throws SystemException
Throws:
SystemException

deleteValues

void deleteValues(String className,
                  long classPK)
                  throws SystemException
Throws:
SystemException

getColumnValues

@Transactional(propagation=SUPPORTS,
               readOnly=true)
List<ExpandoValue> getColumnValues(long columnId,
                                                                            int start,
                                                                            int end)
                                   throws SystemException
Throws:
SystemException

getColumnValues

@Transactional(propagation=SUPPORTS,
               readOnly=true)
List<ExpandoValue> getColumnValues(long companyId,
                                                                            long classNameId,
                                                                            String tableName,
                                                                            String columnName,
                                                                            int start,
                                                                            int end)
                                   throws SystemException
Throws:
SystemException

getColumnValues

@Transactional(propagation=SUPPORTS,
               readOnly=true)
List<ExpandoValue> getColumnValues(long companyId,
                                                                            long classNameId,
                                                                            String tableName,
                                                                            String columnName,
                                                                            String data,
                                                                            int start,
                                                                            int end)
                                   throws SystemException
Throws:
SystemException

getColumnValues

@Transactional(propagation=SUPPORTS,
               readOnly=true)
List<ExpandoValue> getColumnValues(long companyId,
                                                                            String className,
                                                                            String tableName,
                                                                            String columnName,
                                                                            int start,
                                                                            int end)
                                   throws SystemException
Throws:
SystemException

getColumnValues

@Transactional(propagation=SUPPORTS,
               readOnly=true)
List<ExpandoValue> getColumnValues(long companyId,
                                                                            String className,
                                                                            String tableName,
                                                                            String columnName,
                                                                            String data,
                                                                            int start,
                                                                            int end)
                                   throws SystemException
Throws:
SystemException

getColumnValues

@Transactional(propagation=SUPPORTS,
               readOnly=true)
List<ExpandoValue> getColumnValues(String className,
                                                                            String tableName,
                                                                            String columnName,
                                                                            String data,
                                                                            int start,
                                                                            int end)
                                   throws SystemException
Deprecated. As of 6.1.0, replaced by getColumnValues(long, String, String, String, String, int, int)

Throws:
SystemException

getColumnValuesCount

@Transactional(propagation=SUPPORTS,
               readOnly=true)
int getColumnValuesCount(long columnId)
                         throws SystemException
Throws:
SystemException

getColumnValuesCount

@Transactional(propagation=SUPPORTS,
               readOnly=true)
int getColumnValuesCount(long companyId,
                                                                  long classNameId,
                                                                  String tableName,
                                                                  String columnName)
                         throws SystemException
Throws:
SystemException

getColumnValuesCount

@Transactional(propagation=SUPPORTS,
               readOnly=true)
int getColumnValuesCount(long companyId,
                                                                  long classNameId,
                                                                  String tableName,
                                                                  String columnName,
                                                                  String data)
                         throws SystemException
Throws:
SystemException

getColumnValuesCount

@Transactional(propagation=SUPPORTS,
               readOnly=true)
int getColumnValuesCount(long companyId,
                                                                  String className,
                                                                  String tableName,
                                                                  String columnName)
                         throws SystemException
Throws:
SystemException

getColumnValuesCount

@Transactional(propagation=SUPPORTS,
               readOnly=true)
int getColumnValuesCount(long companyId,
                                                                  String className,
                                                                  String tableName,
                                                                  String columnName,
                                                                  String data)
                         throws SystemException
Throws:
SystemException

getColumnValuesCount

@Transactional(propagation=SUPPORTS,
               readOnly=true)
int getColumnValuesCount(String className,
                                                                  String tableName,
                                                                  String columnName,
                                                                  String data)
                         throws SystemException
Deprecated. As of 6.1.0, replaced by getColumnValuesCount(long, String, String, String, String)

Throws:
SystemException

getData

@Transactional(propagation=SUPPORTS,
               readOnly=true)
Map<String,Serializable> getData(long companyId,
                                                                          String className,
                                                                          String tableName,
                                                                          Collection<String> columnNames,
                                                                          long classPK)
                                 throws PortalException,
                                        SystemException
Throws:
PortalException
SystemException

getData

@Transactional(propagation=SUPPORTS,
               readOnly=true)
Serializable getData(long companyId,
                                                              String className,
                                                              String tableName,
                                                              String columnName,
                                                              long classPK)
                     throws PortalException,
                            SystemException
Throws:
PortalException
SystemException

getData

@Transactional(propagation=SUPPORTS,
               readOnly=true)
boolean getData(long companyId,
                                                         String className,
                                                         String tableName,
                                                         String columnName,
                                                         long classPK,
                                                         boolean defaultData)
                throws PortalException,
                       SystemException
Throws:
PortalException
SystemException

getData

@Transactional(propagation=SUPPORTS,
               readOnly=true)
boolean[] getData(long companyId,
                                                           String className,
                                                           String tableName,
                                                           String columnName,
                                                           long classPK,
                                                           boolean[] defaultData)
                  throws PortalException,
                         SystemException
Throws:
PortalException
SystemException

getData

@Transactional(propagation=SUPPORTS,
               readOnly=true)
Date getData(long companyId,
                                                      String className,
                                                      String tableName,
                                                      String columnName,
                                                      long classPK,
                                                      Date defaultData)
             throws PortalException,
                    SystemException
Throws:
PortalException
SystemException

getData

@Transactional(propagation=SUPPORTS,
               readOnly=true)
Date[] getData(long companyId,
                                                        String className,
                                                        String tableName,
                                                        String columnName,
                                                        long classPK,
                                                        Date[] defaultData)
               throws PortalException,
                      SystemException
Throws:
PortalException
SystemException

getData

@Transactional(propagation=SUPPORTS,
               readOnly=true)
double getData(long companyId,
                                                        String className,
                                                        String tableName,
                                                        String columnName,
                                                        long classPK,
                                                        double defaultData)
               throws PortalException,
                      SystemException
Throws:
PortalException
SystemException

getData

@Transactional(propagation=SUPPORTS,
               readOnly=true)
double[] getData(long companyId,
                                                          String className,
                                                          String tableName,
                                                          String columnName,
                                                          long classPK,
                                                          double[] defaultData)
                 throws PortalException,
                        SystemException
Throws:
PortalException
SystemException

getData

@Transactional(propagation=SUPPORTS,
               readOnly=true)
float getData(long companyId,
                                                       String className,
                                                       String tableName,
                                                       String columnName,
                                                       long classPK,
                                                       float defaultData)
              throws PortalException,
                     SystemException
Throws:
PortalException
SystemException

getData

@Transactional(propagation=SUPPORTS,
               readOnly=true)
float[] getData(long companyId,
                                                         String className,
                                                         String tableName,
                                                         String columnName,
                                                         long classPK,
                                                         float[] defaultData)
                throws PortalException,
                       SystemException
Throws:
PortalException
SystemException

getData

@Transactional(propagation=SUPPORTS,
               readOnly=true)
int getData(long companyId,
                                                     String className,
                                                     String tableName,
                                                     String columnName,
                                                     long classPK,
                                                     int defaultData)
            throws PortalException,
                   SystemException
Throws:
PortalException
SystemException

getData

@Transactional(propagation=SUPPORTS,
               readOnly=true)
int[] getData(long companyId,
                                                       String className,
                                                       String tableName,
                                                       String columnName,
                                                       long classPK,
                                                       int[] defaultData)
              throws PortalException,
                     SystemException
Throws:
PortalException
SystemException

getData

@Transactional(propagation=SUPPORTS,
               readOnly=true)
long getData(long companyId,
                                                      String className,
                                                      String tableName,
                                                      String columnName,
                                                      long classPK,
                                                      long defaultData)
             throws PortalException,
                    SystemException
Throws:
PortalException
SystemException

getData

@Transactional(propagation=SUPPORTS,
               readOnly=true)
long[] getData(long companyId,
                                                        String className,
                                                        String tableName,
                                                        String columnName,
                                                        long classPK,
                                                        long[] defaultData)
               throws PortalException,
                      SystemException
Throws:
PortalException
SystemException

getData

@Transactional(propagation=SUPPORTS,
               readOnly=true)
Map<?,?> getData(long companyId,
                                                          String className,
                                                          String tableName,
                                                          String columnName,
                                                          long classPK,
                                                          Map<?,?> defaultData)
                 throws PortalException,
                        SystemException
Throws:
PortalException
SystemException

getData

@Transactional(propagation=SUPPORTS,
               readOnly=true)
Number getData(long companyId,
                                                        String className,
                                                        String tableName,
                                                        String columnName,
                                                        long classPK,
                                                        Number defaultData)
               throws PortalException,
                      SystemException
Throws:
PortalException
SystemException

getData

@Transactional(propagation=SUPPORTS,
               readOnly=true)
Number[] getData(long companyId,
                                                          String className,
                                                          String tableName,
                                                          String columnName,
                                                          long classPK,
                                                          Number[] defaultData)
                 throws PortalException,
                        SystemException
Throws:
PortalException
SystemException

getData

@Transactional(propagation=SUPPORTS,
               readOnly=true)
short getData(long companyId,
                                                       String className,
                                                       String tableName,
                                                       String columnName,
                                                       long classPK,
                                                       short defaultData)
              throws PortalException,
                     SystemException
Throws:
PortalException
SystemException

getData

@Transactional(propagation=SUPPORTS,
               readOnly=true)
short[] getData(long companyId,
                                                         String className,
                                                         String tableName,
                                                         String columnName,
                                                         long classPK,
                                                         short[] defaultData)
                throws PortalException,
                       SystemException
Throws:
PortalException
SystemException

getData

@Transactional(propagation=SUPPORTS,
               readOnly=true)
String getData(long companyId,
                                                        String className,
                                                        String tableName,
                                                        String columnName,
                                                        long classPK,
                                                        String defaultData)
               throws PortalException,
                      SystemException
Throws:
PortalException
SystemException

getData

@Transactional(propagation=SUPPORTS,
               readOnly=true)
String[] getData(long companyId,
                                                          String className,
                                                          String tableName,
                                                          String columnName,
                                                          long classPK,
                                                          String[] defaultData)
                 throws PortalException,
                        SystemException
Throws:
PortalException
SystemException

getData

@Transactional(propagation=SUPPORTS,
               readOnly=true)
Serializable getData(String className,
                                                              String tableName,
                                                              String columnName,
                                                              long classPK)
                     throws PortalException,
                            SystemException
Deprecated. As of 6.1.0, replaced by getData(long, String, String, String, long)

Throws:
PortalException
SystemException

getData

@Transactional(propagation=SUPPORTS,
               readOnly=true)
boolean getData(String className,
                                                         String tableName,
                                                         String columnName,
                                                         long classPK,
                                                         boolean defaultData)
                throws PortalException,
                       SystemException
Deprecated. As of 6.1.0, replaced by getData(long, String, String, String, long, boolean[])

Throws:
PortalException
SystemException

getData

@Transactional(propagation=SUPPORTS,
               readOnly=true)
boolean[] getData(String className,
                                                           String tableName,
                                                           String columnName,
                                                           long classPK,
                                                           boolean[] defaultData)
                  throws PortalException,
                         SystemException
Deprecated. As of 6.1.0, replaced by getData(long, String, String, String, long, boolean[])

Throws:
PortalException
SystemException

getData

@Transactional(propagation=SUPPORTS,
               readOnly=true)
Date getData(String className,
                                                      String tableName,
                                                      String columnName,
                                                      long classPK,
                                                      Date defaultData)
             throws PortalException,
                    SystemException
Deprecated. As of 6.1.0, replaced by getData(long, String, String, String, long, Date[])

Throws:
PortalException
SystemException

getData

@Transactional(propagation=SUPPORTS,
               readOnly=true)
Date[] getData(String className,
                                                        String tableName,
                                                        String columnName,
                                                        long classPK,
                                                        Date[] defaultData)
               throws PortalException,
                      SystemException
Deprecated. As of 6.1.0, replaced by getData(long, String, String, String, long, Date[])

Throws:
PortalException
SystemException

getData

@Transactional(propagation=SUPPORTS,
               readOnly=true)
double getData(String className,
                                                        String tableName,
                                                        String columnName,
                                                        long classPK,
                                                        double defaultData)
               throws PortalException,
                      SystemException
Deprecated. As of 6.1.0, replaced by getData(long, String, String, String, long, double[])

Throws:
PortalException
SystemException

getData

@Transactional(propagation=SUPPORTS,
               readOnly=true)
double[] getData(String className,
                                                          String tableName,
                                                          String columnName,
                                                          long classPK,
                                                          double[] defaultData)
                 throws PortalException,
                        SystemException
Deprecated. As of 6.1.0, replaced by getData(long, String, String, String, long, double[])

Throws:
PortalException
SystemException

getData

@Transactional(propagation=SUPPORTS,
               readOnly=true)
float getData(String className,
                                                       String tableName,
                                                       String columnName,
                                                       long classPK,
                                                       float defaultData)
              throws PortalException,
                     SystemException
Deprecated. As of 6.1.0, replaced by getData(long, String, String, String, long, float[])

Throws:
PortalException
SystemException

getData

@Transactional(propagation=SUPPORTS,
               readOnly=true)
float[] getData(String className,
                                                         String tableName,
                                                         String columnName,
                                                         long classPK,
                                                         float[] defaultData)
                throws PortalException,
                       SystemException
Deprecated. As of 6.1.0, replaced by getData(long, String, String, String, long, float[])

Throws:
PortalException
SystemException

getData

@Transactional(propagation=SUPPORTS,
               readOnly=true)
int getData(String className,
                                                     String tableName,
                                                     String columnName,
                                                     long classPK,
                                                     int defaultData)
            throws PortalException,
                   SystemException
Deprecated. As of 6.1.0, replaced by getData(long, String, String, String, long, int[])

Throws:
PortalException
SystemException

getData

@Transactional(propagation=SUPPORTS,
               readOnly=true)
int[] getData(String className,
                                                       String tableName,
                                                       String columnName,
                                                       long classPK,
                                                       int[] defaultData)
              throws PortalException,
                     SystemException
Deprecated. As of 6.1.0, replaced by getData(long, String, String, String, long, int[])

Throws:
PortalException
SystemException

getData

@Transactional(propagation=SUPPORTS,
               readOnly=true)
long getData(String className,
                                                      String tableName,
                                                      String columnName,
                                                      long classPK,
                                                      long defaultData)
             throws PortalException,
                    SystemException
Deprecated. As of 6.1.0, replaced by getData(long, String, String, String, long, long[])

Throws:
PortalException
SystemException

getData

@Transactional(propagation=SUPPORTS,
               readOnly=true)
long[] getData(String className,
                                                        String tableName,
                                                        String columnName,
                                                        long classPK,
                                                        long[] defaultData)
               throws PortalException,
                      SystemException
Deprecated. As of 6.1.0, replaced by getData(long, String, String, String, long, long[])

Throws:
PortalException
SystemException

getData

@Transactional(propagation=SUPPORTS,
               readOnly=true)
short getData(String className,
                                                       String tableName,
                                                       String columnName,
                                                       long classPK,
                                                       short defaultData)
              throws PortalException,
                     SystemException
Deprecated. As of 6.1.0, replaced by getData(long, String, String, String, long, short[])

Throws:
PortalException
SystemException

getData

@Transactional(propagation=SUPPORTS,
               readOnly=true)
short[] getData(String className,
                                                         String tableName,
                                                         String columnName,
                                                         long classPK,
                                                         short[] defaultData)
                throws PortalException,
                       SystemException
Deprecated. As of 6.1.0, replaced by getData(long, String, String, String, long, short[])

Throws:
PortalException
SystemException

getData

@Transactional(propagation=SUPPORTS,
               readOnly=true)
String getData(String className,
                                                        String tableName,
                                                        String columnName,
                                                        long classPK,
                                                        String defaultData)
               throws PortalException,
                      SystemException
Deprecated. As of 6.1.0, replaced by getData(long, String, String, String, long, String[])

Throws:
PortalException
SystemException

getData

@Transactional(propagation=SUPPORTS,
               readOnly=true)
String[] getData(String className,
                                                          String tableName,
                                                          String columnName,
                                                          long classPK,
                                                          String[] defaultData)
                 throws PortalException,
                        SystemException
Deprecated. As of 6.1.0, replaced by getData(long, String, String, String, long, String[])

Throws:
PortalException
SystemException

getDefaultTableColumnValues

@Transactional(propagation=SUPPORTS,
               readOnly=true)
List<ExpandoValue> getDefaultTableColumnValues(long companyId,
                                                                                        long classNameId,
                                                                                        String columnName,
                                                                                        int start,
                                                                                        int end)
                                               throws SystemException
Throws:
SystemException

getDefaultTableColumnValues

@Transactional(propagation=SUPPORTS,
               readOnly=true)
List<ExpandoValue> getDefaultTableColumnValues(long companyId,
                                                                                        String className,
                                                                                        String columnName,
                                                                                        int start,
                                                                                        int end)
                                               throws SystemException
Throws:
SystemException

getDefaultTableColumnValuesCount

@Transactional(propagation=SUPPORTS,
               readOnly=true)
int getDefaultTableColumnValuesCount(long companyId,
                                                                              long classNameId,
                                                                              String columnName)
                                     throws SystemException
Throws:
SystemException

getDefaultTableColumnValuesCount

@Transactional(propagation=SUPPORTS,
               readOnly=true)
int getDefaultTableColumnValuesCount(long companyId,
                                                                              String className,
                                                                              String columnName)
                                     throws SystemException
Throws:
SystemException

getRowValues

@Transactional(propagation=SUPPORTS,
               readOnly=true)
List<ExpandoValue> getRowValues(long rowId)
                                throws SystemException
Throws:
SystemException

getRowValues

@Transactional(propagation=SUPPORTS,
               readOnly=true)
List<ExpandoValue> getRowValues(long rowId,
                                                                         int start,
                                                                         int end)
                                throws SystemException
Throws:
SystemException

getRowValues

@Transactional(propagation=SUPPORTS,
               readOnly=true)
List<ExpandoValue> getRowValues(long companyId,
                                                                         long classNameId,
                                                                         String tableName,
                                                                         long classPK,
                                                                         int start,
                                                                         int end)
                                throws SystemException
Throws:
SystemException

getRowValues

@Transactional(propagation=SUPPORTS,
               readOnly=true)
List<ExpandoValue> getRowValues(long companyId,
                                                                         String className,
                                                                         String tableName,
                                                                         long classPK,
                                                                         int start,
                                                                         int end)
                                throws SystemException
Throws:
SystemException

getRowValuesCount

@Transactional(propagation=SUPPORTS,
               readOnly=true)
int getRowValuesCount(long rowId)
                      throws SystemException
Throws:
SystemException

getRowValuesCount

@Transactional(propagation=SUPPORTS,
               readOnly=true)
int getRowValuesCount(long companyId,
                                                               long classNameId,
                                                               String tableName,
                                                               long classPK)
                      throws SystemException
Throws:
SystemException

getRowValuesCount

@Transactional(propagation=SUPPORTS,
               readOnly=true)
int getRowValuesCount(long companyId,
                                                               String className,
                                                               String tableName,
                                                               long classPK)
                      throws SystemException
Throws:
SystemException

getValue

@Transactional(propagation=SUPPORTS,
               readOnly=true)
ExpandoValue getValue(long valueId)
                      throws PortalException,
                             SystemException
Throws:
PortalException
SystemException

getValue

@Transactional(propagation=SUPPORTS,
               readOnly=true)
ExpandoValue getValue(long columnId,
                                                               long rowId)
                      throws PortalException,
                             SystemException
Throws:
PortalException
SystemException

getValue

@Transactional(propagation=SUPPORTS,
               readOnly=true)
ExpandoValue getValue(long tableId,
                                                               long columnId,
                                                               long classPK)
                      throws SystemException
Throws:
SystemException

getValue

@Transactional(propagation=SUPPORTS,
               readOnly=true)
ExpandoValue getValue(long companyId,
                                                               long classNameId,
                                                               String tableName,
                                                               String columnName,
                                                               long classPK)
                      throws SystemException
Throws:
SystemException

getValue

@Transactional(propagation=SUPPORTS,
               readOnly=true)
ExpandoValue getValue(long classNameId,
                                                               String tableName,
                                                               String columnName,
                                                               long classPK)
                      throws SystemException
Deprecated. As of 6.1.0, replaced by getValue(long, long, String, String, long)

Throws:
SystemException

getValue

@Transactional(propagation=SUPPORTS,
               readOnly=true)
ExpandoValue getValue(long companyId,
                                                               String className,
                                                               String tableName,
                                                               String columnName,
                                                               long classPK)
                      throws SystemException
Throws:
SystemException

getValue

@Transactional(propagation=SUPPORTS,
               readOnly=true)
ExpandoValue getValue(String className,
                                                               String tableName,
                                                               String columnName,
                                                               long classPK)
                      throws SystemException
Deprecated. As of 6.1.0, replaced by getValue(long, String, String, String, long)

Throws:
SystemException

Liferay 6.2-ce-ga5