java.lang.Object
com.querydsl.core.types.ExpressionBase<
System>
com.querydsl.core.types.FactoryExpressionBase<
System>
com.querydsl.core.types.MappingProjection<
System>
org.qubership.atp.environments.repo.projections.ShortSystemProjection
-
Field Summary
Fields
protected com.google.gson.Gson
-
Constructor Summary
Constructors
-
Method Summary
create(UUID uuid,
String name,
String description,
Timestamp created,
UUID createdBy,
Timestamp modified,
UUID modifiedBy,
UUID systemCategoryId,
String status,
Timestamp dateOfLastCheck,
String version,
Timestamp dateOfCheckVersion,
String parametersGettingVersion,
UUID parentSystemId,
String serverItf,
Boolean mergeByName,
UUID linkToSystemId,
UUID externalId,
UUID sourceId,
String externalName,
List<Environment> environments)
Create System with parameters.
create(UUID uuid,
String name,
String description,
Timestamp created,
UUID createdBy,
Timestamp modified,
UUID modifiedBy,
SystemCategory systemCategory,
String status,
Timestamp dateOfLastCheck,
String version,
Timestamp dateOfCheckVersion,
String parametersGettingVersion,
UUID parentSystemId,
List<Environment> environments,
String serverItf,
Boolean mergeByName,
UUID linkToSystemId,
UUID externalId,
UUID sourceId,
String externalName)
Create System with parameters.
map(com.querydsl.core.Tuple tuple)
Methods inherited from class com.querydsl.core.types.MappingProjection
accept, getArgs, newInstance
Methods inherited from class com.querydsl.core.types.FactoryExpressionBase
equals, skipNulls
Methods inherited from class com.querydsl.core.types.ExpressionBase
getType, hashCode, toString
Methods inherited from interface com.querydsl.core.types.Expression
getType
-
Field Details
-
-
gson
protected transient com.google.gson.Gson gson
-
-
Method Details
-
map
protected System map(com.querydsl.core.Tuple tuple)
- Specified by:
map in class com.querydsl.core.types.MappingProjection<System>
-
create
public SystemImpl create(UUID uuid,
String name,
String description,
Timestamp created,
UUID createdBy,
Timestamp modified,
UUID modifiedBy,
@Nullable
UUID systemCategoryId,
String status,
Timestamp dateOfLastCheck,
String version,
Timestamp dateOfCheckVersion,
String parametersGettingVersion,
@Nullable
UUID parentSystemId,
String serverItf,
Boolean mergeByName,
UUID linkToSystemId,
UUID externalId,
UUID sourceId,
String externalName,
List<Environment> environments)
Create System with parameters.
- Returns:
SystemImpl instance
-
create
public SystemImpl create(UUID uuid,
String name,
String description,
Timestamp created,
UUID createdBy,
Timestamp modified,
UUID modifiedBy,
@Nullable
SystemCategory systemCategory,
@Nullable
String status,
Timestamp dateOfLastCheck,
String version,
Timestamp dateOfCheckVersion,
String parametersGettingVersion,
@Nullable
UUID parentSystemId,
@Nullable
List<Environment> environments,
String serverItf,
Boolean mergeByName,
UUID linkToSystemId,
UUID externalId,
UUID sourceId,
String externalName)
Create System with parameters.
- Returns:
SystemImpl instance