Uses of Class
com.stratelia.webactiv.kmelia.model.KmeliaPublication

Packages that use KmeliaPublication
com.silverpeas.kmelia.export   
com.stratelia.webactiv.kmelia.control   
com.stratelia.webactiv.kmelia.control.ejb   
com.stratelia.webactiv.kmelia.model   
 

Uses of KmeliaPublication in com.silverpeas.kmelia.export
 

Methods in com.silverpeas.kmelia.export with parameters of type KmeliaPublication
 File ODTDocumentBuilder.buildFrom(KmeliaPublication publication, String documentPath)
          Builds an ODT document at the specified path and from the specified Kmelia publication.
 void KmeliaPublicationExporter.export(com.silverpeas.export.ExportDescriptor descriptor, KmeliaPublication publication)
          Only the first publication is taken in charge by this exporter.
 String DefaultExportFileNameProducer.getPublicationExportFileName(KmeliaPublication publication, String language)
           
 String ExportFileNameProducer.getPublicationExportFileName(KmeliaPublication publication, String language)
          Gets the name of the file into which the specified publication can be exported, whatever the format of the export file.
 

Uses of KmeliaPublication in com.stratelia.webactiv.kmelia.control
 

Methods in com.stratelia.webactiv.kmelia.control that return KmeliaPublication
 KmeliaPublication KmeliaSessionController.getKmaxCompletePublication(String pubId)
          **********************************************************************************
 KmeliaPublication KmeliaSessionController.getPublication(String pubId)
           
 KmeliaPublication KmeliaSessionController.getPublication(String pubId, boolean processIndex)
           
 KmeliaPublication KmeliaSessionController.getSessionClone()
           
 KmeliaPublication KmeliaSessionController.getSessionPublication()
           
 KmeliaPublication KmeliaSessionController.getSessionPubliOrClone()
           
 

Methods in com.stratelia.webactiv.kmelia.control that return types with arguments of type KmeliaPublication
 List<KmeliaPublication> KmeliaSessionController.getLatestPublications()
           
 List<KmeliaPublication> KmeliaSessionController.getLinkedVisiblePublications()
          Get publications explicitly referenced by current publication.
 Collection<KmeliaPublication> KmeliaSessionController.getPublications(List<com.silverpeas.util.ForeignPK> links)
           
 List<KmeliaPublication> KmeliaSessionController.getPublicationsOfCurrentFolder()
           
 List<KmeliaPublication> KmeliaSessionController.getSessionPublicationsList()
           
 List<KmeliaPublication> KmeliaSessionController.getUnbalancedPublications()
           
 List<KmeliaPublication> KmeliaSessionController.search(List<String> combination)
           
 List<KmeliaPublication> KmeliaSessionController.search(List<String> combination, int nbDays)
           
 List<KmeliaPublication> KmeliaSessionController.search(String query)
          Get publications and aliases of this topic and its subtopics answering to the query
 

Methods in com.stratelia.webactiv.kmelia.control with parameters of type KmeliaPublication
 String KmeliaSessionController.getPublicationExportFileName(KmeliaPublication publication, String language)
           
 void KmeliaSessionController.setSessionClone(KmeliaPublication clone)
           
 void KmeliaSessionController.setSessionPublication(KmeliaPublication pubDetail)
           
 

Method parameters in com.stratelia.webactiv.kmelia.control with type arguments of type KmeliaPublication
 void KmeliaSessionController.setSessionPublicationsList(List<KmeliaPublication> publications)
           
 

Uses of KmeliaPublication in com.stratelia.webactiv.kmelia.control.ejb
 

Methods in com.stratelia.webactiv.kmelia.control.ejb that return KmeliaPublication
 KmeliaPublication KmeliaBmEJB.getContentById(String contentId)
           
 KmeliaPublication KmeliaBmEJB.getKmaxPublication(String pubId, String currentUserId)
           
 KmeliaPublication KmeliaBm.getKmaxPublication(String pubId, String currentUserId)
          Get a publication of a user
 KmeliaPublication KmeliaBmEJB.getPublication(com.stratelia.webactiv.util.publication.model.PublicationPK pubPK)
           
 KmeliaPublication KmeliaBm.getPublication(com.stratelia.webactiv.util.publication.model.PublicationPK pubPK)
           
 

