| 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.
|
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
CodesManagementREST.createSubType(SubType subType)
createSubType.
|
javax.ws.rs.core.Response |
CodesManagementREST.updateSubType(SubType subType)
updateSubType.
|
| Modifier and Type | Method and Description |
|---|---|
SubType |
CodesService.createSubType(SubType subType)
Create new SubType that will be available for all users.
|
SubType |
CodesService.updateSubType(SubType SubType,
java.lang.String username)
Update an existing SubType on datasource.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<SubType> |
CodesService.getSubTypesList()
Retrieves the list of Activities with offset, limit and a keyword that can be
empty
|
| Modifier and Type | Method and Description |
|---|---|
SubType |
CodesService.createSubType(SubType subType)
Create new SubType that will be available for all users.
|
SubType |
CodesService.updateSubType(SubType SubType,
java.lang.String username)
Update an existing SubType on datasource.
|
| Modifier and Type | Method and Description |
|---|---|
SubType |
CodesStorage.createSubType(SubType subType)
createSubType.
|
SubType |
CodesStorage.getSubTypeById(long SubTypeId)
getSubTypeById.
|
SubType |
CodesStorage.toSubTypeDTO(SubTypeEntity subTypeEntity)
toSubTypeDTO.
|
SubType |
CodesStorage.updateSubType(SubType subType)
updateSubType.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<SubType> |
CodesStorage.getSubTypes()
getSubTypes.
|
| Modifier and Type | Method and Description |
|---|---|
SubType |
CodesStorage.createSubType(SubType subType)
createSubType.
|
SubTypeEntity |
CodesStorage.toSubTypeEntity(SubType subType)
toSubTypeEntity.
|
SubType |
CodesStorage.updateSubType(SubType subType)
updateSubType.
|
Copyright © 2003–2020 eXo Platform SAS. All rights reserved.