Class VoAttributesModuleAbstract

java.lang.Object
cz.metacentrum.perun.core.implApi.modules.attributes.AttributesModuleAbstract
cz.metacentrum.perun.core.implApi.modules.attributes.VoAttributesModuleAbstract
All Implemented Interfaces:
AttributesModuleImplApi, VoAttributesModuleImplApi
Direct Known Subclasses:
urn_perun_vo_attribute_def_def_applicationAffiliationRegex, urn_perun_vo_attribute_def_def_applicationViewPreferences, urn_perun_vo_attribute_def_def_aup, urn_perun_vo_attribute_def_def_autoApproveByGroupMembership, urn_perun_vo_attribute_def_def_contactEmail, urn_perun_vo_attribute_def_def_fromEmail, urn_perun_vo_attribute_def_def_htmlMailFooter, urn_perun_vo_attribute_def_def_notificationsDefLang, urn_perun_vo_attribute_def_def_RTVoQueue, urn_perun_vo_attribute_def_def_toEmail

public abstract class VoAttributesModuleAbstract extends AttributesModuleAbstract implements VoAttributesModuleImplApi
Abstract class for Vo Attributes modules. ----------------------------------------------------------------------------- Implements methods for modules to perform default function. In the function that the method in the module does nothing, it is not necessary to implement it, simply extend this abstract class.
Author:
Michal Stava <stavamichal@gmail.com>