@ProviderType
public interface CETFactory
Modifier and Type | Field and Description |
---|---|
static java.util.Map<java.lang.String,java.lang.String> |
FEATURE_FLAG_KEYS |
Modifier and Type | Method and Description |
---|---|
CET |
create(CETConfiguration cetConfiguration,
long companyId,
java.lang.String externalReferenceCode) |
CET |
create(com.liferay.client.extension.model.ClientExtensionEntry clientExtensionEntry) |
CET |
create(javax.portlet.PortletRequest portletRequest,
java.lang.String type) |
java.util.Collection<java.lang.String> |
getTypes() |
void |
validate(com.liferay.portal.kernel.util.UnicodeProperties newTypeSettingsUnicodeProperties,
com.liferay.portal.kernel.util.UnicodeProperties oldTypeSettingsUnicodeProperties,
java.lang.String type) |
static final java.util.Map<java.lang.String,java.lang.String> FEATURE_FLAG_KEYS
CET create(CETConfiguration cetConfiguration, long companyId, java.lang.String externalReferenceCode) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
CET create(com.liferay.client.extension.model.ClientExtensionEntry clientExtensionEntry) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
CET create(javax.portlet.PortletRequest portletRequest, java.lang.String type) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
java.util.Collection<java.lang.String> getTypes()
void validate(com.liferay.portal.kernel.util.UnicodeProperties newTypeSettingsUnicodeProperties, com.liferay.portal.kernel.util.UnicodeProperties oldTypeSettingsUnicodeProperties, java.lang.String type) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException