Uses of Class
com.atlassian.crowd.model.licensing.LicensingSummary
-
Uses of LicensingSummary in com.atlassian.crowd.dao.licensing
Modifier and TypeMethodDescriptionLicensingSummaryDao.findByApplication
(Application application, ApplicationSubtype applicationSubtype) LicensingSummaryDao.findByApplication
(Application application, Long version) LicensingSummaryDaoHibernate.findByApplication
(Application application, ApplicationSubtype applicationSubtype) LicensingSummaryDaoHibernate.findByApplication
(Application application, Long version) LicensingSummaryDao.getLatestLicensingSummary
(Application application) LicensingSummaryDaoHibernate.getLatestLicensingSummary
(Application application) LicensingSummaryDao.getLicensingSummaryByVersion
(Application application, ApplicationSubtype applicationSubtype, long version) LicensingSummaryDaoHibernate.getLicensingSummaryByVersion
(Application application, ApplicationSubtype applicationSubtype, long version) LicensingSummaryDaoHibernate.getPersistentClass()
Modifier and TypeMethodDescriptionvoid
LicensingSummaryDao.activate
(LicensingSummary licensingSummary) Marks current version as an active one and deletes all other versions.void
LicensingSummaryDaoHibernate.activate
(LicensingSummary licensingSummary) DirectoryInfoDao.findDirectories
(LicensingSummary licensingSummary) DirectoryInfoDaoHibernate.findDirectories
(LicensingSummary licensingSummary) void
DirectoryInfoDao.removeAll
(LicensingSummary licensingSummary) void
DirectoryInfoDaoHibernate.removeAll
(LicensingSummary licensingSummary) void
LicensedUserDao.removeAll
(LicensingSummary licensingSummary) void
LicensedUserDaoHibernate.removeAll
(LicensingSummary licensingSummary) void
LicensingSummaryDao.saveAfterCleanup
(LicensingSummary licensingSummary) void
LicensingSummaryDaoHibernate.saveAfterCleanup
(LicensingSummary licensingSummary) LicensedUsersQuery.Builder.setLicensingSummary
(LicensingSummary licensingSummary) void
LicensedUsersQuery.setLicensingSummary
(LicensingSummary licensingSummary) ModifierConstructorDescriptionprotected
LicensedUsersQuery
(LicensingSummary licensingSummary, String textSearch, Date lastActiveOnOrBefore, boolean neverLoggedIn, DirectoryInfo directoryInfo, int start, int limit) -
Uses of LicensingSummary in com.atlassian.crowd.model.licensing
Modifier and TypeMethodDescriptionvoid
DirectoryInfo.setLicensingSummary
(LicensingSummary licensingSummary)