Uses of Class
org.exoplatform.appcenter.entity.ApplicationEntity
-
Packages that use ApplicationEntity Package Description org.exoplatform.appcenter.dao org.exoplatform.appcenter.entity -
-
Uses of ApplicationEntity in org.exoplatform.appcenter.dao
Methods in org.exoplatform.appcenter.dao that return ApplicationEntity Modifier and Type Method Description ApplicationEntityApplicationDAO. getApplicationByTitle(String title)Methods in org.exoplatform.appcenter.dao that return types with arguments of type ApplicationEntity Modifier and Type Method Description List<ApplicationEntity>ApplicationDAO. getApplications(String keyword)List<ApplicationEntity>ApplicationDAO. getMandatoryActiveApps()List<ApplicationEntity>ApplicationDAO. getSystemApplications() -
Uses of ApplicationEntity in org.exoplatform.appcenter.entity
Methods in org.exoplatform.appcenter.entity that return ApplicationEntity Modifier and Type Method Description ApplicationEntityFavoriteApplicationEntity. getApplication()Methods in org.exoplatform.appcenter.entity with parameters of type ApplicationEntity Modifier and Type Method Description voidFavoriteApplicationEntity. setApplication(ApplicationEntity application)Constructors in org.exoplatform.appcenter.entity with parameters of type ApplicationEntity Constructor Description FavoriteApplicationEntity(ApplicationEntity application, String userName)FavoriteApplicationEntity(ApplicationEntity application, String userName, Long order)
-