Uses of Class
org.exoplatform.timetracker.dto.Client
-
Packages that use Client Package Description org.exoplatform.timetracker.dto org.exoplatform.timetracker.rest org.exoplatform.timetracker.service org.exoplatform.timetracker.storage -
-
Uses of Client in org.exoplatform.timetracker.dto
Constructors in org.exoplatform.timetracker.dto with parameters of type Client Constructor 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. -
Uses of Client in org.exoplatform.timetracker.rest
Methods in org.exoplatform.timetracker.rest with parameters of type Client Modifier and Type Method Description javax.ws.rs.core.ResponseClientsManagementREST. createClient(Client client)createClient.javax.ws.rs.core.ResponseClientsManagementREST. updateClient(Client client)updateClient. -
Uses of Client in org.exoplatform.timetracker.service
Methods in org.exoplatform.timetracker.service that return Client Modifier and Type Method Description ClientClientService. createClient(Client client)Create new Client that will be available for all users.ClientClientService. updateClient(Client Client, java.lang.String username)Update an existing Client on datasource.Methods in org.exoplatform.timetracker.service that return types with arguments of type Client Modifier and Type Method Description java.util.List<Client>ClientService. getClientsList()Retrieves the list of Activities with offset, limit and a keyword that can be emptyMethods in org.exoplatform.timetracker.service with parameters of type Client Modifier and Type Method Description ClientClientService. createClient(Client client)Create new Client that will be available for all users.ClientClientService. updateClient(Client Client, java.lang.String username)Update an existing Client on datasource. -
Uses of Client in org.exoplatform.timetracker.storage
Methods in org.exoplatform.timetracker.storage that return Client Modifier and Type Method Description ClientClientStorage. createClient(Client client)createClient.ClientClientStorage. getClientById(long ClientId)getClientById.ClientClientStorage. toDTO(ClientEntity clientEntity)toDTO.ClientClientStorage. updateClient(Client client)updateClient.Methods in org.exoplatform.timetracker.storage that return types with arguments of type Client Modifier and Type Method Description java.util.List<Client>ClientStorage. getClients()getClients.Methods in org.exoplatform.timetracker.storage with parameters of type Client Modifier and Type Method Description ClientClientStorage. createClient(Client client)createClient.ClientEntityClientStorage. toEntity(Client client)toEntity.ClientClientStorage. updateClient(Client client)updateClient.
-