Uses of Class
com.levigo.jadice.web.client.messaging.AnnotationDTO
Packages that use AnnotationDTO
-
Uses of AnnotationDTO in com.levigo.jadice.web.client.messaging
Methods in com.levigo.jadice.web.client.messaging that return AnnotationDTOModifier and TypeMethodDescriptionstatic AnnotationDTO
AnnotationDTO.create
(String type, String typeId, com.google.gwt.core.client.JavaScriptObject params, String id, String lastModifiedBy, com.google.gwt.core.client.JsDate created, com.google.gwt.core.client.JsDate lastModified, String createdBy, boolean modified, UserPropertiesDTO properties, com.google.gwt.core.client.JsArray<PermissionsDTO> permissions) static AnnotationDTO
AnnotationDTO.from
(Annotation anno) Methods in com.levigo.jadice.web.client.messaging that return types with arguments of type AnnotationDTOModifier and TypeMethodDescriptioncom.google.gwt.core.client.JsArray
<AnnotationDTO> AnnotationPageSegmentDTO.getAnnotations()
com.google.gwt.core.client.JsArray
<AnnotationDTO> AnnotationPageSegmentDTO.getDeletedAnnotations()
com.google.gwt.core.client.JsArray
<AnnotationDTO> ChangedAnnoSegmentInfoDTO.getSegmentAnnotations()
Methods in com.levigo.jadice.web.client.messaging with parameters of type AnnotationDTOMethod parameters in com.levigo.jadice.web.client.messaging with type arguments of type AnnotationDTOModifier and TypeMethodDescriptionstatic ChangedAnnoSegmentInfoDTO
ChangedAnnoSegmentInfoDTO.create
(int pageIndex, String segmentProfileId, com.google.gwt.core.client.JsArray<AnnotationDTO> segmentAnnotations, com.google.gwt.core.client.JsArray<PropertiesReadResultDTO> segmentProperties) void
AnnotationPageSegmentDTO.setAnnotations
(com.google.gwt.core.client.JsArray<AnnotationDTO> annotations) void
AnnotationPageSegmentDTO.setDeletedAnnotations
(com.google.gwt.core.client.JsArray<AnnotationDTO> deletedAnnotations) void
ChangedAnnoSegmentInfoDTO.setSegmentAnnotations
(com.google.gwt.core.client.JsArray<AnnotationDTO> segmentAnnotations)