|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Favorites | |
---|---|
atg.svc.repository.beans | |
atg.svc.repository.service |
Uses of Favorites in atg.svc.repository.beans |
---|
Classes in atg.svc.repository.beans that implement Favorites | |
---|---|
class |
_Favorites_BeanImpl
|
class |
_Favorites_Impl
|
class |
_Favorites_ReposImpl
|
Methods in atg.svc.repository.beans that return Favorites | |
---|---|
Favorites |
_FavoritesHome_BeanImpl.create()
|
Favorites |
_FavoritesHome_ReposImpl.create()
|
Favorites |
FavoritesHome.create()
Returns a new instance. |
Favorites |
_FavoritesHome_BeanImpl.create(java.lang.String pId)
|
Favorites |
_FavoritesHome_ReposImpl.create(java.lang.String pId)
|
Favorites |
FavoritesHome.create(java.lang.String pId)
Returns a new instance with the repository id set to the given id. |
Favorites |
_FavoritesHome_BeanImpl.findByPrimaryKey(java.lang.String primaryKey)
|
Favorites |
_FavoritesHome_ReposImpl.findByPrimaryKey(java.lang.String primaryKey)
|
Favorites |
FavoritesHome.findByPrimaryKey(java.lang.String primaryKey)
Returns the instance with the given primary key, throws ObjectNotFoundException if the instance is not found. |
Favorites |
_FavoritesHome_ReposImpl.wrapRepositoryItem(atg.repository.RepositoryItem pRepositoryItem)
|
Favorites |
FavoritesHome.wrapRepositoryItem(atg.repository.RepositoryItem pRepositoryItem)
|
Methods in atg.svc.repository.beans with parameters of type Favorites | |
---|---|
void |
_Favorites_Impl.copyTo(Favorites destination)
|
void |
Favorites.copyTo(Favorites destination)
Copies the property values of this instance to another instance of the same data type. |
Uses of Favorites in atg.svc.repository.service |
---|
Methods in atg.svc.repository.service that return Favorites | |
---|---|
Favorites |
FavoritesService.createFavorites()
Creates a new transient Favorites repository bean. |
Favorites |
FavoritesService.edit(java.lang.String pFavoritesId)
Gets an editable version of a favorite given the repository id of the favorite . |
Favorites |
FavoritesService.getFavoritesById(java.lang.String pFavoritesId)
Finds a Favorites by it's repository id. |
Methods in atg.svc.repository.service with parameters of type Favorites | |
---|---|
boolean |
FavoritesService.isRecordAlreadyExists(Favorites pFavorites)
Checks if record already created for the specified solution id, context id , group id and URL |
void |
FavoritesService.saveFavorites(Favorites pFavorites)
If the user already has saved the maximum number of favorites, removes oldest favorites. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |