Uses of Class
de.hybris.platform.cronjob.jalo.JobSearchRestriction
-
Packages that use JobSearchRestriction Package Description de.hybris.platform.cronjob.jalo -
-
Uses of JobSearchRestriction in de.hybris.platform.cronjob.jalo
Fields in de.hybris.platform.cronjob.jalo with type parameters of type JobSearchRestriction Modifier and Type Field Description protected static OneToManyHandler<JobSearchRestriction>GeneratedJob. RESTRICTIONSHANDLEROneToManyHandlerfor handling 1:n RESTRICTIONS's relation attributes from 'many' side.Methods in de.hybris.platform.cronjob.jalo that return JobSearchRestriction Modifier and Type Method Description JobSearchRestrictionGeneratedCronJobManager. createJobSearchRestriction(SessionContext ctx, java.util.Map attributeValues)JobSearchRestrictionGeneratedCronJobManager. createJobSearchRestriction(java.util.Map attributeValues)Methods in de.hybris.platform.cronjob.jalo that return types with arguments of type JobSearchRestriction Modifier and Type Method Description java.util.List<JobSearchRestriction>GeneratedJob. getRestrictions()Generated method - Getter of theJob.restrictionsattribute.java.util.List<JobSearchRestriction>GeneratedJob. getRestrictions(SessionContext ctx)Generated method - Getter of theJob.restrictionsattribute.Methods in de.hybris.platform.cronjob.jalo with parameters of type JobSearchRestriction Modifier and Type Method Description voidGeneratedJob. addToRestrictions(JobSearchRestriction value)Generated method - Addsvalueto restrictions.voidGeneratedJob. addToRestrictions(SessionContext ctx, JobSearchRestriction value)Generated method - Addsvalueto restrictions.voidGeneratedJob. removeFromRestrictions(JobSearchRestriction value)Generated method - Removesvaluefrom restrictions.voidGeneratedJob. removeFromRestrictions(SessionContext ctx, JobSearchRestriction value)Generated method - Removesvaluefrom restrictions.Method parameters in de.hybris.platform.cronjob.jalo with type arguments of type JobSearchRestriction Modifier and Type Method Description voidGeneratedJob. setRestrictions(SessionContext ctx, java.util.List<JobSearchRestriction> value)Generated method - Setter of theJob.restrictionsattribute.voidGeneratedJob. setRestrictions(java.util.List<JobSearchRestriction> value)Generated method - Setter of theJob.restrictionsattribute.
-