|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ContentDataUser | |
|---|---|
| com.uwyn.rife.cmf.dam | Provides classes and interfaces for the database access management of the content management framework. |
| com.uwyn.rife.cmf.dam.contentmanagers | Provides managers classes for content information support. |
| com.uwyn.rife.cmf.dam.contentstores | Provides managers classes for content data support. |
| Uses of ContentDataUser in com.uwyn.rife.cmf.dam |
|---|
| Methods in com.uwyn.rife.cmf.dam that return ContentDataUser | |
|---|---|
ContentDataUser<ResultType,DataType> |
ContentDataUser.clone()
Simply clones the instance with the default clone method since this class contains no member variables. |
| Methods in com.uwyn.rife.cmf.dam with parameters of type ContentDataUser | ||
|---|---|---|
|
ContentStore.useContentData(int id,
ContentDataUser user)
Use the data of a certain content id. |
|
|
ContentManager.useContentData(String location,
ContentDataUser user)
Use the data of content at a certain location. |
|
| Uses of ContentDataUser in com.uwyn.rife.cmf.dam.contentmanagers |
|---|
| Methods in com.uwyn.rife.cmf.dam.contentmanagers with parameters of type ContentDataUser | ||
|---|---|---|
protected
|
DatabaseContent._useContentData(Select retrieveContent,
String location,
ContentDataUser user)
|
|
| Uses of ContentDataUser in com.uwyn.rife.cmf.dam.contentstores |
|---|
| Methods in com.uwyn.rife.cmf.dam.contentstores with parameters of type ContentDataUser | ||
|---|---|---|
protected
|
DatabaseTextStore._useContentData(Select retrieveContent,
int id,
ContentDataUser user)
|
|
protected
|
DatabaseRawStore._useContentData(Select retrieveContentChunks,
int id,
ContentDataUser user)
|
|
protected
|
DatabaseImageStore._useContentData(Select retrieveContent,
int id,
ContentDataUser user)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||