Class ApplicationServiceDao


  • public class ApplicationServiceDao
    extends BaseDao
    Provides a DAO for the ApplicationService entity.
    Since:
    4.3.0
    • Constructor Detail

      • ApplicationServiceDao

        public ApplicationServiceDao()
    • Method Detail

      • getApplicationService

        public ApplicationService getApplicationService​(ApplicationPackage applicationPackage,
                                                        ServiceDefinition service)
        Return the ApplicationService entity for the given application package and service definition, or null if none exists
        Parameters:
        applicationPackage - the application package (required)
        service - the service definition (required)
        Returns:
        the matching ApplicationService join entity, or null if none exists