public interface CookieMgrIf
Modifier and Type | Method and Description |
---|---|
void |
deleteCookie(java.lang.String customerUuid,
java.lang.String attrId)
Deletes the cookie object from the database that is referenced by the customerUuid and attrId
parameters.
|
KKCookie[] |
getAllCookies(java.lang.String customerUuid)
Fetches all of the cookie object from the database that are referenced by the customerUuid
parameter.
|
KKCookie |
getCookie(java.lang.String customerUuid,
java.lang.String attrId)
Fetches the cookie object from the database that is referenced by the customerUuid and attrId
parameters.
|
void |
setCookie(KKCookieIf cookie)
Saves the cookie in the database.
|
void setCookie(KKCookieIf cookie) throws org.apache.torque.TorqueException, com.konakart.app.KKException, com.workingdogs.village.DataSetException
cookie
- the cookieorg.apache.torque.TorqueException
- an unexpected exception in Torque (the database layer)com.konakart.app.KKException
- an unexpected KKException exceptioncom.workingdogs.village.DataSetException
- an unexpected exception due to data in Torque (the database layer)KKCookie getCookie(java.lang.String customerUuid, java.lang.String attrId) throws com.workingdogs.village.DataSetException, com.konakart.app.KKException, org.apache.torque.TorqueException
customerUuid
- the customerUuidattrId
- the attrIdcom.workingdogs.village.DataSetException
- an unexpected exception due to data in Torque (the database layer)com.konakart.app.KKException
- an unexpected KKException exceptionorg.apache.torque.TorqueException
- an unexpected exception in Torque (the database layer)KKCookie[] getAllCookies(java.lang.String customerUuid) throws com.workingdogs.village.DataSetException, com.konakart.app.KKException, org.apache.torque.TorqueException
customerUuid
- the customerUuidcom.workingdogs.village.DataSetException
- an unexpected exception due to data in Torque (the database layer)com.konakart.app.KKException
- an unexpected KKException exceptionorg.apache.torque.TorqueException
- an unexpected exception in Torque (the database layer)void deleteCookie(java.lang.String customerUuid, java.lang.String attrId) throws com.workingdogs.village.DataSetException, com.konakart.app.KKException, org.apache.torque.TorqueException
customerUuid
- the customerUuidattrId
- the attrIdcom.workingdogs.village.DataSetException
- an unexpected exception due to data in Torque (the database layer)com.konakart.app.KKException
- an unexpected KKException exceptionorg.apache.torque.TorqueException
- an unexpected exception in Torque (the database layer)Copyright © 2018 DS Data Systems UK Ltd.