com.jamasoftware.contour.dao
Interface FieldLayoutEntryDao
public interface FieldLayoutEntryDao
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.