public class SamlSpIdpConnectionLocalServiceWrapper extends java.lang.Object implements SamlSpIdpConnectionLocalService, com.liferay.portal.kernel.service.ServiceWrapper<SamlSpIdpConnectionLocalService>
SamlSpIdpConnectionLocalService
.SamlSpIdpConnectionLocalService
Constructor and Description |
---|
SamlSpIdpConnectionLocalServiceWrapper() |
SamlSpIdpConnectionLocalServiceWrapper(SamlSpIdpConnectionLocalService samlSpIdpConnectionLocalService) |
Modifier and Type | Method and Description |
---|---|
SamlSpIdpConnection |
addSamlSpIdpConnection(boolean assertionSignatureRequired,
long clockSkew,
boolean enabled,
boolean forceAuthn,
boolean ldapImportEnabled,
java.lang.String metadataUrl,
java.io.InputStream metadataXmlInputStream,
java.lang.String name,
java.lang.String nameIdFormat,
java.lang.String samlIdpEntityId,
boolean signAuthnRequest,
boolean unknownUsersAreStrangers,
java.lang.String userAttributeMappings,
java.lang.String userIdentifierExpression,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
SamlSpIdpConnection |
addSamlSpIdpConnection(SamlSpIdpConnection samlSpIdpConnection)
Adds the saml sp idp connection to the database.
|
com.liferay.portal.kernel.model.PersistedModel |
createPersistedModel(java.io.Serializable primaryKeyObj) |
SamlSpIdpConnection |
createSamlSpIdpConnection(long samlSpIdpConnectionId)
Creates a new saml sp idp connection with the primary key.
|
com.liferay.portal.kernel.model.PersistedModel |
deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel) |
SamlSpIdpConnection |
deleteSamlSpIdpConnection(long samlSpIdpConnectionId)
Deletes the saml sp idp connection with the primary key from the database.
|
SamlSpIdpConnection |
deleteSamlSpIdpConnection(SamlSpIdpConnection samlSpIdpConnection)
Deletes the saml sp idp connection from the database.
|
<T> T |
dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) |
int |
dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) |
com.liferay.portal.kernel.dao.orm.DynamicQuery |
dynamicQuery() |
<T> java.util.List<T> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.
|
<T> java.util.List<T> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows.
|
<T> java.util.List<T> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows.
|
long |
dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query.
|
long |
dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
com.liferay.portal.kernel.dao.orm.Projection projection)
Returns the number of rows matching the dynamic query.
|
SamlSpIdpConnection |
fetchSamlSpIdpConnection(long samlSpIdpConnectionId) |
com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery |
getActionableDynamicQuery() |
com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery() |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
com.liferay.portal.kernel.model.PersistedModel |
getPersistedModel(java.io.Serializable primaryKeyObj) |
SamlSpIdpConnection |
getSamlSpIdpConnection(long samlSpIdpConnectionId)
Returns the saml sp idp connection with the primary key.
|
SamlSpIdpConnection |
getSamlSpIdpConnection(long companyId,
java.lang.String samlIdpEntityId) |
java.util.List<SamlSpIdpConnection> |
getSamlSpIdpConnections(int start,
int end)
Returns a range of all the saml sp idp connections.
|
java.util.List<SamlSpIdpConnection> |
getSamlSpIdpConnections(long companyId) |
java.util.List<SamlSpIdpConnection> |
getSamlSpIdpConnections(long companyId,
int start,
int end) |
java.util.List<SamlSpIdpConnection> |
getSamlSpIdpConnections(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SamlSpIdpConnection> orderByComparator) |
int |
getSamlSpIdpConnectionsCount()
Returns the number of saml sp idp connections.
|
int |
getSamlSpIdpConnectionsCount(long companyId) |
SamlSpIdpConnectionLocalService |
getWrappedService() |
void |
setWrappedService(SamlSpIdpConnectionLocalService samlSpIdpConnectionLocalService) |
void |
updateMetadata(long samlSpIdpConnectionId) |
SamlSpIdpConnection |
updateSamlSpIdpConnection(long samlSpIdpConnectionId,
boolean assertionSignatureRequired,
long clockSkew,
boolean enabled,
boolean forceAuthn,
boolean ldapImportEnabled,
java.lang.String metadataUrl,
java.io.InputStream metadataXmlInputStream,
java.lang.String name,
java.lang.String nameIdFormat,
java.lang.String samlIdpEntityId,
boolean signAuthnRequest,
boolean unknownUsersAreStrangers,
java.lang.String userAttributeMappings,
java.lang.String userIdentifierExpression,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
SamlSpIdpConnection |
updateSamlSpIdpConnection(SamlSpIdpConnection samlSpIdpConnection)
Updates the saml sp idp connection in the database or adds it if it does not yet exist.
|
public SamlSpIdpConnectionLocalServiceWrapper()
public SamlSpIdpConnectionLocalServiceWrapper(SamlSpIdpConnectionLocalService samlSpIdpConnectionLocalService)
public SamlSpIdpConnection addSamlSpIdpConnection(boolean assertionSignatureRequired, long clockSkew, boolean enabled, boolean forceAuthn, boolean ldapImportEnabled, java.lang.String metadataUrl, java.io.InputStream metadataXmlInputStream, java.lang.String name, java.lang.String nameIdFormat, java.lang.String samlIdpEntityId, boolean signAuthnRequest, boolean unknownUsersAreStrangers, java.lang.String userAttributeMappings, java.lang.String userIdentifierExpression, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addSamlSpIdpConnection
in interface SamlSpIdpConnectionLocalService
com.liferay.portal.kernel.exception.PortalException
public SamlSpIdpConnection addSamlSpIdpConnection(SamlSpIdpConnection samlSpIdpConnection)
Important: Inspect SamlSpIdpConnectionLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.
addSamlSpIdpConnection
in interface SamlSpIdpConnectionLocalService
samlSpIdpConnection
- the saml sp idp connectionpublic com.liferay.portal.kernel.model.PersistedModel createPersistedModel(java.io.Serializable primaryKeyObj) throws com.liferay.portal.kernel.exception.PortalException
createPersistedModel
in interface com.liferay.portal.kernel.service.PersistedModelLocalService
createPersistedModel
in interface SamlSpIdpConnectionLocalService
PortalException
public SamlSpIdpConnection createSamlSpIdpConnection(long samlSpIdpConnectionId)
createSamlSpIdpConnection
in interface SamlSpIdpConnectionLocalService
samlSpIdpConnectionId
- the primary key for the new saml sp idp connectionpublic com.liferay.portal.kernel.model.PersistedModel deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel) throws com.liferay.portal.kernel.exception.PortalException
deletePersistedModel
in interface com.liferay.portal.kernel.service.PersistedModelLocalService
deletePersistedModel
in interface SamlSpIdpConnectionLocalService
PortalException
public SamlSpIdpConnection deleteSamlSpIdpConnection(long samlSpIdpConnectionId) throws com.liferay.portal.kernel.exception.PortalException
Important: Inspect SamlSpIdpConnectionLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.
deleteSamlSpIdpConnection
in interface SamlSpIdpConnectionLocalService
samlSpIdpConnectionId
- the primary key of the saml sp idp connectionPortalException
- if a saml sp idp connection with the primary key could not be foundpublic SamlSpIdpConnection deleteSamlSpIdpConnection(SamlSpIdpConnection samlSpIdpConnection)
Important: Inspect SamlSpIdpConnectionLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.
deleteSamlSpIdpConnection
in interface SamlSpIdpConnectionLocalService
samlSpIdpConnection
- the saml sp idp connectionpublic <T> T dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQuery
in interface com.liferay.portal.kernel.service.PersistedModelLocalService
dslQuery
in interface SamlSpIdpConnectionLocalService
public int dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQueryCount
in interface com.liferay.portal.kernel.service.PersistedModelLocalService
dslQueryCount
in interface SamlSpIdpConnectionLocalService
public com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
dynamicQuery
in interface SamlSpIdpConnectionLocalService
public <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQuery
in interface SamlSpIdpConnectionLocalService
dynamicQuery
- the dynamic querypublic <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
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 com.liferay.portal.kernel.dao.orm.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, then the query will include the default ORDER BY logic from com.liferay.saml.persistence.model.impl.SamlSpIdpConnectionModelImpl
.
dynamicQuery
in interface SamlSpIdpConnectionLocalService
dynamicQuery
- the dynamic querystart
- the lower bound of the range of model instancesend
- the upper bound of the range of model instances (not inclusive)public <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<T> orderByComparator)
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 com.liferay.portal.kernel.dao.orm.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, then the query will include the default ORDER BY logic from com.liferay.saml.persistence.model.impl.SamlSpIdpConnectionModelImpl
.
dynamicQuery
in interface SamlSpIdpConnectionLocalService
dynamicQuery
- the dynamic querystart
- the lower bound of the range of model instancesend
- the upper bound of the range of model instances (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQueryCount
in interface SamlSpIdpConnectionLocalService
dynamicQuery
- the dynamic querypublic long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, com.liferay.portal.kernel.dao.orm.Projection projection)
dynamicQueryCount
in interface SamlSpIdpConnectionLocalService
dynamicQuery
- the dynamic queryprojection
- the projection to apply to the querypublic SamlSpIdpConnection fetchSamlSpIdpConnection(long samlSpIdpConnectionId)
fetchSamlSpIdpConnection
in interface SamlSpIdpConnectionLocalService
public com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery
in interface SamlSpIdpConnectionLocalService
public com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery
in interface SamlSpIdpConnectionLocalService
public java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface SamlSpIdpConnectionLocalService
public com.liferay.portal.kernel.model.PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj) throws com.liferay.portal.kernel.exception.PortalException
getPersistedModel
in interface com.liferay.portal.kernel.service.PersistedModelLocalService
getPersistedModel
in interface SamlSpIdpConnectionLocalService
PortalException
public SamlSpIdpConnection getSamlSpIdpConnection(long samlSpIdpConnectionId) throws com.liferay.portal.kernel.exception.PortalException
getSamlSpIdpConnection
in interface SamlSpIdpConnectionLocalService
samlSpIdpConnectionId
- the primary key of the saml sp idp connectionPortalException
- if a saml sp idp connection with the primary key could not be foundpublic SamlSpIdpConnection getSamlSpIdpConnection(long companyId, java.lang.String samlIdpEntityId) throws com.liferay.portal.kernel.exception.PortalException
getSamlSpIdpConnection
in interface SamlSpIdpConnectionLocalService
com.liferay.portal.kernel.exception.PortalException
public java.util.List<SamlSpIdpConnection> getSamlSpIdpConnections(int start, int end)
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 com.liferay.portal.kernel.dao.orm.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, then the query will include the default ORDER BY logic from com.liferay.saml.persistence.model.impl.SamlSpIdpConnectionModelImpl
.
getSamlSpIdpConnections
in interface SamlSpIdpConnectionLocalService
start
- the lower bound of the range of saml sp idp connectionsend
- the upper bound of the range of saml sp idp connections (not inclusive)public java.util.List<SamlSpIdpConnection> getSamlSpIdpConnections(long companyId)
getSamlSpIdpConnections
in interface SamlSpIdpConnectionLocalService
public java.util.List<SamlSpIdpConnection> getSamlSpIdpConnections(long companyId, int start, int end)
getSamlSpIdpConnections
in interface SamlSpIdpConnectionLocalService
public java.util.List<SamlSpIdpConnection> getSamlSpIdpConnections(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SamlSpIdpConnection> orderByComparator)
getSamlSpIdpConnections
in interface SamlSpIdpConnectionLocalService
public int getSamlSpIdpConnectionsCount()
getSamlSpIdpConnectionsCount
in interface SamlSpIdpConnectionLocalService
public int getSamlSpIdpConnectionsCount(long companyId)
getSamlSpIdpConnectionsCount
in interface SamlSpIdpConnectionLocalService
public void updateMetadata(long samlSpIdpConnectionId) throws com.liferay.portal.kernel.exception.PortalException
updateMetadata
in interface SamlSpIdpConnectionLocalService
com.liferay.portal.kernel.exception.PortalException
public SamlSpIdpConnection updateSamlSpIdpConnection(long samlSpIdpConnectionId, boolean assertionSignatureRequired, long clockSkew, boolean enabled, boolean forceAuthn, boolean ldapImportEnabled, java.lang.String metadataUrl, java.io.InputStream metadataXmlInputStream, java.lang.String name, java.lang.String nameIdFormat, java.lang.String samlIdpEntityId, boolean signAuthnRequest, boolean unknownUsersAreStrangers, java.lang.String userAttributeMappings, java.lang.String userIdentifierExpression, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
updateSamlSpIdpConnection
in interface SamlSpIdpConnectionLocalService
com.liferay.portal.kernel.exception.PortalException
public SamlSpIdpConnection updateSamlSpIdpConnection(SamlSpIdpConnection samlSpIdpConnection)
Important: Inspect SamlSpIdpConnectionLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.
updateSamlSpIdpConnection
in interface SamlSpIdpConnectionLocalService
samlSpIdpConnection
- the saml sp idp connectionpublic SamlSpIdpConnectionLocalService getWrappedService()
getWrappedService
in interface com.liferay.portal.kernel.service.ServiceWrapper<SamlSpIdpConnectionLocalService>
public void setWrappedService(SamlSpIdpConnectionLocalService samlSpIdpConnectionLocalService)
setWrappedService
in interface com.liferay.portal.kernel.service.ServiceWrapper<SamlSpIdpConnectionLocalService>