Uses of Class
com.gentics.contentnode.rest.model.PartType
-
Packages that use PartType Package Description com.gentics.contentnode.rest.model com.gentics.contentnode.rest.resource -
-
Uses of PartType in com.gentics.contentnode.rest.model
Methods in com.gentics.contentnode.rest.model that return PartType Modifier and Type Method Description PartType
PartType. buildFromResultSet(ResultSet rs)
Method to create an instance from a ResultSetPartType
PartType. setAuto(boolean auto)
The auto flagPartType
PartType. setDeprecated(boolean deprecated)
Set the java class (implementation) of the part typePartType
PartType. setDescription(String description)
Set the description of the part typePartType
PartType. setId(int id)
Set the id of the part typePartType
PartType. setJavaClass(String javaClass)
Set the java class (implementation) of the part typePartType
PartType. setName(String name)
Set the name of the part type -
Uses of PartType in com.gentics.contentnode.rest.resource
Methods in com.gentics.contentnode.rest.resource that return types with arguments of type PartType Modifier and Type Method Description List<PartType>
PartTypeResource. list(FilterParameterBean filter)
List Part types
-