Class EnvironmentCategoryServiceImpl
java.lang.Object
org.qubership.atp.environments.service.direct.impl.EnvironmentCategoryServiceImpl
- All Implemented Interfaces:
EnvironmentCategoryService,IdentifiedService<EnvironmentCategory>
@Service("environmentCategoryService")
public class EnvironmentCategoryServiceImpl
extends Object
implements EnvironmentCategoryService
-
Constructor Summary
ConstructorsConstructorDescriptionEnvironmentCategoryServiceImpl(EnvironmentCategoryRepositoryImpl environmentCategoryRepository, DateTimeUtil dateTimeUtil) -
Method Summary
-
Constructor Details
-
EnvironmentCategoryServiceImpl
@Autowired public EnvironmentCategoryServiceImpl(EnvironmentCategoryRepositoryImpl environmentCategoryRepository, DateTimeUtil dateTimeUtil)
-
-
Method Details
-
get
- Specified by:
getin interfaceIdentifiedService<EnvironmentCategory>
-
existsById
- Specified by:
existsByIdin interfaceIdentifiedService<EnvironmentCategory>
-
getAll
- Specified by:
getAllin interfaceIdentifiedService<EnvironmentCategory>
-
create
- Specified by:
createin interfaceEnvironmentCategoryService
-
update
@Nonnull public EnvironmentCategory update(UUID id, String name, String description, String tagList) - Specified by:
updatein interfaceEnvironmentCategoryService
-
delete
- Specified by:
deletein interfaceEnvironmentCategoryService
-