Uses of Class
com.silverpeas.util.ForeignPK

Packages that use ForeignPK
com.silverpeas.comment.dao   
com.silverpeas.comment.dao.jdbc   
com.silverpeas.form Defines the interface of all of the objects that represent forms, fields, templates describing forms, and so on. 
com.silverpeas.form.displayers   
com.silverpeas.form.dummy   
com.silverpeas.form.importExport   
com.silverpeas.form.record   
com.silverpeas.subscribe.service   
com.silverpeas.thumbnail.control   
com.stratelia.silverpeas.silverStatisticsPeas.vo   
com.stratelia.webactiv.util.answer.control   
com.stratelia.webactiv.util.answer.ejb   
com.stratelia.webactiv.util.answer.model   
com.stratelia.webactiv.util.publication.control   
com.stratelia.webactiv.util.publication.info   
com.stratelia.webactiv.util.publication.model   
com.stratelia.webactiv.util.questionResult.control   
com.stratelia.webactiv.util.questionResult.ejb   
com.stratelia.webactiv.util.questionResult.model   
com.stratelia.webactiv.util.statistic.control   
com.stratelia.webactiv.util.statistic.ejb   
com.stratelia.webactiv.util.statistic.model   
org.silverpeas.attachment   
org.silverpeas.attachment.mock   
org.silverpeas.importExport.versioning   
org.silverpeas.rating   
org.silverpeas.wysiwyg.control   
 

Uses of ForeignPK in com.silverpeas.comment.dao
 

Methods in com.silverpeas.comment.dao with parameters of type ForeignPK
 List<Comment> CommentDAO.getAllCommentsByForeignKey(String resourceType, ForeignPK pk)
          Gets all the comments of the publication identified by the resource type and the specified foreign key.
 int CommentDAO.getCommentsCountByForeignKey(String resourceType, ForeignPK pk)
          Gets the number of comments on the publication identified by the resource type and the specified foreign key.
 void CommentDAO.moveComments(String resourceType, ForeignPK fromPK, ForeignPK toPK)
          Moves all the comments from the publication identified by the resource type and the specified foreign key to the publication identified by the second specified foreign key.
 void CommentDAO.moveComments(String fromResourceType, ForeignPK fromPK, String toResourceType, ForeignPK toPK)
          Moves all the comments from the publication identified by the resource type and the specified foreign key to the publication identified by the second resource type and specified foreign key.
 void CommentDAO.removeAllCommentsByForeignPk(String resourceType, ForeignPK pk)
          Deletes all the comments on the publication identified by the resource type and the specified foreign key.
 

Uses of ForeignPK in com.silverpeas.comment.dao.jdbc
 

Methods in com.silverpeas.comment.dao.jdbc with parameters of type ForeignPK
 int JDBCCommentRequester.deleteAllComments(Connection con, String resourceType, ForeignPK foreignPK)
           
 List<Comment> JDBCCommentDAO.getAllCommentsByForeignKey(String resourceType, ForeignPK foreign_pk)
           
 int JDBCCommentDAO.getCommentsCountByForeignKey(String resourceType, ForeignPK foreign_pk)
           
 void JDBCCommentRequester.moveComments(Connection con, String fromResourceType, ForeignPK fromPK, String toResourceType, ForeignPK toPK)
          Moves comments.
 void JDBCCommentDAO.moveComments(String resourceType, ForeignPK fromPK, ForeignPK toPK)
           
 void JDBCCommentDAO.moveComments(String fromResourceType, ForeignPK fromPK, String toResourceType, ForeignPK toPK)
           
 void JDBCCommentDAO.removeAllCommentsByForeignPk(String resourceType, ForeignPK foreign_pk)
           
 

Uses of ForeignPK in com.silverpeas.form
 

Methods in com.silverpeas.form with parameters of type ForeignPK
 void RecordSet.copy(ForeignPK fromPK, ForeignPK toPK, RecordTemplate toRecordTemplate, Map<String,String> oldAndNewFileIds)
           
 void RecordSet.move(ForeignPK fromPK, ForeignPK toPK, RecordTemplate toRecordTemplate)
           
 

Uses of ForeignPK in com.silverpeas.form.displayers
 

