| Package | Description |
|---|---|
| org.exoplatform.timetracker.dto | |
| org.exoplatform.timetracker.rest | |
| org.exoplatform.timetracker.service | |
| org.exoplatform.timetracker.storage |
| Constructor and Description |
|---|
ActivityRecord(java.lang.Long id,
java.lang.String userName,
java.lang.String activityDate,
java.util.Date activityTime,
java.lang.String description,
java.lang.String location,
java.lang.String office,
java.lang.Float time,
java.lang.String projectVersion,
Client client,
Activity activity,
SalesOrder salesOrder,
java.util.Date createdDate)
Constructor for ActivityRecord.
|
Project(java.lang.Long id,
java.lang.String code,
java.lang.String label,
Client client)
Constructor for Project.
|
SalesOrder(java.lang.Long id,
java.lang.String name,
java.lang.String description,
Client client)
Constructor for SalesOrder.
|
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
ClientsManagementREST.createClient(Client client)
createClient.
|
javax.ws.rs.core.Response |
ClientsManagementREST.updateClient(Client client)
updateClient.
|
| Modifier and Type | Method and Description |
|---|---|
Client |
ClientService.createClient(Client client)
Create new Client that will be available for all users.
|
Client |
ClientService.updateClient(Client Client,
java.lang.String username)
Update an existing Client on datasource.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Client> |
ClientService.getClientsList()
Retrieves the list of Activities with offset, limit and a keyword that can be
empty
|
| Modifier and Type | Method and Description |
|---|---|
Client |
ClientService.createClient(Client client)
Create new Client that will be available for all users.
|
Client |
ClientService.updateClient(Client Client,
java.lang.String username)
Update an existing Client on datasource.
|
| Modifier and Type | Method and Description |
|---|---|
Client |
ClientStorage.createClient(Client client)
createClient.
|
Client |
ClientStorage.getClientById(long ClientId)
getClientById.
|
Client |
ClientStorage.toDTO(ClientEntity clientEntity)
toDTO.
|
Client |
ClientStorage.updateClient(Client client)
updateClient.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Client> |
ClientStorage.getClients()
getClients.
|
| Modifier and Type | Method and Description |
|---|---|
Client |
ClientStorage.createClient(Client client)
createClient.
|
ClientEntity |
ClientStorage.toEntity(Client client)
toEntity.
|
Client |
ClientStorage.updateClient(Client client)
updateClient.
|
Copyright © 2003–2020 eXo Platform SAS. All rights reserved.