public class ExpandoTestUtil
extends Object
Constructor and Description |
---|
ExpandoTestUtil() |
Modifier and Type | Method and Description |
---|---|
static com.liferay.expando.kernel.model.ExpandoColumn |
addColumn(com.liferay.expando.kernel.model.ExpandoTable table,
String columnName,
int type) |
static com.liferay.expando.kernel.model.ExpandoColumn |
addColumn(com.liferay.expando.kernel.model.ExpandoTable table,
String columnName,
int type,
Map<Locale,String> defaultData) |
static com.liferay.expando.kernel.model.ExpandoTable |
addTable(long classNameId,
String tableName) |
static com.liferay.expando.kernel.model.ExpandoValue |
addValue(com.liferay.expando.kernel.model.ExpandoTable table,
com.liferay.expando.kernel.model.ExpandoColumn column,
long classPK,
Object data) |
static com.liferay.expando.kernel.model.ExpandoValue |
addValue(com.liferay.expando.kernel.model.ExpandoTable table,
com.liferay.expando.kernel.model.ExpandoColumn column,
Map<Locale,String> data,
Locale defaultLocale) |
static com.liferay.expando.kernel.model.ExpandoValue |
addValue(com.liferay.expando.kernel.model.ExpandoTable table,
com.liferay.expando.kernel.model.ExpandoColumn column,
Object data) |
static com.liferay.expando.kernel.model.ExpandoValue |
addValue(long classNameId,
long classPK,
Object data) |
public static com.liferay.expando.kernel.model.ExpandoColumn addColumn(com.liferay.expando.kernel.model.ExpandoTable table, String columnName, int type) throws Exception
Exception
public static com.liferay.expando.kernel.model.ExpandoColumn addColumn(com.liferay.expando.kernel.model.ExpandoTable table, String columnName, int type, Map<Locale,String> defaultData) throws Exception
Exception
public static com.liferay.expando.kernel.model.ExpandoTable addTable(long classNameId, String tableName) throws Exception
Exception
public static com.liferay.expando.kernel.model.ExpandoValue addValue(com.liferay.expando.kernel.model.ExpandoTable table, com.liferay.expando.kernel.model.ExpandoColumn column, long classPK, Object data) throws Exception
Exception
public static com.liferay.expando.kernel.model.ExpandoValue addValue(com.liferay.expando.kernel.model.ExpandoTable table, com.liferay.expando.kernel.model.ExpandoColumn column, Map<Locale,String> data, Locale defaultLocale) throws Exception
Exception
public static com.liferay.expando.kernel.model.ExpandoValue addValue(com.liferay.expando.kernel.model.ExpandoTable table, com.liferay.expando.kernel.model.ExpandoColumn column, Object data) throws Exception
Exception
public static com.liferay.expando.kernel.model.ExpandoValue addValue(long classNameId, long classPK, Object data) throws Exception
Exception