@Component public class ExpandoService extends Object
| Constructor and Description |
|---|
ExpandoService() |
| Modifier and Type | Method and Description |
|---|---|
void |
addValueToTable(long companyId,
Class<?> portalModel,
String columnName,
long modelPrimaryKey,
Boolean value) |
void |
addValueToTable(long companyId,
Class<?> portalModel,
String columnName,
long modelPrimaryKey,
String value) |
Boolean |
getBooleanFromTable(long companyId,
Class<?> prortalModel,
String columnName,
long modelPrimaryKey) |
Email.Status |
getStatusOfEmailAddress(com.liferay.portal.model.EmailAddress emailAddress) |
void |
updateEmailAddressesTable(com.liferay.portal.model.User user,
com.liferay.portal.model.EmailAddress emailAddress,
String generatedUUID) |
public void addValueToTable(long companyId,
Class<?> portalModel,
String columnName,
long modelPrimaryKey,
String value)
throws com.liferay.portal.kernel.exception.NestableException
com.liferay.portal.kernel.exception.NestableExceptionpublic void addValueToTable(long companyId,
Class<?> portalModel,
String columnName,
long modelPrimaryKey,
Boolean value)
throws com.liferay.portal.kernel.exception.NestableException
com.liferay.portal.kernel.exception.NestableExceptionpublic void updateEmailAddressesTable(com.liferay.portal.model.User user,
com.liferay.portal.model.EmailAddress emailAddress,
String generatedUUID)
throws com.liferay.portal.kernel.exception.NestableException
com.liferay.portal.kernel.exception.NestableExceptionpublic Boolean getBooleanFromTable(long companyId, Class<?> prortalModel, String columnName, long modelPrimaryKey) throws com.liferay.portal.kernel.exception.NestableException
com.liferay.portal.kernel.exception.NestableExceptionpublic Email.Status getStatusOfEmailAddress(com.liferay.portal.model.EmailAddress emailAddress) throws Exception
ExceptionCopyright © 2019. All Rights Reserved.