atg.clicktoconnect
Interface C2CSavable

All Known Implementing Classes:
SaveCommerceC2CSessionData

public interface C2CSavable

this interface must be implemented by anything which wants to be added to the C2CSavers list in C2CManager


Field Summary
static java.lang.String CLASS_VERSION
          Class version string
 
Method Summary
 void save(MutableRepositoryItem pC2CSession)
           
 

Field Detail

CLASS_VERSION

static final java.lang.String CLASS_VERSION
Class version string

See Also:
Constant Field Values
Method Detail

save

void save(MutableRepositoryItem pC2CSession)
          throws C2CSessionException
Throws:
C2CSessionException