Uses of Class
com.hybris.cockpitng.core.persistence.impl.jaxb.AllSocketEvents
-
Packages that use AllSocketEvents Package Description com.hybris.cockpitng.core.persistence.impl.jaxb -
-
Uses of AllSocketEvents in com.hybris.cockpitng.core.persistence.impl.jaxb
Fields in com.hybris.cockpitng.core.persistence.impl.jaxb declared as AllSocketEvents Modifier and Type Field Description protected AllSocketEventsCloseSettings. allIncomingEventsprotected AllSocketEventsCreateSettings. allIncomingEventsprotected AllSocketEventsSelectSettings. allIncomingEventsprotected AllSocketEventsCloseSettings. allOutgoingEventsMethods in com.hybris.cockpitng.core.persistence.impl.jaxb that return AllSocketEvents Modifier and Type Method Description AllSocketEventsCloseSettings. getAllIncomingEvents()Gets the value of the allIncomingEvents property.AllSocketEventsCreateSettings. getAllIncomingEvents()Gets the value of the allIncomingEvents property.AllSocketEventsSelectSettings. getAllIncomingEvents()Gets the value of the allIncomingEvents property.AllSocketEventsCloseSettings. getAllOutgoingEvents()Gets the value of the allOutgoingEvents property.Methods in com.hybris.cockpitng.core.persistence.impl.jaxb with parameters of type AllSocketEvents Modifier and Type Method Description voidCloseSettings. setAllIncomingEvents(AllSocketEvents value)Sets the value of the allIncomingEvents property.voidCreateSettings. setAllIncomingEvents(AllSocketEvents value)Sets the value of the allIncomingEvents property.voidSelectSettings. setAllIncomingEvents(AllSocketEvents value)Sets the value of the allIncomingEvents property.voidCloseSettings. setAllOutgoingEvents(AllSocketEvents value)Sets the value of the allOutgoingEvents property.
-