com.centrasite.jaxr.type
Interface CentraSiteTriggerable


Deprecated.

public interface CentraSiteTriggerable

Interface implemented by CentraSite objects that may have associated triggers.


Method Summary
 void addTriggerDescription(CentraSiteTriggerDescription trigger)
          Deprecated. Add trigger description to slot.
 void clearTriggers()
          Deprecated. Clear collection of triggers (GUI).
 java.util.Collection getTriggerDescriptions()
          Deprecated. Get all triggers for slot.
 boolean hasTriggers()
          Deprecated. Has this slot any triggers?
 

Method Detail

clearTriggers

void clearTriggers()
Deprecated. 
Clear collection of triggers (GUI).


hasTriggers

boolean hasTriggers()
Deprecated. 
Has this slot any triggers?

Returns:
true if associated triggers, false otherwise

addTriggerDescription

void addTriggerDescription(CentraSiteTriggerDescription trigger)
Deprecated. 
Add trigger description to slot.

Parameters:
trigger - trigger to add

getTriggerDescriptions

java.util.Collection getTriggerDescriptions()
Deprecated. 
Get all triggers for slot.

Returns:
collection of CentraSiteTriggerDescription (may be empty but not null)