Uses of Class
org.apache.openmeetings.db.entity.file.BaseFileItem.Type
-
Packages that use BaseFileItem.Type Package Description org.apache.openmeetings.db.bind.adapter org.apache.openmeetings.db.dao.file org.apache.openmeetings.db.dto.file org.apache.openmeetings.db.entity.file -
-
Uses of BaseFileItem.Type in org.apache.openmeetings.db.bind.adapter
Methods in org.apache.openmeetings.db.bind.adapter that return BaseFileItem.Type Modifier and Type Method Description BaseFileItem.TypeFileTypeAdapter. unmarshal(String v)Methods in org.apache.openmeetings.db.bind.adapter with parameters of type BaseFileItem.Type Modifier and Type Method Description StringFileTypeAdapter. marshal(BaseFileItem.Type v) -
Uses of BaseFileItem.Type in org.apache.openmeetings.db.dao.file
Method parameters in org.apache.openmeetings.db.dao.file with type arguments of type BaseFileItem.Type Modifier and Type Method Description List<FileItem>FileItemDao. getByGroup(Long groupId, List<BaseFileItem.Type> filter)List<FileItem>FileItemDao. getByParent(Long parentId, List<BaseFileItem.Type> filter) -
Uses of BaseFileItem.Type in org.apache.openmeetings.db.dto.file
Methods in org.apache.openmeetings.db.dto.file that return BaseFileItem.Type Modifier and Type Method Description BaseFileItem.TypeFileItemDTO. getType()Methods in org.apache.openmeetings.db.dto.file with parameters of type BaseFileItem.Type Modifier and Type Method Description FileItemDTOFileItemDTO. setType(BaseFileItem.Type type) -
Uses of BaseFileItem.Type in org.apache.openmeetings.db.entity.file
Methods in org.apache.openmeetings.db.entity.file that return BaseFileItem.Type Modifier and Type Method Description BaseFileItem.TypeBaseFileItem. getType()static BaseFileItem.TypeBaseFileItem.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static BaseFileItem.Type[]BaseFileItem.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.openmeetings.db.entity.file with parameters of type BaseFileItem.Type Modifier and Type Method Description voidBaseFileItem. setType(BaseFileItem.Type type)
-