Class FullSystemProjection
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
org.qubership.atp.environments.repo.projections.FullSystemProjection
- All Implemented Interfaces:
com.querydsl.core.types.Expression<System>,com.querydsl.core.types.FactoryExpression<System>,Serializable
- Direct Known Subclasses:
SystemProjectionWithoutProxy
- See Also:
-
Field Summary
Fields inherited from class org.qubership.atp.environments.repo.projections.ShortSystemProjection
gson, repo -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate(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.createWithoutProxy(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 but without proxy.Methods inherited from class org.qubership.atp.environments.repo.projections.ShortSystemProjection
create, mapMethods inherited from class com.querydsl.core.types.MappingProjection
accept, getArgs, newInstanceMethods inherited from class com.querydsl.core.types.FactoryExpressionBase
equals, skipNullsMethods inherited from class com.querydsl.core.types.ExpressionBase
getType, hashCode, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.querydsl.core.types.Expression
getType
-
Constructor Details
-
FullSystemProjection
Constructor.- Parameters:
repo- SystemRepository
-
-
Method Details
-
createWithoutProxy
public SystemImpl createWithoutProxy(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 but without proxy.- Returns:
SystemImplinstance
-
create
public SystemImpl create(UUID uuid, String name, String description, Timestamp created, UUID createdBy, Timestamp modified, UUID modifiedBy, @Nullable SystemCategory systemCategory, 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) Description copied from class:ShortSystemProjectionCreate System with parameters.- Overrides:
createin classShortSystemProjection- Returns:
SystemImplinstance
-