Interface DocumentCustomFieldService
-
- All Superinterfaces:
BaseCustomFieldService<DocumentCustomFieldDTO,DocumentCustomFieldData,Long>,CRUDService<DocumentCustomFieldDTO,DocumentCustomFieldData,Long>,Service
- All Known Subinterfaces:
DocumentCustomFieldServiceLocal
public interface DocumentCustomFieldService extends BaseCustomFieldService<DocumentCustomFieldDTO,DocumentCustomFieldData,Long>
Service interface for document custom fields
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<CustomFieldVO>list(@NotNull DocumentVO document)Lists all fields for the given document-
Methods inherited from interface org.cyclos.services.system.BaseCustomFieldService
saveOrder
-
Methods inherited from interface org.cyclos.services.CRUDService
getData, getDataForNew, load, remove, removeAll, save
-
-
-
-
Method Detail
-
list
List<CustomFieldVO> list(@NotNull @NotNull DocumentVO document) throws FrameworkException
Lists all fields for the given document- Throws:
FrameworkException
-
-