ome.logic
Class AbstractLevel2Service
java.lang.Object
ome.logic.AbstractLevel2Service
- All Implemented Interfaces:
- SelfConfigurableService
- Direct Known Subclasses:
- AdminImpl, ConfigImpl, DeleteBean, LdapImpl, LicenseBean, MetadataImpl, PixelsImpl, PojosImpl, ProjectionBean, RenderingSettingsImpl, RepositoryInfoImpl, ShareBean, ThumbnailBean, TypesImpl
public abstract class AbstractLevel2Service
- extends Object
- implements SelfConfigurableService
service level 2
- Since:
- OMERO 3.0
- Version:
- 1.0 (Internal version: $Rev: 3303 $ $Date: 2009-01-15 14:53:43 +0000 (Thu, 15 Jan 2009) $)
- Author:
- Josh Moore, josh.moore@gmx.de
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
iUpdate
protected transient LocalUpdate iUpdate
iQuery
protected transient LocalQuery iQuery
queryFactory
protected transient QueryFactory queryFactory
sec
protected transient SecuritySystem sec
metadata
protected transient ExtendedMetadata metadata
AbstractLevel2Service
public AbstractLevel2Service()
selfConfigure
public void selfConfigure()
- This method was previously called by the EJB container,
but is no longer needed. Instead, all configuration happens
within Spring.
- Specified by:
selfConfigure
in interface SelfConfigurableService
getBeanHelper
protected BeanHelper getBeanHelper()
setUpdateService
public final void setUpdateService(LocalUpdate update)
setQueryFactory
public final void setQueryFactory(QueryFactory qFactory)
setQueryService
public final void setQueryService(LocalQuery query)
setSecuritySystem
public final void setSecuritySystem(SecuritySystem secSys)
setExtendedMetadata
public final void setExtendedMetadata(ExtendedMetadata em)
getQueryFactory
public final QueryFactory getQueryFactory()
getSecuritySystem
public final SecuritySystem getSecuritySystem()
getExtendedMetadata
public final ExtendedMetadata getExtendedMetadata()
OmeroJava Api
Version: Beta-4.1.1-r5927-b91
Copyright © 2009 The University of Dundee. All Rights Reserved.