Methods in com.stratelia.webactiv.kmelia.control.ejb that return types with arguments of type KmeliaPublication
 List<KmeliaPublication> KmeliaBmEJB.filterPublications(List<KmeliaPublication> publications, String instanceId, com.stratelia.webactiv.SilverpeasRole profile, String userId)
           
 List<KmeliaPublication> KmeliaBm.filterPublications(List<KmeliaPublication> publications, String instanceId, com.stratelia.webactiv.SilverpeasRole profile, String userId)
           
 List<KmeliaPublication> KmeliaBmEJB.getLatestPublications(String instanceId, int nbPublisOnRoot, boolean isRightsOnTopicsUsed, String userId)
           
 List<KmeliaPublication> KmeliaBm.getLatestPublications(String instanceId, int nbPublisOnRoot, boolean isRightsOnTopicsUsed, String userId)
           
 List<KmeliaPublication> KmeliaBmEJB.getLinkedPublications(KmeliaPublication publication)
          Gets all the publications linked with the specified one.
 List<KmeliaPublication> KmeliaBm.getLinkedPublications(KmeliaPublication publication)
          Gets all the publications linked with the specified one.
 List<KmeliaPublication> KmeliaBmEJB.getLinkedPublications(KmeliaPublication publication, String userId)
          Gets the publications linked with the specified one and for which the specified user is authorized to access.
 List<KmeliaPublication> KmeliaBm.getLinkedPublications(KmeliaPublication publication, String userId)
          Gets the publications linked with the specified one and for which the specified user is authorized to access.
 Collection<KmeliaPublication> KmeliaBmEJB.getPublications(List<com.silverpeas.util.ForeignPK> links, String userId, boolean isRightsOnTopicsUsed)
          gets a list of authorized publications
 Collection<KmeliaPublication> KmeliaBm.getPublications(List<com.silverpeas.util.ForeignPK> links, String userId, boolean isRightsOnTopicsUsed)
          gets a list of authorized publications
 List<KmeliaPublication> KmeliaBmEJB.getPublicationsOfFolder(com.stratelia.webactiv.util.node.model.NodePK pk, String userProfile, String userId, boolean isTreeStructureUsed, boolean isRightsOnTopicsUsed)
           
 List<KmeliaPublication> KmeliaBm.getPublicationsOfFolder(com.stratelia.webactiv.util.node.model.NodePK pk, String userProfile, String userId, boolean isTreeStructureUsed, boolean isRightsOnTopicsUsed)
           
 List<KmeliaPublication> KmeliaBmEJB.getPublicationsToValidate(String componentId, String userId)
           
 List<KmeliaPublication> KmeliaBm.getPublicationsToValidate(String componentId, String userId)
           
 Collection<KmeliaPublication> KmeliaBmEJB.getUnbalancedPublications(String componentId)
           
 Collection<KmeliaPublication> KmeliaBm.getUnbalancedPublications(String componentId)
          Get publications with no classement
 List<KmeliaPublication> KmeliaBmEJB.search(List<String> combination, int nbDays, String componentId)
           
 List<KmeliaPublication> KmeliaBm.search(List<String> combination, int nbDays, String componentId)
          Get publications in a combination with time criteria
 List<KmeliaPublication> KmeliaBmEJB.search(List<String> combination, String componentId)
           
 List<KmeliaPublication> KmeliaBm.search(List<String> combination, String componentId)
          Get publications in a combination
 

