Uses of Class
org.exoplatform.cs.entity.TypeEntity
-
Packages that use TypeEntity Package Description org.exoplatform.cs.dao org.exoplatform.cs.dto org.exoplatform.cs.entity -
-
Uses of TypeEntity in org.exoplatform.cs.dao
Methods in org.exoplatform.cs.dao with type parameters of type TypeEntity Modifier and Type Method Description <T extends TypeEntity>
List<T>TypeDAO. getTypeObjects(Class<T> classEntity)Methods in org.exoplatform.cs.dao that return TypeEntity Modifier and Type Method Description TypeEntityTypeDAO. getTypeByName(String name) -
Uses of TypeEntity in org.exoplatform.cs.dto
Methods in org.exoplatform.cs.dto that return TypeEntity Modifier and Type Method Description static TypeEntityTypeDTO. getEntityFromDTO(TypeDTO typeDTO)Methods in org.exoplatform.cs.dto that return types with arguments of type TypeEntity Modifier and Type Method Description static Class<? extends TypeEntity>TypeDTO. getTypeFromString(String type)Methods in org.exoplatform.cs.dto with parameters of type TypeEntity Modifier and Type Method Description static TypeDTOTypeDTO. getDTOFromEntity(TypeEntity typeEntity)Method parameters in org.exoplatform.cs.dto with type arguments of type TypeEntity Modifier and Type Method Description static StringTypeDTO. getTypeFromClass(Class<? extends TypeEntity> type) -
Uses of TypeEntity in org.exoplatform.cs.entity
Subclasses of TypeEntity in org.exoplatform.cs.entity Modifier and Type Class Description classASTypeEntityCreated by The eXo Platform SASclassDBTypeEntityCreated by The eXo Platform SASclassEnvTypeEntityCreated by The eXo Platform SASclassJVMTypeEntityCreated by The eXo Platform SASclassOSTypeEntityCreated by The eXo Platform SASclassSSOTypeEntityCreated by The eXo Platform SAS
-