Uses of Class
org.exoplatform.appcenter.entity.FavoriteApplicationEntity
-
Packages that use FavoriteApplicationEntity Package Description org.exoplatform.appcenter.dao -
-
Uses of FavoriteApplicationEntity in org.exoplatform.appcenter.dao
Methods in org.exoplatform.appcenter.dao that return FavoriteApplicationEntity Modifier and Type Method Description FavoriteApplicationEntityFavoriteApplicationDAO. getFavoriteAppByUserNameAndAppId(Long applicationId, String userName)Methods in org.exoplatform.appcenter.dao that return types with arguments of type FavoriteApplicationEntity Modifier and Type Method Description List<FavoriteApplicationEntity>FavoriteApplicationDAO. getFavoriteAppsByUser(String userName)
-