Methods in com.silverpeas.form.displayers with parameters of type ForeignPK
 void WysiwygFCKFieldDisplayer.cloneContents(ForeignPK fromPK, ForeignPK toPK, Map<String,String> oldAndNewFileIds)
           
 void WysiwygFCKFieldDisplayer.move(ForeignPK fromPK, ForeignPK toPK)
           
static void WysiwygFCKFieldDisplayer.removeContents(ForeignPK pk)
           
 

Uses of ForeignPK in com.silverpeas.form.dummy
 

Methods in com.silverpeas.form.dummy with parameters of type ForeignPK
 void DummyRecordSet.copy(ForeignPK fromPK, ForeignPK toPK, RecordTemplate toRecordTemplate, Map<String,String> attachmentIds)
           
 void DummyRecordSet.move(ForeignPK fromPK, ForeignPK toPK, RecordTemplate toRecordTemplate)
           
 

Uses of ForeignPK in com.silverpeas.form.importExport
 

Methods in com.silverpeas.form.importExport with parameters of type ForeignPK
 void FormTemplateImportExport.importXMLModelContentType(ForeignPK pk, String objectType, XMLModelContentType xmlModel, String userId)
           
 String FormTemplateImportExport.manageFileField(ForeignPK pk, String userId, String xmlFieldValue, FieldTemplate fieldTemplate)
           
 

Uses of ForeignPK in com.silverpeas.form.record
 

Methods in com.silverpeas.form.record with parameters of type ForeignPK
 void GenericRecordSet.copy(ForeignPK fromPK, ForeignPK toPK, RecordTemplate toRecordTemplate, Map<String,String> oldAndNewFileIds)
           
 void GenericRecordSet.move(ForeignPK fromPK, ForeignPK toPK, RecordTemplate toRecordTemplate)
           
 

Uses of ForeignPK in com.silverpeas.subscribe.service
 

Methods in com.silverpeas.subscribe.service that return ForeignPK
 ForeignPK ComponentSubscriptionResource.getPK()
          Gets the Silverpeas Primary Key of the aimed resource
 

Uses of ForeignPK in com.silverpeas.thumbnail.control
 

Methods in com.silverpeas.thumbnail.control with parameters of type ForeignPK
static void ThumbnailController.copyThumbnail(ForeignPK fromPK, ForeignPK toPK)
           
static void ThumbnailController.moveThumbnail(ForeignPK fromPK, ForeignPK toPK)
           
static boolean ThumbnailController.processThumbnail(ForeignPK pk, String objectType, List<org.apache.commons.fileupload.FileItem> parameters)
           
 

Uses of ForeignPK in com.stratelia.silverpeas.silverStatisticsPeas.vo
 

Methods in com.stratelia.silverpeas.silverStatisticsPeas.vo that return ForeignPK
 ForeignPK AccessPublicationVO.getForeignPK()
           
 

Methods in com.stratelia.silverpeas.silverStatisticsPeas.vo with parameters of type ForeignPK
 void AccessPublicationVO.setForeignPK(ForeignPK foreignPK)
           
 

Constructors in com.stratelia.silverpeas.silverStatisticsPeas.vo with parameters of type ForeignPK
AccessPublicationVO(ForeignPK foreignPK, int nbAccess)
          Constructor declaration
 

Uses of ForeignPK in com.stratelia.webactiv.util.answer.control
 

Methods in com.stratelia.webactiv.util.answer.control with parameters of type ForeignPK
 void AnswerBm.addAnswersToAQuestion(Collection<Answer> answers, ForeignPK questionPK)
          Add some answers to a question
 void AnswerBmEJB.addAnswersToAQuestion(Collection<Answer> answers, ForeignPK questionPK)
           
 void AnswerBm.addAnswerToAQuestion(Answer answer, ForeignPK questionPK)
          Add an answer to a question
 void AnswerBmEJB.addAnswerToAQuestion(Answer answer, ForeignPK questionPK)
           
 void AnswerBm.deleteAnswersToAQuestion(ForeignPK questionPK)
          Delete all answers to a given question
 void AnswerBmEJB.deleteAnswersToAQuestion(ForeignPK questionPK)
           
 void AnswerBm.deleteAnswerToAQuestion(ForeignPK questionPK, String answerId)
          Delete an answer to a question
 void AnswerBmEJB.deleteAnswerToAQuestion(ForeignPK questionPK, String answerId)
           
 Collection<Answer> AnswerBm.getAnswersByQuestionPK(ForeignPK questionPK)
          Get answers which composed the question
 Collection<Answer> AnswerBmEJB.getAnswersByQuestionPK(ForeignPK questionPK)
           
 void AnswerBm.recordThisAnswerAsVote(ForeignPK questionPK, AnswerPK answerPK)
          Record that the answer (answerPK) has been chosen to the question (questionPK)
 void AnswerBmEJB.recordThisAnswerAsVote(ForeignPK questionPK, AnswerPK answerPK)
           
 void AnswerBm.updateAnswerToAQuestion(ForeignPK questionPK, Answer answer)
          Update an answer to a question
 void AnswerBmEJB.updateAnswerToAQuestion(ForeignPK questionPK, Answer answer)
           
 

