Uses of Class
org.exoplatform.cs.dto.TypeDTO
-
Packages that use TypeDTO Package Description org.exoplatform.cs.dto org.exoplatform.cs.service -
-
Uses of TypeDTO in org.exoplatform.cs.dto
Methods in org.exoplatform.cs.dto that return TypeDTO Modifier and Type Method Description static TypeDTOTypeDTO. getDTOFromEntity(TypeEntity typeEntity)Methods in org.exoplatform.cs.dto with parameters of type TypeDTO Modifier and Type Method Description static TypeEntityTypeDTO. getEntityFromDTO(TypeDTO typeDTO) -
Uses of TypeDTO in org.exoplatform.cs.service
Methods in org.exoplatform.cs.service that return TypeDTO Modifier and Type Method Description TypeDTOEnvironmentService. getTypeObject(String name, String type)TypeDTOEnvironmentService. saveType(TypeDTO typeDTO)Methods in org.exoplatform.cs.service that return types with arguments of type TypeDTO Modifier and Type Method Description List<TypeDTO>EnvironmentService. getTypeObjects(String type)Methods in org.exoplatform.cs.service with parameters of type TypeDTO Modifier and Type Method Description voidEnvironmentService. removeType(TypeDTO typeDTO)TypeDTOEnvironmentService. saveType(TypeDTO typeDTO)
-