Class ProfileServiceImpl

java.lang.Object
com.alpaca.service.impl.GenericServiceImpl<Profile,UUID>
com.alpaca.service.impl.ProfileServiceImpl
All Implemented Interfaces:
IGenericService<Profile,UUID>, IProfileService

@Service public class ProfileServiceImpl extends GenericServiceImpl<Profile,UUID> implements IProfileService
Service layer implementation for managing Profile entities. Inherits common CRUD operations from IGenericService.

This service delegates persistence operations to the IProfileDAO and provides a clear abstraction for any future business logic related to profiles.

See Also: