Class DefaultJaloAccessorsService

    • Field Detail

      • CFG_IGNORE_MARKED_UNSAFE

        public static final java.lang.String CFG_IGNORE_MARKED_UNSAFE
        See Also:
        Constant Field Values
      • CFG_ALL_SAFE_4_READING

        public static final java.lang.String CFG_ALL_SAFE_4_READING
        See Also:
        Constant Field Values
      • CFG_ALL_SAFE_4_WRITING

        public static final java.lang.String CFG_ALL_SAFE_4_WRITING
        See Also:
        Constant Field Values
      • CFG_IGNORE_UNSAFE_TYPE_PREFIX

        public static final java.lang.String CFG_IGNORE_UNSAFE_TYPE_PREFIX
        See Also:
        Constant Field Values
    • Constructor Detail

      • DefaultJaloAccessorsService

        public DefaultJaloAccessorsService()
    • Method Detail

      • afterPropertiesSet

        public void afterPropertiesSet()
                                throws java.lang.Exception
        Specified by:
        afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
        Throws:
        java.lang.Exception
      • destroy

        public void destroy()
                     throws java.lang.Exception
        Specified by:
        destroy in interface org.springframework.beans.factory.DisposableBean
        Throws:
        java.lang.Exception
      • updateIgnoreMarkedSettings

        protected void updateIgnoreMarkedSettings()
      • isTypeConfiguredAsSafe

        protected boolean isTypeConfiguredAsSafe​(java.lang.String typeCode)
      • isSLDSafe

        public boolean isSLDSafe​(java.lang.String typeCode)
        Description copied from interface: JaloAccessorsService
        Returns true if type with given typeCode supports ServiceLayerDirect for reading and writing data.
        Specified by:
        isSLDSafe in interface JaloAccessorsService
      • isSLDSafeForRead

        public boolean isSLDSafeForRead​(java.lang.String typeCode)
        Description copied from interface: JaloAccessorsService
        Returns true if type with given typeCode supports ServiceLayerDirect for reading data.
        Specified by:
        isSLDSafeForRead in interface JaloAccessorsService
      • isSLDSafeForWrite

        public boolean isSLDSafeForWrite​(java.lang.String typeCode)
        Description copied from interface: JaloAccessorsService
        Returns true if type with given typeCode supports ServiceLayerDirect for writing data.
        Specified by:
        isSLDSafeForWrite in interface JaloAccessorsService
      • setSLDUnsafeTypesProviderBuilder

        public void setSLDUnsafeTypesProviderBuilder​(SLDUnsafeTypesProviderBuilder sldUnsafeTypesProviderBuilder)
      • setSessionService

        public void setSessionService​(SessionService sessionService)