Methods in com.stratelia.webactiv.kmelia.control.ejb with parameters of type KmeliaPublication
 List<KmeliaPublication> KmeliaBmEJB.getLinkedPublications(KmeliaPublication publication)
          Gets all the publications linked with the specified one.
 List<KmeliaPublication> KmeliaBm.getLinkedPublications(KmeliaPublication publication)
          Gets all the publications linked with the specified one.
 List<KmeliaPublication> KmeliaBmEJB.getLinkedPublications(KmeliaPublication publication, String userId)
          Gets the publications linked with the specified one and for which the specified user is authorized to access.
 List<KmeliaPublication> KmeliaBm.getLinkedPublications(KmeliaPublication publication, String userId)
          Gets the publications linked with the specified one and for which the specified user is authorized to access.
 

Method parameters in com.stratelia.webactiv.kmelia.control.ejb with type arguments of type KmeliaPublication
 List<KmeliaPublication> KmeliaBmEJB.filterPublications(List<KmeliaPublication> publications, String instanceId, com.stratelia.webactiv.SilverpeasRole profile, String userId)
           
 List<KmeliaPublication> KmeliaBm.filterPublications(List<KmeliaPublication> publications, String instanceId, com.stratelia.webactiv.SilverpeasRole profile, String userId)
           
 

Uses of KmeliaPublication in com.stratelia.webactiv.kmelia.model
 

Methods in com.stratelia.webactiv.kmelia.model that return KmeliaPublication
static KmeliaPublication KmeliaPublication.aKmeliaPublicationFromCompleteDetail(com.stratelia.webactiv.util.publication.model.CompletePublication detail)
          Gets the Kmelia publication from the specified complete publication detail.
static KmeliaPublication KmeliaPublication.aKmeliaPublicationFromDetail(com.stratelia.webactiv.util.publication.model.PublicationDetail detail)
          Gets the Kmelia publication from the specified publication detail.
static KmeliaPublication KmeliaPublication.aKmeliaPublicationFromDetail(com.stratelia.webactiv.util.publication.model.PublicationDetail detail, int rank)
           
static KmeliaPublication KmeliaPublication.aKmeliaPublicationWithPk(com.stratelia.webactiv.util.publication.model.PublicationPK pk)
          Gets the Kmelia publication with the specified primary key identifying it uniquely.
 KmeliaPublication KmeliaPublication.asAlias()
          Sets this Kmelia publication as an alias one.
 

Methods in com.stratelia.webactiv.kmelia.model that return types with arguments of type KmeliaPublication
 Collection<KmeliaPublication> TopicDetail.getKmeliaPublications()
          Get a PublicationDetail collection containing all the publications in this topic
 List<KmeliaPublication> TopicDetail.getValidPublications()
           
 List<KmeliaPublication> TopicDetail.getValidPublications(com.stratelia.webactiv.util.publication.model.PublicationPK pubPKToExclude)
           
 

Methods in com.stratelia.webactiv.kmelia.model with parameters of type KmeliaPublication
 int PubliCreationDateComparatorAsc.compare(KmeliaPublication p1, KmeliaPublication p2)
           
 int PubliAuthorComparatorAsc.compare(KmeliaPublication p1, KmeliaPublication p2)
           
 int PubliUpdateDateComparatorAsc.compare(KmeliaPublication p1, KmeliaPublication p2)
           
 int PubliImportanceComparatorDesc.compare(KmeliaPublication p1, KmeliaPublication p2)
           
 int KmeliaPublicationComparator.compare(KmeliaPublication obj1, KmeliaPublication obj2)
           
 int PubliRankComparatorAsc.compare(KmeliaPublication p1, KmeliaPublication p2)
           
 

Method parameters in com.stratelia.webactiv.kmelia.model with type arguments of type KmeliaPublication
 void TopicDetail.setPublicationDetails(Collection<KmeliaPublication> pd)
          Set the publication details of each publication containing in this topic
 

Constructor parameters in com.stratelia.webactiv.kmelia.model with type arguments of type KmeliaPublication
TopicDetail(Collection<com.stratelia.webactiv.util.node.model.NodeDetail> path, com.stratelia.webactiv.util.node.model.NodeDetail nodeDetail, Collection<KmeliaPublication> kmeliaPublication)
          Create a new TopicDetail
 



Copyright © 2016 Silverpeas. All Rights Reserved.