com.im.ijc.core/1 5.9.4

com.im.ijc.core.api.cookie
Interface GenericListCookie

All Superinterfaces:
Node.Cookie
All Known Subinterfaces:
PermanentListCookie, TemporaryListCookie

public interface GenericListCookie
extends Node.Cookie

The cookie providing a generic list of id field values (primary key values) for the given entity.


Method Summary
 DFEntity getEntity()
          Get the entity which this list belongs to
 DFField getField()
          Get the field which this list belongs to.
 String getName()
          Get name of the list
 List getValues()
          Get values of this list
 

Method Detail

getName

String getName()
Get name of the list


getEntity

DFEntity getEntity()
Get the entity which this list belongs to


getField

DFField getField()
Get the field which this list belongs to.


getValues

List getValues()
Get values of this list


com.im.ijc.core/1 5.9.4