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 <vojtech.sassmann@gmail.com>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
changedAttributeHook
(PerunSessionImpl session, Member member, Group group, Attribute attribute) If you need to do some further work with other modules, this method do thatvoid
checkAttributeSyntax
(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, fillAttribute
Methods inherited from class cz.metacentrum.perun.core.implApi.modules.attributes.AttributesModuleAbstract
getAuthorizedRoles, getDependencies, resolveVirtualAttributeValueChange
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface cz.metacentrum.perun.core.implApi.modules.attributes.AttributesModuleImplApi
getAuthorizedRoles, getDependencies, resolveVirtualAttributeValueChange
Methods 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:MemberGroupAttributesModuleImplApi
If you need to do some further work with other modules, this method do that- Specified by:
changedAttributeHook
in interfaceMemberGroupAttributesModuleImplApi
- Overrides:
changedAttributeHook
in 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:MemberGroupAttributesModuleImplApi
This method checks syntax of Member's attribute value in a specified group.- Specified by:
checkAttributeSyntax
in interfaceMemberGroupAttributesModuleImplApi
- Overrides:
checkAttributeSyntax
in 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:AttributesModuleImplApi
Return attributes definition which is represented by the module- Specified by:
getAttributeDefinition
in interfaceAttributesModuleImplApi
- Overrides:
getAttributeDefinition
in classAttributesModuleAbstract
- Returns:
- attribute definition
-