Class AssetSuggestionsRestService

  • All Implemented Interfaces:
    org.springframework.beans.factory.InitializingBean

    @Component("assetSuggestionsRestService")
    public class AssetSuggestionsRestService
    extends OnmsRestService
    implements org.springframework.beans.factory.InitializingBean
    The Class AssetSuggestionsRestService.
    Author:
    Alejandro Galue
    • Field Detail

      • m_assetDao

        @Autowired
        protected AssetRecordDao m_assetDao
        The Asset DAO.
    • Constructor Detail

      • AssetSuggestionsRestService

        public AssetSuggestionsRestService()
    • Method Detail

      • afterPropertiesSet

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