Package com.soffid.iam.service.ejb
Class CustomObjectServiceBean
- java.lang.Object
-
- org.springframework.ejb.support.AbstractStatelessSessionBean
-
- com.soffid.iam.service.ejb.CustomObjectServiceBean
-
- All Implemented Interfaces:
com.soffid.iam.service.ejb.CustomObjectService,Serializable,javax.ejb.EnterpriseBean,javax.ejb.SessionBean,org.springframework.ejb.support.SmartSessionBean
public class CustomObjectServiceBean extends org.springframework.ejb.support.AbstractStatelessSessionBean implements com.soffid.iam.service.ejb.CustomObjectService- See Also:
com.soffid.iam.service.CustomObjectService,,com.soffid.iam.service.CustomObjectService,, Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringBEAN_FACTORY_PATH_ENVIRONMENT_KEY
-
Constructor Summary
Constructors Constructor Description CustomObjectServiceBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.soffid.iam.api.CustomObjectcreateCustomObject(com.soffid.iam.api.CustomObject obj)voiddeleteCustomObject(com.soffid.iam.api.CustomObject obj)voidejbCreate()Initizlizes beenvoidejbRemove()Collection<com.soffid.iam.api.CustomObject>findCustomObjectByJsonQuery(String objectType, String query)com.soffid.iam.api.AsyncList<com.soffid.iam.api.CustomObject>findCustomObjectByJsonQueryAsync(String objectType, String query)Collection<com.soffid.iam.api.CustomObject>findCustomObjectByText(String objectType, String query)Collection<com.soffid.iam.api.CustomObject>findCustomObjectByTextAndFilter(String objectType, String text, String filter)com.soffid.iam.api.AsyncList<com.soffid.iam.api.CustomObject>findCustomObjectByTextAndFilterAsync(String objectType, String text, String filter)com.soffid.iam.api.PagedResult<com.soffid.iam.api.CustomObject>findCustomObjectByTextAndJsonQuery(String text, String filter, Integer start, Integer end)com.soffid.iam.api.PagedResult<com.soffid.iam.api.CustomObject>findCustomObjectByTextAndJsonQuery(String objectType, String text, String filter, Integer start, Integer end)com.soffid.iam.api.AsyncList<com.soffid.iam.api.CustomObject>findCustomObjectByTextAndJsonQueryAsync(String text, String filter)com.soffid.iam.api.AsyncList<com.soffid.iam.api.CustomObject>findCustomObjectByTextAndJsonQueryAsync(String objectType, String text, String filter)com.soffid.iam.api.AsyncList<com.soffid.iam.api.CustomObject>findCustomObjectByTextAsync(String objectType, String query)com.soffid.iam.api.CustomObjectfindCustomObjectByTypeAndName(String objectType, String name)protected org.springframework.beans.factory.BeanFactorygetBeanFactory()javax.ejb.SessionContextgetSessionContext()protected voidonEjbCreate()protected voidonEjbRemove()voidsetBeanFactoryLocator(org.springframework.beans.factory.access.BeanFactoryLocator arg0)voidsetBeanFactoryLocatorKey(String arg0)voidsetSessionContext(javax.ejb.SessionContext sessionContext)Override default BeanFactoryLocator implementation to provide singleton loading of the application context Bean factory.com.soffid.iam.api.CustomObjectupdateCustomObject(com.soffid.iam.api.CustomObject obj)-
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
-
findCustomObjectByJsonQueryAsync
@PermitAll public com.soffid.iam.api.AsyncList<com.soffid.iam.api.CustomObject> findCustomObjectByJsonQueryAsync(String objectType, String query) throws es.caib.seycon.ng.exception.InternalErrorException
- Specified by:
findCustomObjectByJsonQueryAsyncin interfacecom.soffid.iam.service.ejb.CustomObjectService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
findCustomObjectByTextAndFilterAsync
@PermitAll public com.soffid.iam.api.AsyncList<com.soffid.iam.api.CustomObject> findCustomObjectByTextAndFilterAsync(String objectType, String text, String filter) throws es.caib.seycon.ng.exception.InternalErrorException
- Specified by:
findCustomObjectByTextAndFilterAsyncin interfacecom.soffid.iam.service.ejb.CustomObjectService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
findCustomObjectByTextAndJsonQueryAsync
@PermitAll public com.soffid.iam.api.AsyncList<com.soffid.iam.api.CustomObject> findCustomObjectByTextAndJsonQueryAsync(String text, String filter) throws es.caib.seycon.ng.exception.InternalErrorException
- Specified by:
findCustomObjectByTextAndJsonQueryAsyncin interfacecom.soffid.iam.service.ejb.CustomObjectService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
findCustomObjectByTextAndJsonQueryAsync
@PermitAll public com.soffid.iam.api.AsyncList<com.soffid.iam.api.CustomObject> findCustomObjectByTextAndJsonQueryAsync(String objectType, String text, String filter) throws es.caib.seycon.ng.exception.InternalErrorException
- Specified by:
findCustomObjectByTextAndJsonQueryAsyncin interfacecom.soffid.iam.service.ejb.CustomObjectService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
findCustomObjectByTextAsync
@PermitAll public com.soffid.iam.api.AsyncList<com.soffid.iam.api.CustomObject> findCustomObjectByTextAsync(String objectType, String query) throws es.caib.seycon.ng.exception.InternalErrorException
- Specified by:
findCustomObjectByTextAsyncin interfacecom.soffid.iam.service.ejb.CustomObjectService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
createCustomObject
@PermitAll public com.soffid.iam.api.CustomObject createCustomObject(com.soffid.iam.api.CustomObject obj) throws es.caib.seycon.ng.exception.InternalErrorException- Specified by:
createCustomObjectin interfacecom.soffid.iam.service.ejb.CustomObjectService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
findCustomObjectByTypeAndName
@PermitAll public com.soffid.iam.api.CustomObject findCustomObjectByTypeAndName(String objectType, String name) throws es.caib.seycon.ng.exception.InternalErrorException
- Specified by:
findCustomObjectByTypeAndNamein interfacecom.soffid.iam.service.ejb.CustomObjectService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
updateCustomObject
@PermitAll public com.soffid.iam.api.CustomObject updateCustomObject(com.soffid.iam.api.CustomObject obj) throws es.caib.seycon.ng.exception.InternalErrorException- Specified by:
updateCustomObjectin interfacecom.soffid.iam.service.ejb.CustomObjectService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
findCustomObjectByTextAndJsonQuery
@PermitAll public com.soffid.iam.api.PagedResult<com.soffid.iam.api.CustomObject> findCustomObjectByTextAndJsonQuery(String text, String filter, Integer start, Integer end) throws es.caib.seycon.ng.exception.InternalErrorException
- Specified by:
findCustomObjectByTextAndJsonQueryin interfacecom.soffid.iam.service.ejb.CustomObjectService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
findCustomObjectByTextAndJsonQuery
@PermitAll public com.soffid.iam.api.PagedResult<com.soffid.iam.api.CustomObject> findCustomObjectByTextAndJsonQuery(String objectType, String text, String filter, Integer start, Integer end) throws es.caib.seycon.ng.exception.InternalErrorException
- Specified by:
findCustomObjectByTextAndJsonQueryin interfacecom.soffid.iam.service.ejb.CustomObjectService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
findCustomObjectByJsonQuery
@PermitAll public Collection<com.soffid.iam.api.CustomObject> findCustomObjectByJsonQuery(String objectType, String query) throws es.caib.seycon.ng.exception.InternalErrorException
- Specified by:
findCustomObjectByJsonQueryin interfacecom.soffid.iam.service.ejb.CustomObjectService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
findCustomObjectByText
@PermitAll public Collection<com.soffid.iam.api.CustomObject> findCustomObjectByText(String objectType, String query) throws es.caib.seycon.ng.exception.InternalErrorException
- Specified by:
findCustomObjectByTextin interfacecom.soffid.iam.service.ejb.CustomObjectService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
findCustomObjectByTextAndFilter
@PermitAll public Collection<com.soffid.iam.api.CustomObject> findCustomObjectByTextAndFilter(String objectType, String text, String filter) throws es.caib.seycon.ng.exception.InternalErrorException
- Specified by:
findCustomObjectByTextAndFilterin interfacecom.soffid.iam.service.ejb.CustomObjectService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
deleteCustomObject
@PermitAll public void deleteCustomObject(com.soffid.iam.api.CustomObject obj) throws es.caib.seycon.ng.exception.InternalErrorException- Specified by:
deleteCustomObjectin interfacecom.soffid.iam.service.ejb.CustomObjectService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
ejbCreate
@PostConstruct public void ejbCreate() throws javax.ejb.CreateException
Initizlizes been- Overrides:
ejbCreatein classorg.springframework.ejb.support.AbstractStatelessSessionBean- Throws:
javax.ejb.CreateException- See Also:
AbstractStatelessSessionBean.onEjbCreate()
-
onEjbCreate
protected void onEjbCreate()
- Specified by:
onEjbCreatein 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:
setSessionContextin interfacejavax.ejb.SessionBean- See Also:
SessionBean.setSessionContext(javax.ejb.SessionContext)
-
getSessionContext
public final javax.ejb.SessionContext getSessionContext()
- Specified by:
getSessionContextin 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()
-
-