public interface SamlSpIdpConnectionProcessorContext extends ProcessorContext<com.liferay.saml.persistence.model.SamlSpIdpConnection>
Modifier and Type | Interface and Description |
---|---|
static interface |
SamlSpIdpConnectionProcessorContext.SamlSpIdpConnectionBind<T extends com.liferay.portal.kernel.model.BaseModel<T>> |
ProcessorContext.Bind<T extends com.liferay.portal.kernel.model.BaseModel<T>>, ProcessorContext.UpdateFunction<T>
Modifier and Type | Method and Description |
---|---|
<T extends com.liferay.portal.kernel.model.BaseModel<T>> |
bind(java.util.function.Function<com.liferay.saml.persistence.model.SamlSpIdpConnection,T> modelGetterFunction,
int processingIndex,
java.lang.String publicIdentifier,
ProcessorContext.UpdateFunction<T> updateFunction) |
SamlSpIdpConnectionProcessorContext.SamlSpIdpConnectionBind<com.liferay.saml.persistence.model.SamlSpIdpConnection> |
bind(int processingIndex,
ProcessorContext.UpdateFunction<com.liferay.saml.persistence.model.SamlSpIdpConnection> updateFunction) |
com.liferay.portal.kernel.upload.FileItem[] |
getFileItemArray(java.lang.String fieldExpression) |
com.liferay.portal.kernel.upload.FileItem |
getFileItemValue(java.lang.String fieldExpression) |
getValue, getValueArray
<T extends com.liferay.portal.kernel.model.BaseModel<T>> SamlSpIdpConnectionProcessorContext.SamlSpIdpConnectionBind<T> bind(java.util.function.Function<com.liferay.saml.persistence.model.SamlSpIdpConnection,T> modelGetterFunction, int processingIndex, java.lang.String publicIdentifier, ProcessorContext.UpdateFunction<T> updateFunction)
bind
in interface ProcessorContext<com.liferay.saml.persistence.model.SamlSpIdpConnection>
SamlSpIdpConnectionProcessorContext.SamlSpIdpConnectionBind<com.liferay.saml.persistence.model.SamlSpIdpConnection> bind(int processingIndex, ProcessorContext.UpdateFunction<com.liferay.saml.persistence.model.SamlSpIdpConnection> updateFunction)
bind
in interface ProcessorContext<com.liferay.saml.persistence.model.SamlSpIdpConnection>
com.liferay.portal.kernel.upload.FileItem[] getFileItemArray(java.lang.String fieldExpression)
com.liferay.portal.kernel.upload.FileItem getFileItemValue(java.lang.String fieldExpression)