Uses of Class
com.javahollic.jira.emh.api.export.beans.ProfileBean
-
Packages that use ProfileBean Package Description com.javahollic.jira.emh.api.export.beans com.javahollic.jira.emh.api.integration -
-
Uses of ProfileBean in com.javahollic.jira.emh.api.export.beans
Methods in com.javahollic.jira.emh.api.export.beans that return types with arguments of type ProfileBean Modifier and Type Method Description List<ProfileBean>ProfileGroupBean. getProfiles()Methods in com.javahollic.jira.emh.api.export.beans with parameters of type ProfileBean Modifier and Type Method Description voidProfileGroupBean. addProfile(ProfileBean profile)Method parameters in com.javahollic.jira.emh.api.export.beans with type arguments of type ProfileBean Modifier and Type Method Description voidProfileGroupBean. setProfiles(List<ProfileBean> profiles) -
Uses of ProfileBean in com.javahollic.jira.emh.api.integration
Methods in com.javahollic.jira.emh.api.integration that return ProfileBean Modifier and Type Method Description ProfileBeanITProfileManager. copyProfile(int toCopy)ProfileBeanITProfileManager. getProfileById(int i)ProfileBeanITProfileManager. installProfile(InputStream is, boolean addDefaultNotificationScheme)ProfileBeanITProfileManager. updateProfileGroup(ProfileGroupBean profileGroup)Methods in com.javahollic.jira.emh.api.integration with parameters of type ProfileBean Modifier and Type Method Description intITMailUtil. getAttachmentCount(javax.mail.Message messageToCount, ProfileBean profileBean)com.atlassian.mail.MailUtils.Attachment[]ITMailUtil. getAttachments(javax.mail.internet.MimeMessage message, ProfileBean profile)StringITMailUtil. getContent(javax.mail.Message message, ProfileBean bean)StringITMailUtil. getExactContent(javax.mail.Message message, boolean isHtml, ProfileBean bean)StringITMailUtil. getHtmlContent(javax.mail.internet.MimeMessage message, ProfileBean profileBean)List<Dimension>ITMailUtil. getImageDimensionsFromMessage(javax.mail.internet.MimeMessage message, ProfileBean profileBean)voidITProfileManager. updateProfile(ProfileBean profile)
-