Uses of ForeignPK in com.stratelia.webactiv.util.answer.ejb
 

Methods in com.stratelia.webactiv.util.answer.ejb with parameters of type ForeignPK
static void AnswerDAO.addAnswersToAQuestion(Connection con, Collection<Answer> answers, ForeignPK questionPK)
          Add some answers to a question
static void AnswerDAO.addAnswerToAQuestion(Connection con, Answer answer, ForeignPK questionPK)
          Add an answer to a question
static void AnswerDAO.deleteAnswersToAQuestion(Connection con, ForeignPK questionPK)
          Delete all answers to a given question
static void AnswerDAO.deleteAnswerToAQuestion(Connection con, ForeignPK questionPK, String answerId)
          Delete an answer to a question
static Collection<Answer> AnswerDAO.getAnswersByQuestionPK(Connection con, ForeignPK questionPK)
          Get answers which composed the question
static void AnswerDAO.recordThisAnswerAsVote(Connection con, ForeignPK questionPK, AnswerPK answerPK)
          Record that the answer (answerPK) has been chosen to the question (questionPK)
static void AnswerDAO.updateAnswerToAQuestion(Connection con, ForeignPK questionPK, Answer answer)
          Update an answer to a question
 

Uses of ForeignPK in com.stratelia.webactiv.util.answer.model
 

Methods in com.stratelia.webactiv.util.answer.model that return ForeignPK
 ForeignPK Answer.getQuestionPK()
           
 

Methods in com.stratelia.webactiv.util.answer.model with parameters of type ForeignPK
 void Answer.setQuestionPK(ForeignPK questionPK)
           
 

Constructors in com.stratelia.webactiv.util.answer.model with parameters of type ForeignPK
Answer(AnswerPK pk, ForeignPK questionPK, String label, int nbPoints, boolean isSolution, String comment, int nbVoters, boolean isOpened, String image, String questionLink)
           
Answer(AnswerPK pk, ForeignPK questionPK, String label, int nbPointsPos, int nbPointsNeg, boolean isSolution, String comment, int nbVoters, boolean isOpened, String image)
           
Answer(AnswerPK pk, ForeignPK questionPK, String label, String comment, int nbVoters, boolean isOpened, String image, String questionLink)
           
 

Uses of ForeignPK in com.stratelia.webactiv.util.publication.control
 

Method parameters in com.stratelia.webactiv.util.publication.control with type arguments of type ForeignPK
 void PublicationBmEJB.addLinks(PublicationPK pubPK, List<ForeignPK> links)
          Updates the publication links
 void PublicationBm.addLinks(PublicationPK pubPK, List<ForeignPK> links)
          Updates the publication links
 void PublicationBmEJB.deleteInfoLinks(PublicationPK pubPK, List<ForeignPK> links)
          Removes links between publications and the specified publication
 void PublicationBm.deleteInfoLinks(PublicationPK pubPK, List<ForeignPK> links)
           
 

Uses of ForeignPK in com.stratelia.webactiv.util.publication.info
 

Methods in com.stratelia.webactiv.util.publication.info that return types with arguments of type ForeignPK
static List<ForeignPK> SeeAlsoDAO.getLinks(Connection con, WAPrimaryKey objectPK)
          Method declaration
static List<ForeignPK> SeeAlsoDAO.getReverseLinks(Connection con, WAPrimaryKey objectPK)
          gets the publication identifiers which reference given publication
 

Uses of ForeignPK in com.stratelia.webactiv.util.publication.model
 

