|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Deprecated Methods | |
---|---|
atg.svc.repository.service.RepositoryService.edit(Object)
Bean impl objects are not required to edit repository impl objects. |
|
atg.svc.repository.service.RepositoryService.editCollection(Collection)
Bean impl objects are not required to edit repository impl objects. |
|
atg.svc.repository.service.SolutionScoringService.filterSolutionRelevanceWithSolutionListUtils(Collection, Collection, Collection, boolean, int)
Use the new #filterSolutionRelevanceWithChainedFilter(Collection, Collection, Collection) |
|
atg.svc.ui.formhandlers.CustomerProfileFormHandler.generateNewAccountEmailParameters(DynamoHttpServletRequest, DynamoHttpServletResponse, RepositoryItem)
|
|
atg.svc.ui.formhandlers.CustomerProfileFormHandler.generateResetPasswordEmailParameters(DynamoHttpServletRequest, DynamoHttpServletResponse, RepositoryItem)
|
|
atg.svc.repository.beans.methods.SolutionClassFieldDefinitionMethods.getComputedDisplayName(SolutionClassFieldDefinition)
Use display name instead. |
|
atg.svc.ui.formhandlers.RatingFormHandler.getContentId()
Use #getDocId |
|
atg.svc.repository.service.SolutionScoringService.getHotSolutions()
This function is being retained for backward compatibility but you should use getHotSolutionsAsSolutions() instead. Most callers want a list of Solution rather than a list of SolutionRelevance and getHotSolutionsAsSolutions() is more efficient than getting the SolutionRelevance and then retrieving the Solution by id. getHotSolutionsAsSolutions() will also make sure that non-deployed solutions are not returned in self-service. NOTE: If you want to get the SolutionRelevance, you can also get it from Solution.getSolutionRelevance() . |
|
atg.svc.repository.service.SolutionScoringService.getTopSolutions()
This function is being retained for backward compatibility but you should use getTopSolutionsAsSolutions() instead. Most callers want a list of Solution rather than a list of SolutionRelevance and getTopSolutionsAsSolutions() is more efficient than getting the SolutionRelevance and then retrieving the Solution by id. getTopSolutionsAsSolutions() will also make sure that non-deployed solutions are not returned in self-service. NOTE: If you want to get the SolutionRelevance, you can also get it from Solution.getSolutionRelevance() . |
|
atg.svc.ui.formhandlers.RatingFormHandler.setContentId(String)
Use #setDocId |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |