Uses of Class
org.exoplatform.timetracker.dto.Type
-
Packages that use Type Package Description org.exoplatform.timetracker.dto org.exoplatform.timetracker.rest org.exoplatform.timetracker.service org.exoplatform.timetracker.storage -
-
Uses of Type in org.exoplatform.timetracker.dto
Constructors in org.exoplatform.timetracker.dto with parameters of type Type 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.SubType(java.lang.Long id, java.lang.String code, java.lang.String label, Type type)Constructor for SubType. -
Uses of Type in org.exoplatform.timetracker.rest
Methods in org.exoplatform.timetracker.rest with parameters of type Type Modifier and Type Method Description javax.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 Type Modifier and Type Method Description TypeCodesService. createType(Type type)Create new Type that will be available for all users.TypeCodesService. updateType(Type type, java.lang.String username)Update an existing Type on datasource.Methods in org.exoplatform.timetracker.service that return types with arguments of type Type Modifier and Type Method Description java.util.List<Type>CodesService. 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 Type Modifier and Type Method Description TypeCodesService. createType(Type type)Create new Type that will be available for all users.TypeCodesService. updateType(Type type, java.lang.String username)Update an existing Type on datasource. -
Uses of Type in org.exoplatform.timetracker.storage
Methods in org.exoplatform.timetracker.storage that return Type Modifier and Type Method Description TypeCodesStorage. createType(Type type)createType.TypeCodesStorage. getTypeById(long TypeId)getTypeById.TypeCodesStorage. toTypeDTO(TypeEntity typeEntity)toTypeDTO.TypeCodesStorage. updateType(Type type)updateType.Methods in org.exoplatform.timetracker.storage that return types with arguments of type Type Modifier and Type Method Description java.util.List<Type>CodesStorage. getTypes()getTypes.Methods in org.exoplatform.timetracker.storage with parameters of type Type Modifier and Type Method Description TypeCodesStorage. createType(Type type)createType.TypeEntityCodesStorage. toTypeEntity(Type type)toTypeEntity.TypeCodesStorage. updateType(Type type)updateType.
-