public interface FieldLayoutEntryDao
Modifier and Type | Method and Description |
---|---|
void |
deleteFieldLayoutEntry(FieldLayoutEntry fieldLayoutEntry) |
FieldLayoutEntry |
getFieldLayoutEntryFor(Integer documentTypeFieldId,
FieldLayout fieldLayout) |
List<Integer> |
getFieldLayoutEntryIds(List<Integer> documentTypeFieldId) |
Integer |
getNextLayoutPosition(FieldLayout fieldLayout) |
void |
saveFieldLayoutEntry(FieldLayoutEntry fieldLayoutEntry) |
void saveFieldLayoutEntry(FieldLayoutEntry fieldLayoutEntry)
void deleteFieldLayoutEntry(FieldLayoutEntry fieldLayoutEntry)
FieldLayoutEntry getFieldLayoutEntryFor(Integer documentTypeFieldId, FieldLayout fieldLayout)
Integer getNextLayoutPosition(FieldLayout fieldLayout)
Copyright (c) 2013-2014 Jama Software, Inc. All Rights Reserved.