| Package | Description |
|---|---|
| org.exoplatform.timetracker.dto | |
| org.exoplatform.timetracker.rest | |
| org.exoplatform.timetracker.service | |
| org.exoplatform.timetracker.storage |
| Constructor and 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.
|
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
CodesManagementREST.createType(Type type)
createType.
|
javax.ws.rs.core.Response |
CodesManagementREST.updateType(Type type)
updateType.
|
| Modifier and Type | Method and Description |
|---|---|
Type |
CodesService.createType(Type type)
Create new Type that will be available for all users.
|
Type |
CodesService.updateType(Type type,
java.lang.String username)
Update an existing Type on datasource.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Type> |
CodesService.getTypesList()
Retrieves the list of Activities with offset, limit and a keyword that can be
empty
|
| Modifier and Type | Method and Description |
|---|---|
Type |
CodesService.createType(Type type)
Create new Type that will be available for all users.
|
Type |
CodesService.updateType(Type type,
java.lang.String username)
Update an existing Type on datasource.
|
| Modifier and Type | Method and Description |
|---|---|
Type |
CodesStorage.createType(Type type)
createType.
|
Type |
CodesStorage.getTypeById(long TypeId)
getTypeById.
|
Type |
CodesStorage.toTypeDTO(TypeEntity typeEntity)
toTypeDTO.
|
Type |
CodesStorage.updateType(Type type)
updateType.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Type> |
CodesStorage.getTypes()
getTypes.
|
| Modifier and Type | Method and Description |
|---|---|
Type |
CodesStorage.createType(Type type)
createType.
|
TypeEntity |
CodesStorage.toTypeEntity(Type type)
toTypeEntity.
|
Type |
CodesStorage.updateType(Type type)
updateType.
|
Copyright © 2003–2021 eXo Platform SAS. All rights reserved.