Methods in com.stratelia.webactiv.util.publication.model that return types with arguments of type ForeignPK
 List<ForeignPK> CompletePublication.getLinkList()
           
 List<ForeignPK> CompletePublication.getReverseLinkList()
           
 

Method parameters in com.stratelia.webactiv.util.publication.model with type arguments of type ForeignPK
 void CompletePublication.setLinkList(List<ForeignPK> linkList)
           
 void CompletePublication.setReverseLinkList(List<ForeignPK> reverseLinkList)
           
 

Constructor parameters in com.stratelia.webactiv.util.publication.model with type arguments of type ForeignPK
CompletePublication(PublicationDetail pubDetail, List<ForeignPK> linkList, List<ForeignPK> reverseLinkList)
           
CompletePublication(PublicationDetail pubDetail, List<ForeignPK> linkList, List<ForeignPK> reverseLinkList)
           
 

Uses of ForeignPK in com.stratelia.webactiv.util.questionResult.control
 

Methods in com.stratelia.webactiv.util.questionResult.control with parameters of type ForeignPK
 void QuestionResultBmEJB.deleteQuestionResultsToQuestion(ForeignPK questionPK)
           
 void QuestionResultBm.deleteQuestionResultsToQuestion(ForeignPK questionPK)
          Delete all results for a question
 Collection<QuestionResult> QuestionResultBmEJB.getQuestionResultToQuestion(ForeignPK questionPK)
           
 Collection<QuestionResult> QuestionResultBm.getQuestionResultToQuestion(ForeignPK questionPK)
          Return all result to a given question
 Collection<QuestionResult> QuestionResultBmEJB.getQuestionResultToQuestionByParticipation(ForeignPK questionPK, int participationId)
           
 Collection<QuestionResult> QuestionResultBm.getQuestionResultToQuestionByParticipation(ForeignPK questionPK, int participationId)
          Return all result to a given question for a given participation
 QuestionResult QuestionResultBmEJB.getUserAnswerToQuestion(String userId, ForeignPK questionPK, AnswerPK answerPK)
           
 QuestionResult QuestionResultBm.getUserAnswerToQuestion(String userId, ForeignPK questionPK, AnswerPK answerPK)
          Return result for a question and an answer of a user
 Collection<QuestionResult> QuestionResultBmEJB.getUserQuestionResultsToQuestion(String userId, ForeignPK questionPK)
           
 Collection<QuestionResult> QuestionResultBm.getUserQuestionResultsToQuestion(String userId, ForeignPK questionPK)
          Return all user result to a given question
 Collection<QuestionResult> QuestionResultBmEJB.getUserQuestionResultsToQuestionByParticipation(String userId, ForeignPK questionPK, int participationId)
           
 Collection<QuestionResult> QuestionResultBm.getUserQuestionResultsToQuestionByParticipation(String userId, ForeignPK questionPK, int participationId)
          Return all user result to a given question for a given participation
 

Uses of ForeignPK in com.stratelia.webactiv.util.questionResult.ejb
 

Methods in com.stratelia.webactiv.util.questionResult.ejb with parameters of type ForeignPK
static void QuestionResultDAO.deleteQuestionResultToQuestion(Connection con, ForeignPK questionPK)
           
static Collection<QuestionResult> QuestionResultDAO.getQuestionResultToQuestion(Connection con, ForeignPK questionPK)
           
static Collection<QuestionResult> QuestionResultDAO.getQuestionResultToQuestionByParticipation(Connection con, ForeignPK questionPK, int participationId)
           
static QuestionResult QuestionResultDAO.getUserAnswerToQuestion(Connection con, String userId, ForeignPK questionPK, AnswerPK answerPK)
           
static Collection<QuestionResult> QuestionResultDAO.getUserQuestionResultsToQuestion(Connection con, String userId, ForeignPK questionPK)
           
static Collection<QuestionResult> QuestionResultDAO.getUserQuestionResultsToQuestionByParticipation(Connection con, String userId, ForeignPK questionPK, int participationId)
           
 

Uses of ForeignPK in com.stratelia.webactiv.util.questionResult.model
 

Methods in com.stratelia.webactiv.util.questionResult.model that return ForeignPK
 ForeignPK QuestionResult.getQuestionPK()
           
 

Methods in com.stratelia.webactiv.util.questionResult.model with parameters of type ForeignPK
 void QuestionResult.setQuestionPK(ForeignPK questionPK)
           
 

Constructors in com.stratelia.webactiv.util.questionResult.model with parameters of type ForeignPK
QuestionResult(QuestionResultPK pk, ForeignPK questionPK, AnswerPK answerPK, String userId, String openedAnswer)
          Smallest QuestionResult Constructor
QuestionResult(QuestionResultPK pk, ForeignPK questionPK, AnswerPK answerPK, String userId, String openedAnswer, int nbPoints, String voteDate, int elapsedTime, int participationId)
           
QuestionResult(QuestionResultPK pk, ForeignPK questionPK, AnswerPK answerPK, String userId, String openedAnswer, String voteDate)
           
QuestionResult(QuestionResultPK pk, ForeignPK questionPK, AnswerPK answerPK, String userId, String openedAnswer, String voteDate, int elapsedTime, int participationId)
           
 

Uses of ForeignPK in com.stratelia.webactiv.util.statistic.control
 

Methods in com.stratelia.webactiv.util.statistic.control with parameters of type ForeignPK
 void StatisticBm.addStat(String userId, ForeignPK foreignPK, int action, String objectType)
           
 void StatisticBmEJB.addStat(String userId, ForeignPK foreignPK, int actionType, String objectType)
           
 void StatisticBm.deleteStats(ForeignPK foreignPK, String objectType)
           
 void StatisticBmEJB.deleteStats(ForeignPK foreignPK, String objectType)
           
 int StatisticBm.getCount(ForeignPK foreignPK, int action, String objectType)
           
 int StatisticBmEJB.getCount(ForeignPK foreignPK, int action, String objectType)
           
 int StatisticBm.getCount(ForeignPK foreignPK, String objectType)
           
 int StatisticBmEJB.getCount(ForeignPK foreignPK, String objectType)
           
 Collection<HistoryObjectDetail> StatisticBm.getHistoryByAction(ForeignPK foreignPK, int action, String objectType)
           
 Collection<HistoryObjectDetail> StatisticBmEJB.getHistoryByAction(ForeignPK foreignPK, int action, String objectType)
           
 Collection<HistoryByUser> StatisticBm.getHistoryByObject(ForeignPK foreignPK, int action, String objectType)
           
 Collection<HistoryByUser> StatisticBmEJB.getHistoryByObject(ForeignPK foreignPK, int action, String objectType)
           
 Collection<HistoryByUser> StatisticBm.getHistoryByObject(ForeignPK foreignPK, int action, String objectType, List<String> userIds)
           
 Collection<HistoryByUser> StatisticBmEJB.getHistoryByObject(ForeignPK foreignPK, int action, String objectType, List<String> userIds)
           
 Collection<HistoryObjectDetail> StatisticBm.getHistoryByObjectAndUser(ForeignPK foreignPK, int action, String objectType, String userId)
           
 Collection<HistoryObjectDetail> StatisticBmEJB.getHistoryByObjectAndUser(ForeignPK foreignPK, int action, String objectType, String userId)
           
 void StatisticBm.moveStat(ForeignPK toForeignPK, int actionType, String objectType)
           
 void StatisticBmEJB.moveStat(ForeignPK toForeignPK, int actionType, String objectType)
           
 

Method parameters in com.stratelia.webactiv.util.statistic.control with type arguments of type ForeignPK
 int StatisticBm.getCount(List<ForeignPK> foreignPKs, int action, String objectType)
           
 int StatisticBmEJB.getCount(List<ForeignPK> foreignPKs, int action, String objectType)
           
 

Uses of ForeignPK in com.stratelia.webactiv.util.statistic.ejb
 

Methods in com.stratelia.webactiv.util.statistic.ejb with parameters of type ForeignPK
static void HistoryObjectDAO.add(Connection con, String userId, ForeignPK foreignPK, int actionType, String objectType)
          Method declaration
static void HistoryObjectDAO.deleteHistoryByObject(Connection con, ForeignPK foreignPK, String objectType)
          Method declaration
static int HistoryObjectDAO.getCount(Connection con, ForeignPK foreignPK, String objectType)
           
static Collection<HistoryObjectDetail> HistoryObjectDAO.getHistoryDetailByObject(Connection con, ForeignPK foreignPK, String objectType)
          Method declaration
