Uses of Interface
net.anotheria.anosite.gen.anoaccessconfiguration.data.Constraint
Packages that use Constraint
Package
Description
-
Uses of Constraint in net.anotheria.anosite.gen.anoaccessconfiguration.action
Methods in net.anotheria.anosite.gen.anoaccessconfiguration.action with parameters of type ConstraintModifier and TypeMethodDescriptionprotected voidBaseConstraintAction.addFieldExplanations(jakarta.servlet.http.HttpServletRequest req, Constraint constraint) protected voidBaseConstraintAction.canUpdateConstraints(Constraint constraint, jakarta.servlet.http.HttpServletRequest req) Checking UpdateCapability rightsprotected voidBaseConstraintAction.checkConstraints(Constraint constraint, jakarta.servlet.http.HttpServletRequest req) Executing auto-unlocking check....protected voidBaseConstraintAction.lockConstraints(Constraint constraint, jakarta.servlet.http.HttpServletRequest req) Executing locking.protected ConstraintListItemBeanShowConstraintsAction.makeConstraintListItemBean(Constraint constraint) protected voidBaseConstraintAction.unLockConstraints(Constraint constraint, jakarta.servlet.http.HttpServletRequest req, boolean unlockByTimeoout) Executing unlocking. -
Uses of Constraint in net.anotheria.anosite.gen.anoaccessconfiguration.data
Classes in net.anotheria.anosite.gen.anoaccessconfiguration.data that implement ConstraintMethods in net.anotheria.anosite.gen.anoaccessconfiguration.data that return ConstraintModifier and TypeMethodDescriptionConstraintBuilder.build()static ConstraintConstraintFactory.createConstraint()static ConstraintConstraintFactory.createConstraint(String anId) For internal use only!static ConstraintConstraintFactory.createConstraint(Constraint template) static ConstraintConstraintFactory.createConstraintForImport(String anId) static ConstraintConstraintXMLHelper.fromXML(net.anotheria.util.xml.XMLNode node) Methods in net.anotheria.anosite.gen.anoaccessconfiguration.data with parameters of type ConstraintModifier and TypeMethodDescriptionintConstraintDocument.compareTo(Constraint comparable) static ConstraintConstraintFactory.createConstraint(Constraint template) static net.anotheria.util.xml.XMLNodeConstraintXMLHelper.toXML(Constraint object) static net.anotheria.util.xml.XMLNodeConstraintXMLHelper.toXML(Constraint object, String... languages) -
Uses of Constraint in net.anotheria.anosite.gen.anoaccessconfiguration.service
Methods in net.anotheria.anosite.gen.anoaccessconfiguration.service that return ConstraintModifier and TypeMethodDescriptionAnoAccessConfigurationServiceImpl.createConstraint(Constraint constraint) IAnoAccessConfigurationService.createConstraint(Constraint constraint) Creates a new Constraint object.AnoAccessConfigurationServiceImpl.getConstraint(String id) IAnoAccessConfigurationService.getConstraint(String id) Returns the Constraint object with the specified id.AnoAccessConfigurationServiceImpl.importConstraint(Constraint constraint) IAnoAccessConfigurationService.importConstraint(Constraint constraint) Imports a new Constraint object.AnoAccessConfigurationServiceImpl.updateConstraint(Constraint constraint) IAnoAccessConfigurationService.updateConstraint(Constraint constraint) Updates a Constraint object.Methods in net.anotheria.anosite.gen.anoaccessconfiguration.service that return types with arguments of type ConstraintModifier and TypeMethodDescriptionAnoAccessConfigurationServiceImpl.createConstraints(List<Constraint> list) IAnoAccessConfigurationService.createConstraints(List<Constraint> list) Creates multiple new Constraint objects.AnoAccessConfigurationServiceImpl.getConstraints()AnoAccessConfigurationServiceImpl.getConstraints(List<String> ids) Returns the Constraint objects with the specified ids.AnoAccessConfigurationServiceImpl.getConstraints(List<String> ids, net.anotheria.util.sorter.SortType sortType) Returns the Constraint objects with the specified ids, sorted by given sorttype.AnoAccessConfigurationServiceImpl.getConstraints(net.anotheria.util.slicer.Segment aSegment) Returns Constraint objects segment.AnoAccessConfigurationServiceImpl.getConstraints(net.anotheria.util.sorter.SortType sortType) IAnoAccessConfigurationService.getConstraints()Returns all Constraints objects stored.IAnoAccessConfigurationService.getConstraints(net.anotheria.util.slicer.Segment aSegment) Returns Constraints objects segment.IAnoAccessConfigurationService.getConstraints(net.anotheria.util.sorter.SortType sortType) Returns all Constraints objects sorted by given sortType.AnoAccessConfigurationServiceImpl.getConstraintsByProperty(String propertyName, Object value) AnoAccessConfigurationServiceImpl.getConstraintsByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) AnoAccessConfigurationServiceImpl.getConstraintsByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all Constraint objects, where property matches.AnoAccessConfigurationServiceImpl.getConstraintsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... property) Returns Constraint objects segment, where property matched.AnoAccessConfigurationServiceImpl.getConstraintsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns Constraint objects segment, where property matched, sorted.AnoAccessConfigurationServiceImpl.getConstraintsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all Constraint objects, where property matches, sortedIAnoAccessConfigurationService.getConstraintsByProperty(String propertyName, Object value) Returns all Constraint objects, where property with given name equals object.IAnoAccessConfigurationService.getConstraintsByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) Returns all Constraint objects, where property with given name equals object, sorted.IAnoAccessConfigurationService.getConstraintsByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all Constraint objects, where property matches.IAnoAccessConfigurationService.getConstraintsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns Constraint objects segment, where property matches.IAnoAccessConfigurationService.getConstraintsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns Constraint objects segment, where property matches, sorted.IAnoAccessConfigurationService.getConstraintsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all Constraint objects, where property matches, sorted.AnoAccessConfigurationServiceImpl.importConstraints(List<Constraint> list) IAnoAccessConfigurationService.importConstraints(List<Constraint> list) Imports multiple new Constraint object.AnoAccessConfigurationServiceImpl.updateConstraints(List<Constraint> list) IAnoAccessConfigurationService.updateConstraints(List<Constraint> list) Updates multiple Constraint objects.Methods in net.anotheria.anosite.gen.anoaccessconfiguration.service with parameters of type ConstraintModifier and TypeMethodDescriptionAnoAccessConfigurationServiceImpl.createConstraint(Constraint constraint) IAnoAccessConfigurationService.createConstraint(Constraint constraint) Creates a new Constraint object.voidAnoAccessConfigurationServiceImpl.deleteConstraint(Constraint constraint) voidIAnoAccessConfigurationService.deleteConstraint(Constraint constraint) Deletes a Constraint object.AnoAccessConfigurationServiceImpl.importConstraint(Constraint constraint) IAnoAccessConfigurationService.importConstraint(Constraint constraint) Imports a new Constraint object.AnoAccessConfigurationServiceImpl.updateConstraint(Constraint constraint) IAnoAccessConfigurationService.updateConstraint(Constraint constraint) Updates a Constraint object.Method parameters in net.anotheria.anosite.gen.anoaccessconfiguration.service with type arguments of type ConstraintModifier and TypeMethodDescriptionAnoAccessConfigurationServiceImpl.createConstraints(List<Constraint> list) IAnoAccessConfigurationService.createConstraints(List<Constraint> list) Creates multiple new Constraint objects.voidAnoAccessConfigurationServiceImpl.deleteConstraints(List<Constraint> list) voidIAnoAccessConfigurationService.deleteConstraints(List<Constraint> list) Deletes multiple Constraint object.net.anotheria.util.xml.XMLNodeAnoAccessConfigurationServiceImpl.exportConstraintsToXML(List<Constraint> list) net.anotheria.util.xml.XMLNodeIAnoAccessConfigurationService.exportConstraintsToXML(List<Constraint> listConstraints) Creates an xml element with selected contained data.AnoAccessConfigurationServiceImpl.importConstraints(List<Constraint> list) IAnoAccessConfigurationService.importConstraints(List<Constraint> list) Imports multiple new Constraint object.AnoAccessConfigurationServiceImpl.updateConstraints(List<Constraint> list) IAnoAccessConfigurationService.updateConstraints(List<Constraint> list) Updates multiple Constraint objects. -
Uses of Constraint in net.anotheria.anosite.gen.anoaccessconfiguration.service.fixture
Methods in net.anotheria.anosite.gen.anoaccessconfiguration.service.fixture that return ConstraintModifier and TypeMethodDescriptionAnoAccessConfigurationServiceFixtureImpl.createConstraint(Constraint constraint) AnoAccessConfigurationServiceFixtureImpl.getConstraint(String id) AnoAccessConfigurationServiceFixtureImpl.importConstraint(Constraint constraint) AnoAccessConfigurationServiceFixtureImpl.updateConstraint(Constraint constraint) Methods in net.anotheria.anosite.gen.anoaccessconfiguration.service.fixture that return types with arguments of type ConstraintModifier and TypeMethodDescriptionAnoAccessConfigurationServiceFixtureImpl.createConstraints(List<Constraint> list) Creates multiple new Constraint objects.AnoAccessConfigurationServiceFixtureImpl.getConstraints()AnoAccessConfigurationServiceFixtureImpl.getConstraints(net.anotheria.util.slicer.Segment aSegment) Returns Constraint objects segment.AnoAccessConfigurationServiceFixtureImpl.getConstraints(net.anotheria.util.sorter.SortType sortType) AnoAccessConfigurationServiceFixtureImpl.getConstraintsByProperty(String propertyName, Object value) AnoAccessConfigurationServiceFixtureImpl.getConstraintsByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) AnoAccessConfigurationServiceFixtureImpl.getConstraintsByProperty(net.anotheria.anodoc.query2.QueryProperty... properties) Returns all Constraint objects, where property matches.AnoAccessConfigurationServiceFixtureImpl.getConstraintsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... property) Returns Constraint objects segment, where property matched.AnoAccessConfigurationServiceFixtureImpl.getConstraintsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns Constraint objects segment, where property matched, sorted.AnoAccessConfigurationServiceFixtureImpl.getConstraintsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all Constraint objects, where property matches, sortedAnoAccessConfigurationServiceFixtureImpl.importConstraints(List<Constraint> list) AnoAccessConfigurationServiceFixtureImpl.updateConstraints(List<Constraint> list) Updates multiple new Constraint objects.Methods in net.anotheria.anosite.gen.anoaccessconfiguration.service.fixture with parameters of type ConstraintModifier and TypeMethodDescriptionAnoAccessConfigurationServiceFixtureImpl.createConstraint(Constraint constraint) voidAnoAccessConfigurationServiceFixtureImpl.deleteConstraint(Constraint constraint) AnoAccessConfigurationServiceFixtureImpl.importConstraint(Constraint constraint) AnoAccessConfigurationServiceFixtureImpl.updateConstraint(Constraint constraint) Method parameters in net.anotheria.anosite.gen.anoaccessconfiguration.service.fixture with type arguments of type ConstraintModifier and TypeMethodDescriptionAnoAccessConfigurationServiceFixtureImpl.createConstraints(List<Constraint> list) Creates multiple new Constraint objects.voidAnoAccessConfigurationServiceFixtureImpl.deleteConstraints(List<Constraint> list) Deletes multiple Constraint objects.net.anotheria.util.xml.XMLNodeAnoAccessConfigurationServiceFixtureImpl.exportConstraintsToXML(String[] languages, List<Constraint> list) net.anotheria.util.xml.XMLNodeAnoAccessConfigurationServiceFixtureImpl.exportConstraintsToXML(List<Constraint> list) AnoAccessConfigurationServiceFixtureImpl.importConstraints(List<Constraint> list) AnoAccessConfigurationServiceFixtureImpl.updateConstraints(List<Constraint> list) Updates multiple new Constraint objects.