Uses of Class
pl.edu.icm.unity.base.notifications.CommunicationTechnology
-
Packages that use CommunicationTechnology Package Description pl.edu.icm.unity.base.msgtemplates pl.edu.icm.unity.base.msgtemplates.confirm Message template definitions of the confirmation subsystempl.edu.icm.unity.base.msgtemplates.reg Message templates of the registration subsystempl.edu.icm.unity.base.notifications -
-
Uses of CommunicationTechnology in pl.edu.icm.unity.base.msgtemplates
Methods in pl.edu.icm.unity.base.msgtemplates that return types with arguments of type CommunicationTechnology Modifier and Type Method Description java.util.EnumSet<CommunicationTechnology>GenericMessageTemplateDef. getCompatibleTechnologies()java.util.EnumSet<CommunicationTechnology>MessageTemplateDefinition. getCompatibleTechnologies()java.util.EnumSet<CommunicationTechnology>UserNotificationTemplateDef. getCompatibleTechnologies() -
Uses of CommunicationTechnology in pl.edu.icm.unity.base.msgtemplates.confirm
Methods in pl.edu.icm.unity.base.msgtemplates.confirm that return types with arguments of type CommunicationTechnology Modifier and Type Method Description java.util.EnumSet<CommunicationTechnology>EmailConfirmationTemplateDef. getCompatibleTechnologies()java.util.EnumSet<CommunicationTechnology>MobileNumberConfirmationTemplateDef. getCompatibleTechnologies() -
Uses of CommunicationTechnology in pl.edu.icm.unity.base.msgtemplates.reg
Methods in pl.edu.icm.unity.base.msgtemplates.reg that return types with arguments of type CommunicationTechnology Modifier and Type Method Description java.util.EnumSet<CommunicationTechnology>BaseRegistrationTemplateDef. getCompatibleTechnologies()java.util.EnumSet<CommunicationTechnology>EnquiryFilledTemplateDef. getCompatibleTechnologies()java.util.EnumSet<CommunicationTechnology>InvitationTemplateDef. getCompatibleTechnologies()java.util.EnumSet<CommunicationTechnology>NewEnquiryTemplateDef. getCompatibleTechnologies() -
Uses of CommunicationTechnology in pl.edu.icm.unity.base.notifications
Methods in pl.edu.icm.unity.base.notifications that return CommunicationTechnology Modifier and Type Method Description static CommunicationTechnologyCommunicationTechnology. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CommunicationTechnology[]CommunicationTechnology. values()Returns an array containing the constants of this enum type, in the order they are declared.
-