Uses of Class
org.exoplatform.timetracker.dto.SubType
-
Packages that use SubType Package Description org.exoplatform.timetracker.dto org.exoplatform.timetracker.rest org.exoplatform.timetracker.service org.exoplatform.timetracker.storage -
-
Uses of SubType in org.exoplatform.timetracker.dto
Constructors in org.exoplatform.timetracker.dto with parameters of type SubType Constructor Description Activity(java.lang.Long id, Type type, SubType subType, ActivityCode activityCode, SubActivityCode subActivityCode, java.lang.String label, Project project, Feature feature, java.util.List<Team> teams)Constructor for Activity. -
Uses of SubType in org.exoplatform.timetracker.rest
Methods in org.exoplatform.timetracker.rest with parameters of type SubType Modifier and Type Method Description javax.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 SubType Modifier and Type Method Description SubTypeCodesService. createSubType(SubType subType)Create new SubType that will be available for all users.SubTypeCodesService. updateSubType(SubType SubType, java.lang.String username)Update an existing SubType on datasource.Methods in org.exoplatform.timetracker.service that return types with arguments of type SubType Modifier and Type Method Description java.util.List<SubType>CodesService. 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 SubType Modifier and Type Method Description SubTypeCodesService. createSubType(SubType subType)Create new SubType that will be available for all users.SubTypeCodesService. updateSubType(SubType SubType, java.lang.String username)Update an existing SubType on datasource. -
Uses of SubType in org.exoplatform.timetracker.storage
Methods in org.exoplatform.timetracker.storage that return SubType Modifier and Type Method Description SubTypeCodesStorage. createSubType(SubType subType)createSubType.SubTypeCodesStorage. getSubTypeById(long SubTypeId)getSubTypeById.SubTypeCodesStorage. toSubTypeDTO(SubTypeEntity subTypeEntity)toSubTypeDTO.SubTypeCodesStorage. updateSubType(SubType subType)updateSubType.Methods in org.exoplatform.timetracker.storage that return types with arguments of type SubType Modifier and Type Method Description java.util.List<SubType>CodesStorage. getSubTypes()getSubTypes.Methods in org.exoplatform.timetracker.storage with parameters of type SubType Modifier and Type Method Description SubTypeCodesStorage. createSubType(SubType subType)createSubType.SubTypeEntityCodesStorage. toSubTypeEntity(SubType subType)toSubTypeEntity.SubTypeCodesStorage. updateSubType(SubType subType)updateSubType.
-