Uses of Class
org.exoplatform.cs.dto.Owner
-
Packages that use Owner Package Description org.exoplatform.cs.dto org.exoplatform.cs.service -
-
Uses of Owner in org.exoplatform.cs.dto
Methods in org.exoplatform.cs.dto that return Owner Modifier and Type Method Description static OwnerOwner. valueOf(String name)Returns the enum constant of this type with the specified name.static Owner[]Owner. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Owner in org.exoplatform.cs.service
Methods in org.exoplatform.cs.service with parameters of type Owner Modifier and Type Method Description voidTicketService. updateTicketOwner(TicketDTO ticketDTO, Owner owner)Update the creator on the entity
-