Uses of Class
org.exoplatform.timetracker.dto.Type
Packages that use Type
Package
Description
-
Uses of Type in org.exoplatform.timetracker.dto
Constructors in org.exoplatform.timetracker.dto with parameters of type Type -
Uses of Type in org.exoplatform.timetracker.rest
Methods in org.exoplatform.timetracker.rest with parameters of type TypeModifier and TypeMethodDescriptionjavax.ws.rs.core.ResponseCodesManagementREST.createType(Type type) createType.javax.ws.rs.core.ResponseCodesManagementREST.updateType(Type type) updateType. -
Uses of Type in org.exoplatform.timetracker.service
Methods in org.exoplatform.timetracker.service that return TypeModifier and TypeMethodDescriptionCodesService.createType(Type type) Create new Type that will be available for all users.CodesService.updateType(Type type, String username) Update an existing Type on datasource.Methods in org.exoplatform.timetracker.service that return types with arguments of type TypeModifier and TypeMethodDescriptionCodesService.getTypesList()Retrieves the list of Activities with offset, limit and a keyword that can be emptyMethods in org.exoplatform.timetracker.service with parameters of type TypeModifier and TypeMethodDescriptionCodesService.createType(Type type) Create new Type that will be available for all users.CodesService.updateType(Type type, String username) Update an existing Type on datasource. -
Uses of Type in org.exoplatform.timetracker.storage
Methods in org.exoplatform.timetracker.storage that return TypeModifier and TypeMethodDescriptionCodesStorage.createType(Type type) createType.CodesStorage.getTypeById(long TypeId) getTypeById.CodesStorage.toTypeDTO(TypeEntity typeEntity) toTypeDTO.CodesStorage.updateType(Type type) updateType.Methods in org.exoplatform.timetracker.storage that return types with arguments of type TypeMethods in org.exoplatform.timetracker.storage with parameters of type TypeModifier and TypeMethodDescriptionCodesStorage.createType(Type type) createType.CodesStorage.toTypeEntity(Type type) toTypeEntity.CodesStorage.updateType(Type type) updateType.