Class AttributeValidationServiceBase

    • Constructor Detail

      • AttributeValidationServiceBase

        public AttributeValidationServiceBase()
    • Method Detail

      • setInformationSystemEntityDao

        public void setInformationSystemEntityDao​(InformationSystemEntityDao aplicacioEntityDao)
        Sets reference to aplicacioEntityDao.
      • getInformationSystemEntityDao

        public InformationSystemEntityDao getInformationSystemEntityDao()
        Gets reference to aplicacioEntityDao.
      • setCustomObjectEntityDao

        public void setCustomObjectEntityDao​(CustomObjectEntityDao customObjectEntityDao)
        Sets reference to customObjectEntityDao.
      • getCustomObjectEntityDao

        public CustomObjectEntityDao getCustomObjectEntityDao()
        Gets reference to customObjectEntityDao.
      • setGroupEntityDao

        public void setGroupEntityDao​(GroupEntityDao grupEntityDao)
        Sets reference to grupEntityDao.
      • getGroupEntityDao

        public GroupEntityDao getGroupEntityDao()
        Gets reference to grupEntityDao.
      • setHostEntityDao

        public void setHostEntityDao​(HostEntityDao maquinaEntityDao)
        Sets reference to maquinaEntityDao.
      • getHostEntityDao

        public HostEntityDao getHostEntityDao()
        Gets reference to maquinaEntityDao.
      • setUserTypeEntityDao

        public void setUserTypeEntityDao​(UserTypeEntityDao tipusUsuariEntityDao)
        Sets reference to tipusUsuariEntityDao.
      • getUserTypeEntityDao

        public UserTypeEntityDao getUserTypeEntityDao()
        Gets reference to tipusUsuariEntityDao.
      • setUserEntityDao

        public void setUserEntityDao​(UserEntityDao usuariEntityDao)
        Sets reference to usuariEntityDao.
      • getUserEntityDao

        public UserEntityDao getUserEntityDao()
        Gets reference to usuariEntityDao.
      • setNetworkEntityDao

        public void setNetworkEntityDao​(NetworkEntityDao xarxaEntityDao)
        Sets reference to xarxaEntityDao.
      • getNetworkEntityDao

        public NetworkEntityDao getNetworkEntityDao()
        Gets reference to xarxaEntityDao.
      • getPrincipal

        protected Principal getPrincipal()
        Gets the current principal if one has been set, otherwise returns null.
        Returns:
        the current principal