Uses of Class
com.atlassian.crowd.model.licensing.LicensingSummary
Packages that use LicensingSummary
-
Uses of LicensingSummary in com.atlassian.crowd.dao.licensing
Methods in com.atlassian.crowd.dao.licensing that return LicensingSummaryMethods in com.atlassian.crowd.dao.licensing that return types with arguments of type LicensingSummaryModifier and TypeMethodDescriptionLicensingSummaryDao.findByApplication(Application application, ApplicationSubtype applicationSubtype) LicensingSummaryDao.findByApplication(Application application, Long version) LicensingSummaryDao.getLatestLicensingSummary(Application application) LicensingSummaryDao.getLicensingSummaryByVersion(Application application, ApplicationSubtype applicationSubtype, long version) Methods in com.atlassian.crowd.dao.licensing with parameters of type LicensingSummaryModifier and TypeMethodDescriptionvoidLicensingSummaryDao.activate(LicensingSummary licensingSummary) Marks current version as an active one and deletes all other versions.DirectoryInfoDao.findDirectories(LicensingSummary licensingSummary) voidDirectoryInfoDao.removeAll(LicensingSummary licensingSummary) voidLicensedUserDao.removeAll(LicensingSummary licensingSummary) voidLicensingSummaryDao.saveAfterCleanup(LicensingSummary licensingSummary) LicensedUsersQuery.Builder.setLicensingSummary(LicensingSummary licensingSummary) voidLicensedUsersQuery.setLicensingSummary(LicensingSummary licensingSummary) Constructors in com.atlassian.crowd.dao.licensing with parameters of type LicensingSummaryModifierConstructorDescriptionprotectedLicensedUsersQuery(LicensingSummary licensingSummary, String textSearch, Date lastActiveOnOrBefore, boolean neverLoggedIn, DirectoryInfo directoryInfo, int start, int limit) -
Uses of LicensingSummary in com.atlassian.crowd.model.licensing
Methods in com.atlassian.crowd.model.licensing that return LicensingSummaryMethods in com.atlassian.crowd.model.licensing with parameters of type LicensingSummaryModifier and TypeMethodDescriptionvoidDirectoryInfo.setLicensingSummary(LicensingSummary licensingSummary)