Uses of Class
com.levigo.jadice.web.client.messaging.AnnotationProfileDTO
Packages that use AnnotationProfileDTO
-
Uses of AnnotationProfileDTO in com.levigo.jadice.web.client.messaging
Methods in com.levigo.jadice.web.client.messaging that return AnnotationProfileDTOModifier and TypeMethodDescriptionstatic AnnotationProfileDTO
AnnotationProfileDTO.create
(String name, AnnotationProfileDTO parent, com.google.gwt.core.client.JsArray<AnnotationTypeDTO> types, com.google.gwt.core.client.JsArray<AnnotationTemplateDTO> templates, com.google.gwt.core.client.JsArray<TypeSetDTO> typeSets) Replacement constructor.static AnnotationProfileDTO
AnnotationProfileDTO.from
(AnnotationProfile profile) AnnotationProfileDTO.getParent()
Methods in com.levigo.jadice.web.client.messaging with parameters of type AnnotationProfileDTOModifier and TypeMethodDescriptionstatic AnnotationProfileDTO
AnnotationProfileDTO.create
(String name, AnnotationProfileDTO parent, com.google.gwt.core.client.JsArray<AnnotationTypeDTO> types, com.google.gwt.core.client.JsArray<AnnotationTemplateDTO> templates, com.google.gwt.core.client.JsArray<TypeSetDTO> typeSets) Replacement constructor.void
AnnotationProfileDTO.setParent
(AnnotationProfileDTO parent) static AnnotationProfile
AnnotationProfileDTO.to
(AnnotationProfileDTO dto)