Class urn_perun_user_facility_attribute_def_def_accountExpirationTime
java.lang.Object
cz.metacentrum.perun.core.implApi.modules.attributes.AttributesModuleAbstract
cz.metacentrum.perun.core.implApi.modules.attributes.UserFacilityAttributesModuleAbstract
cz.metacentrum.perun.core.impl.modules.attributes.urn_perun_user_facility_attribute_def_def_accountExpirationTime
- All Implemented Interfaces:
AttributesModuleImplApi,UserFacilityAttributesModuleImplApi
public class urn_perun_user_facility_attribute_def_def_accountExpirationTime
extends UserFacilityAttributesModuleAbstract
implements UserFacilityAttributesModuleImplApi
- Author:
- Milan Halenar invalid input: '<'255818@mail.muni.cz>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcheckAttributeSemantics(PerunSessionImpl perunSession, User user, Facility facility, Attribute attribute) Checks if value of assigned attribute in relationship between those two entities has a correct semantics.fillAttribute(PerunSessionImpl perunSession, User user, Facility facility, AttributeDefinition attribute) Tries to fill an attribute in the relationship between a facility and userReturn attributes definition which is represented by the moduleGet list of attributes whose value are used in checking of validity of this attribute.Methods inherited from class cz.metacentrum.perun.core.implApi.modules.attributes.UserFacilityAttributesModuleAbstract
changedAttributeHook, checkAttributeSyntaxMethods inherited from class cz.metacentrum.perun.core.implApi.modules.attributes.AttributesModuleAbstract
getAuthorizedRoles, 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, resolveVirtualAttributeValueChangeMethods inherited from interface cz.metacentrum.perun.core.implApi.modules.attributes.UserFacilityAttributesModuleImplApi
changedAttributeHook, checkAttributeSyntax
-
Constructor Details
-
urn_perun_user_facility_attribute_def_def_accountExpirationTime
public urn_perun_user_facility_attribute_def_def_accountExpirationTime()
-
-
Method Details
-
checkAttributeSemantics
public void checkAttributeSemantics(PerunSessionImpl perunSession, User user, Facility facility, Attribute attribute) throws WrongReferenceAttributeValueException, WrongAttributeAssignmentException Description copied from interface:UserFacilityAttributesModuleImplApiChecks if value of assigned attribute in relationship between those two entities has a correct semantics.- Specified by:
checkAttributeSemanticsin interfaceUserFacilityAttributesModuleImplApi- Overrides:
checkAttributeSemanticsin classUserFacilityAttributesModuleAbstract- Parameters:
perunSession- Perun sessionuser- User of the facility.facility- Facility to be used by a user.attribute- Attribute in relationship between facility and user.- Throws:
WrongReferenceAttributeValueException- if the attribute value has wrong/illegal semanticsWrongAttributeAssignmentException
-
fillAttribute
public Attribute fillAttribute(PerunSessionImpl perunSession, User user, Facility facility, AttributeDefinition attribute) throws WrongAttributeAssignmentException Description copied from interface:UserFacilityAttributesModuleImplApiTries to fill an attribute in the relationship between a facility and user- Specified by:
fillAttributein interfaceUserFacilityAttributesModuleImplApi- Overrides:
fillAttributein classUserFacilityAttributesModuleAbstract- Parameters:
perunSession- Perun Sessionuser- User of the facilityfacility- Facility to be used by user.attribute- Attribute in relationship between facility and user to be filled in.- Returns:
- Attribute which MAY be filled in
- Throws:
WrongAttributeAssignmentException
-
getAttributeDefinition
Description copied from interface:AttributesModuleImplApiReturn attributes definition which is represented by the module- Specified by:
getAttributeDefinitionin interfaceAttributesModuleImplApi- Overrides:
getAttributeDefinitionin classAttributesModuleAbstract- Returns:
- attribute definition
-
getDependencies
Description copied from interface:AttributesModuleImplApiGet list of attributes whose value are used in checking of validity of this attribute. In other words any change of these attributes' values can cause that value of this attribute is no longer valid.An attribute should depend on all attributes which values are used in method "checkAttributeSemantics" defined in attribute module.
- Specified by:
getDependenciesin interfaceAttributesModuleImplApi- Overrides:
getDependenciesin classAttributesModuleAbstract- Returns:
- list of attributes this attribute depends on
- See Also:
-