|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Packages that use ForeignPK | |
---|---|
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.thumbnail.control | |
org.silverpeas.attachment | |
org.silverpeas.importExport.versioning | |
org.silverpeas.rating | |
org.silverpeas.wysiwyg.control |
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.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 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.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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |