|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FavoriteQuery | |
---|---|
atg.svc.repository.beans | |
atg.svc.repository.service |
Uses of FavoriteQuery in atg.svc.repository.beans |
---|
Classes in atg.svc.repository.beans that implement FavoriteQuery | |
---|---|
class |
_FavoriteQuery_BeanImpl
|
class |
_FavoriteQuery_Impl
|
class |
_FavoriteQuery_ReposImpl
|
Methods in atg.svc.repository.beans that return FavoriteQuery | |
---|---|
FavoriteQuery |
_FavoriteQueryHome_BeanImpl.create()
|
FavoriteQuery |
_FavoriteQueryHome_ReposImpl.create()
|
FavoriteQuery |
FavoriteQueryHome.create()
Returns a new instance. |
FavoriteQuery |
_FavoriteQueryHome_BeanImpl.create(java.lang.String pId)
|
FavoriteQuery |
_FavoriteQueryHome_ReposImpl.create(java.lang.String pId)
|
FavoriteQuery |
FavoriteQueryHome.create(java.lang.String pId)
Returns a new instance with the repository id set to the given id. |
FavoriteQuery |
_FavoriteQueryHome_BeanImpl.findByPrimaryKey(java.lang.String primaryKey)
|
FavoriteQuery |
_FavoriteQueryHome_ReposImpl.findByPrimaryKey(java.lang.String primaryKey)
|
FavoriteQuery |
FavoriteQueryHome.findByPrimaryKey(java.lang.String primaryKey)
Returns the instance with the given primary key, throws ObjectNotFoundException if the instance is not found. |
FavoriteQuery |
_FavoriteQueryHome_ReposImpl.wrapRepositoryItem(atg.repository.RepositoryItem pRepositoryItem)
|
FavoriteQuery |
FavoriteQueryHome.wrapRepositoryItem(atg.repository.RepositoryItem pRepositoryItem)
|
Methods in atg.svc.repository.beans with parameters of type FavoriteQuery | |
---|---|
void |
_FavoriteQuery_Impl.copyTo(FavoriteQuery destination)
|
void |
FavoriteQuery.copyTo(FavoriteQuery destination)
Copies the property values of this instance to another instance of the same data type. |
Uses of FavoriteQuery in atg.svc.repository.service |
---|
Methods in atg.svc.repository.service that return FavoriteQuery | |
---|---|
FavoriteQuery |
FavoriteQueryService.createFavoriteQuery()
Creates a new transient FavoriteQuery repository bean. |
FavoriteQuery |
FavoriteQueryService.createFavoriteQuery(java.lang.String pQueryId)
Creates a new transient FavoriteQuery repository bean. |
FavoriteQuery |
FavoriteQueryService.edit(java.lang.String pFavoriteQueryId)
Gets an editable version of a favorite query given the repository id of the favorite query. |
FavoriteQuery |
FavoriteQueryService.getFavoriteQueryById(java.lang.String pFavoriteQueryId)
Finds a FavoriteQuery by it's repository id. |
Methods in atg.svc.repository.service with parameters of type FavoriteQuery | |
---|---|
void |
FavoriteQueryService.saveFavoriteQuery(FavoriteQuery pFavoriteQuery)
Adds a query to a user's list of favorite searches. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |