Class urn_perun_member_group_attribute_def_def_groupMembershipExpiration
java.lang.Object
cz.metacentrum.perun.core.implApi.modules.attributes.AttributesModuleAbstract
cz.metacentrum.perun.core.implApi.modules.attributes.MemberGroupAttributesModuleAbstract
cz.metacentrum.perun.core.impl.modules.attributes.urn_perun_member_group_attribute_def_def_groupMembershipExpiration
- All Implemented Interfaces:
AttributesModuleImplApi,MemberGroupAttributesModuleImplApi
public class urn_perun_member_group_attribute_def_def_groupMembershipExpiration
extends MemberGroupAttributesModuleAbstract
implements MemberGroupAttributesModuleImplApi
- Author:
- Vojtech Sassmann invalid input: '<'vojtech.sassmann@gmail.com>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidchangedAttributeHook(PerunSessionImpl session, Member member, Group group, Attribute attribute) If you need to do some further work with other modules, this method do thatvoidcheckAttributeSyntax(PerunSessionImpl perunSession, Member member, Group group, Attribute attribute) This method checks syntax of Member's attribute value in a specified group.Return attributes definition which is represented by the moduleMethods inherited from class cz.metacentrum.perun.core.implApi.modules.attributes.MemberGroupAttributesModuleAbstract
checkAttributeSemantics, fillAttributeMethods inherited from class cz.metacentrum.perun.core.implApi.modules.attributes.AttributesModuleAbstract
getAuthorizedRoles, getDependencies, resolveVirtualAttributeValueChangeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface cz.metacentrum.perun.core.implApi.modules.attributes.AttributesModuleImplApi
getAuthorizedRoles, getDependencies, resolveVirtualAttributeValueChangeMethods inherited from interface cz.metacentrum.perun.core.implApi.modules.attributes.MemberGroupAttributesModuleImplApi
checkAttributeSemantics, fillAttribute
-
Constructor Details
-
urn_perun_member_group_attribute_def_def_groupMembershipExpiration
public urn_perun_member_group_attribute_def_def_groupMembershipExpiration()
-
-
Method Details
-
changedAttributeHook
public void changedAttributeHook(PerunSessionImpl session, Member member, Group group, Attribute attribute) Description copied from interface:MemberGroupAttributesModuleImplApiIf you need to do some further work with other modules, this method do that- Specified by:
changedAttributeHookin interfaceMemberGroupAttributesModuleImplApi- Overrides:
changedAttributeHookin classMemberGroupAttributesModuleAbstract- Parameters:
session- sessionmember- Membergroup- Groupattribute- the attribute
-
checkAttributeSyntax
public void checkAttributeSyntax(PerunSessionImpl perunSession, Member member, Group group, Attribute attribute) throws WrongAttributeValueException Description copied from interface:MemberGroupAttributesModuleImplApiThis method checks syntax of Member's attribute value in a specified group.- Specified by:
checkAttributeSyntaxin interfaceMemberGroupAttributesModuleImplApi- Overrides:
checkAttributeSyntaxin classMemberGroupAttributesModuleAbstract- Parameters:
perunSession- Perun sessionmember- Membergroup- Groupattribute- Attribute to be checked.- Throws:
WrongAttributeValueException- if the attribute value has wrong/illegal syntax
-
getAttributeDefinition
Description copied from interface:AttributesModuleImplApiReturn attributes definition which is represented by the module- Specified by:
getAttributeDefinitionin interfaceAttributesModuleImplApi- Overrides:
getAttributeDefinitionin classAttributesModuleAbstract- Returns:
- attribute definition
-