Uses of Class
org.exoplatform.timetracker.dto.SubType
Packages that use SubType
Package
Description
-
Uses of SubType in org.exoplatform.timetracker.dto
Constructors in org.exoplatform.timetracker.dto with parameters of type SubType -
Uses of SubType in org.exoplatform.timetracker.rest
Methods in org.exoplatform.timetracker.rest with parameters of type SubTypeModifier and TypeMethodDescriptionjavax.ws.rs.core.ResponseCodesManagementREST.createSubType(SubType subType) createSubType.javax.ws.rs.core.ResponseCodesManagementREST.updateSubType(SubType subType) updateSubType. -
Uses of SubType in org.exoplatform.timetracker.service
Methods in org.exoplatform.timetracker.service that return SubTypeModifier and TypeMethodDescriptionCodesService.createSubType(SubType subType) Create new SubType that will be available for all users.CodesService.updateSubType(SubType SubType, String username) Update an existing SubType on datasource.Methods in org.exoplatform.timetracker.service that return types with arguments of type SubTypeModifier and TypeMethodDescriptionCodesService.getSubTypesList()Retrieves the list of Activities with offset, limit and a keyword that can be emptyMethods in org.exoplatform.timetracker.service with parameters of type SubTypeModifier and TypeMethodDescriptionCodesService.createSubType(SubType subType) Create new SubType that will be available for all users.CodesService.updateSubType(SubType SubType, String username) Update an existing SubType on datasource. -
Uses of SubType in org.exoplatform.timetracker.storage
Methods in org.exoplatform.timetracker.storage that return SubTypeModifier and TypeMethodDescriptionCodesStorage.createSubType(SubType subType) createSubType.CodesStorage.getSubTypeById(long SubTypeId) getSubTypeById.CodesStorage.toSubTypeDTO(SubTypeEntity subTypeEntity) toSubTypeDTO.CodesStorage.updateSubType(SubType subType) updateSubType.Methods in org.exoplatform.timetracker.storage that return types with arguments of type SubTypeMethods in org.exoplatform.timetracker.storage with parameters of type SubTypeModifier and TypeMethodDescriptionCodesStorage.createSubType(SubType subType) createSubType.CodesStorage.toSubTypeEntity(SubType subType) toSubTypeEntity.CodesStorage.updateSubType(SubType subType) updateSubType.