|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CookieMgrIf
CookieMgrIf Interface which an implementation of this manager must adhere to.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
void setCookie(KKCookieIf cookie)
throws org.apache.torque.TorqueException,
KKException,
com.workingdogs.village.DataSetException
cookie -
org.apache.torque.TorqueException
KKException
com.workingdogs.village.DataSetException
KKCookie getCookie(java.lang.String customerUuid,
java.lang.String attrId)
throws com.workingdogs.village.DataSetException,
KKException,
org.apache.torque.TorqueException
customerUuid - attrId -
com.workingdogs.village.DataSetException
KKException
org.apache.torque.TorqueException
KKCookie[] getAllCookies(java.lang.String customerUuid)
throws com.workingdogs.village.DataSetException,
KKException,
org.apache.torque.TorqueException
customerUuid -
com.workingdogs.village.DataSetException
KKException
org.apache.torque.TorqueException
void deleteCookie(java.lang.String customerUuid,
java.lang.String attrId)
throws com.workingdogs.village.DataSetException,
KKException,
org.apache.torque.TorqueException
customerUuid - attrId -
com.workingdogs.village.DataSetException
KKException
org.apache.torque.TorqueException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||