Package com.soffid.iam.service.ejb
Class IssuePolicyServiceBean
- java.lang.Object
-
- org.springframework.ejb.support.AbstractStatelessSessionBean
-
- com.soffid.iam.service.ejb.IssuePolicyServiceBean
-
- All Implemented Interfaces:
com.soffid.iam.service.ejb.IssuePolicyService
,Serializable
,javax.ejb.EnterpriseBean
,javax.ejb.SessionBean
,org.springframework.ejb.support.SmartSessionBean
public class IssuePolicyServiceBean extends org.springframework.ejb.support.AbstractStatelessSessionBean implements com.soffid.iam.service.ejb.IssuePolicyService
- See Also:
com.soffid.iam.service.IssuePolicyService
,,com.soffid.iam.service.IssuePolicyService
,, Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
BEAN_FACTORY_PATH_ENVIRONMENT_KEY
-
Constructor Summary
Constructors Constructor Description IssuePolicyServiceBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
ejbCreate()
Initizlizes beenvoid
ejbRemove()
com.soffid.iam.api.PagedResult<com.soffid.iam.api.IssuePolicy>
findIssuePoliciesByJsonQuery(String query, Integer first, Integer pageSize)
com.soffid.iam.api.AsyncList<com.soffid.iam.api.IssuePolicy>
findIssuePoliciesByJsonQueryAsync(String query)
protected org.springframework.beans.factory.BeanFactory
getBeanFactory()
javax.ejb.SessionContext
getSessionContext()
List<com.soffid.iam.api.IssueActionDefinition>
listAutomaticActions()
protected void
onEjbCreate()
protected void
onEjbRemove()
void
setBeanFactoryLocator(org.springframework.beans.factory.access.BeanFactoryLocator arg0)
void
setBeanFactoryLocatorKey(String arg0)
void
setSessionContext(javax.ejb.SessionContext sessionContext)
Override default BeanFactoryLocator implementation to provide singleton loading of the application context Bean factory.com.soffid.iam.api.IssuePolicy
update(com.soffid.iam.api.IssuePolicy event)
-
Methods inherited from class org.springframework.ejb.support.AbstractStatelessSessionBean
ejbActivate, ejbPassivate
-
-
-
-
Field Detail
-
BEAN_FACTORY_PATH_ENVIRONMENT_KEY
public static final String BEAN_FACTORY_PATH_ENVIRONMENT_KEY
- See Also:
- Constant Field Values
-
-
Method Detail
-
findIssuePoliciesByJsonQueryAsync
@PermitAll public com.soffid.iam.api.AsyncList<com.soffid.iam.api.IssuePolicy> findIssuePoliciesByJsonQueryAsync(String query) throws es.caib.seycon.ng.exception.InternalErrorException
- Specified by:
findIssuePoliciesByJsonQueryAsync
in interfacecom.soffid.iam.service.ejb.IssuePolicyService
- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
update
@PermitAll public com.soffid.iam.api.IssuePolicy update(com.soffid.iam.api.IssuePolicy event) throws es.caib.seycon.ng.exception.InternalErrorException
- Specified by:
update
in interfacecom.soffid.iam.service.ejb.IssuePolicyService
- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
findIssuePoliciesByJsonQuery
@PermitAll public com.soffid.iam.api.PagedResult<com.soffid.iam.api.IssuePolicy> findIssuePoliciesByJsonQuery(String query, Integer first, Integer pageSize) throws es.caib.seycon.ng.exception.InternalErrorException
- Specified by:
findIssuePoliciesByJsonQuery
in interfacecom.soffid.iam.service.ejb.IssuePolicyService
- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
listAutomaticActions
@PermitAll public List<com.soffid.iam.api.IssueActionDefinition> listAutomaticActions() throws es.caib.seycon.ng.exception.InternalErrorException
- Specified by:
listAutomaticActions
in interfacecom.soffid.iam.service.ejb.IssuePolicyService
- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
ejbCreate
@PostConstruct public void ejbCreate() throws javax.ejb.CreateException
Initizlizes been- Overrides:
ejbCreate
in classorg.springframework.ejb.support.AbstractStatelessSessionBean
- Throws:
javax.ejb.CreateException
- See Also:
AbstractStatelessSessionBean.onEjbCreate()
-
onEjbCreate
protected void onEjbCreate()
- Specified by:
onEjbCreate
in classorg.springframework.ejb.support.AbstractStatelessSessionBean
-
setSessionContext
public void setSessionContext(javax.ejb.SessionContext sessionContext)
Override default BeanFactoryLocator implementation to provide singleton loading of the application context Bean factory.- Specified by:
setSessionContext
in interfacejavax.ejb.SessionBean
- See Also:
SessionBean.setSessionContext(javax.ejb.SessionContext)
-
getSessionContext
public final javax.ejb.SessionContext getSessionContext()
- Specified by:
getSessionContext
in interfaceorg.springframework.ejb.support.SmartSessionBean
-
setBeanFactoryLocator
public void setBeanFactoryLocator(org.springframework.beans.factory.access.BeanFactoryLocator arg0)
-
setBeanFactoryLocatorKey
public void setBeanFactoryLocatorKey(String arg0)
-
getBeanFactory
protected org.springframework.beans.factory.BeanFactory getBeanFactory()
-
ejbRemove
public void ejbRemove()
-
onEjbRemove
protected void onEjbRemove()
-
-