com.jamasoftware.contour.review.dao
Interface RevisionPropertyEntryDao


public interface RevisionPropertyEntryDao


Method Summary
 void deleteRevisionPropertyEntry(RevisionPropertyEntry rpe)
           
 RevisionPropertyEntry getRevisionPropertyEntry(java.lang.Integer id)
           
 RevisionPropertyEntry getRevisionPropertyEntryFor(java.lang.Integer revisionId, java.lang.String propertyName)
           
 RevisionPropertyEntry saveRevisionPropertyEntry(RevisionPropertyEntry property)
           
 

Method Detail

getRevisionPropertyEntry

RevisionPropertyEntry getRevisionPropertyEntry(java.lang.Integer id)

saveRevisionPropertyEntry

RevisionPropertyEntry saveRevisionPropertyEntry(RevisionPropertyEntry property)

deleteRevisionPropertyEntry

void deleteRevisionPropertyEntry(RevisionPropertyEntry rpe)

getRevisionPropertyEntryFor

RevisionPropertyEntry getRevisionPropertyEntryFor(java.lang.Integer revisionId,
                                                  java.lang.String propertyName)


Copyright (c) 2010 Jama Software, Inc. All Rights Reserved.