com.jamasoftware.contour.dao
Interface FieldLayoutEntryDao


public interface FieldLayoutEntryDao


Method Summary
 void deleteFieldLayoutEntry(FieldLayoutEntry fieldLayoutEntry)
           
 java.util.List<FieldLayoutEntry> getFieldLayoutEntries(DocumentTypeField documentTypeField)
           
 java.util.List<FieldLayoutEntry> getFieldLayoutEntries(java.lang.Integer fieldLayoutId)
           
 FieldLayoutEntry getFieldLayoutEntry(java.lang.Integer fieldLayoutEntryId)
           
 FieldLayoutEntry getFieldLayoutEntryFor(java.lang.Integer documentTypeFieldId, FieldLayout fieldLayout)
           
 java.lang.Integer getNextLayoutPosition(FieldLayout fieldLayout)
           
 void saveFieldLayoutEntry(FieldLayoutEntry fieldLayoutEntry)
           
 

Method Detail

getFieldLayoutEntry

FieldLayoutEntry getFieldLayoutEntry(java.lang.Integer fieldLayoutEntryId)

saveFieldLayoutEntry

void saveFieldLayoutEntry(FieldLayoutEntry fieldLayoutEntry)

deleteFieldLayoutEntry

void deleteFieldLayoutEntry(FieldLayoutEntry fieldLayoutEntry)

getFieldLayoutEntryFor

FieldLayoutEntry getFieldLayoutEntryFor(java.lang.Integer documentTypeFieldId,
                                        FieldLayout fieldLayout)

getFieldLayoutEntries

java.util.List<FieldLayoutEntry> getFieldLayoutEntries(java.lang.Integer fieldLayoutId)

getFieldLayoutEntries

java.util.List<FieldLayoutEntry> getFieldLayoutEntries(DocumentTypeField documentTypeField)

getNextLayoutPosition

java.lang.Integer getNextLayoutPosition(FieldLayout fieldLayout)


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