static Collection<HistoryObjectDetail> HistoryObjectDAO.getHistoryDetailByObjectAndUser(Connection con, ForeignPK foreignPK, String objectType, String userId)
           
static void HistoryObjectDAO.move(Connection con, ForeignPK toForeignPK, int actionType, String objectType)
           
 

Method parameters in com.stratelia.webactiv.util.statistic.ejb with type arguments of type ForeignPK
static int HistoryObjectDAO.getCount(Connection con, Collection<ForeignPK> foreignPKs, String objectType)
           
 

Uses of ForeignPK in com.stratelia.webactiv.util.statistic.model
 

Methods in com.stratelia.webactiv.util.statistic.model that return ForeignPK
 ForeignPK HistoryObjectDetail.getForeignPK()
          Method declaration
 

Constructors in com.stratelia.webactiv.util.statistic.model with parameters of type ForeignPK
HistoryObjectDetail(Date date, String userId, ForeignPK foreignPK)
          Constructor declaration
 

Uses of ForeignPK in org.silverpeas.attachment
 

Methods in org.silverpeas.attachment with parameters of type ForeignPK
 SimpleDocumentPK SimpleDocumentService.copyDocument(SimpleDocument original, ForeignPK targetPk)
          Clone the attachment.
 SimpleDocumentPK AttachmentService.copyDocument(SimpleDocument original, ForeignPK targetPk)
          Copies the attachment.
 SimpleDocument SimpleDocumentService.findExistingDocument(SimpleDocumentPK pk, String fileName, ForeignPK foreign, String lang)
           
 SimpleDocument AttachmentService.findExistingDocument(SimpleDocumentPK pk, String fileName, ForeignPK foreign, String lang)
          Find documents with the same name attached to the specified foreign id.
 Map<String,String> SimpleDocumentService.mergeDocuments(ForeignPK originalForeignKey, ForeignPK cloneForeignKey, DocumentType type)
           
 Map<String,String> AttachmentService.mergeDocuments(ForeignPK originalForeignKey, ForeignPK cloneForeignKey, DocumentType type)
          Merges the documents of cloned container with the original documents.
 SimpleDocumentPK SimpleDocumentService.moveDocument(SimpleDocument document, ForeignPK destination)
           
 SimpleDocumentPK AttachmentService.moveDocument(SimpleDocument document, ForeignPK destination)
          Moves the attachment.
 

Uses of ForeignPK in org.silverpeas.attachment.mock
 

Methods in org.silverpeas.attachment.mock with parameters of type ForeignPK
 SimpleDocumentPK SimpleDocumentServiceWrapper.copyDocument(SimpleDocument original, ForeignPK targetPk)
           
 SimpleDocument SimpleDocumentServiceWrapper.findExistingDocument(SimpleDocumentPK pk, String fileName, ForeignPK foreign, String lang)
           
 Map<String,String> SimpleDocumentServiceWrapper.mergeDocuments(ForeignPK originalForeignKey, ForeignPK cloneForeignKey, DocumentType type)
           
 SimpleDocumentPK SimpleDocumentServiceWrapper.moveDocument(SimpleDocument document, ForeignPK destination)
           
 

Uses of ForeignPK in org.silverpeas.importExport.versioning
 

Methods in org.silverpeas.importExport.versioning with parameters of type ForeignPK
 List<SimpleDocument> VersioningImportExport.importDocuments(ForeignPK objectPK, List<Document> documents, int userId, boolean indexIt)
           
 void Document.setForeignKey(ForeignPK foreignKey)
           
 

Uses of ForeignPK in org.silverpeas.rating
 

Subclasses of ForeignPK in org.silverpeas.rating
 class ContributionRatingPK
          This class represents a technical primary key of a contribution rating.
 class RaterRatingPK
          This class represents a technical primary key of a rater rating.
 

Uses of ForeignPK in org.silverpeas.wysiwyg.control
 

Methods in org.silverpeas.wysiwyg.control with parameters of type ForeignPK
 void WysiwygManager.addToIndex(FullIndexEntry indexEntry, ForeignPK pk, String language)
          Add all elements attached to object identified by the given index into the given index
static void WysiwygController.addToIndex(FullIndexEntry indexEntry, ForeignPK pk, String language)
          Add all elements attached to object identified by the given index into the given index
 



Copyright © 2016 Silverpeas. All Rights Reserved.