|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FolderEntity | |
---|---|
ccc.commands | Commands available in CCC. |
ccc.domain | The core domain model for CCC. |
ccc.persistence |
Uses of FolderEntity in ccc.commands |
---|
Methods in ccc.commands that return types with arguments of type FolderEntity | |
---|---|
Command<FolderEntity> |
CommandFactory.createFolderCommand(java.util.UUID parentId,
java.lang.String name,
java.lang.String title)
Create a 'create folder' command. |
Methods in ccc.commands with parameters of type FolderEntity | |
---|---|
Command<java.lang.Void> |
CommandFactory.createRootCommand(FolderEntity f)
Create a 'create root' command. |
Uses of FolderEntity in ccc.domain |
---|
Methods in ccc.domain that return FolderEntity | |
---|---|
FolderEntity |
ResourceEntity.getParent()
Accessor for the resource's parent. |
Methods in ccc.domain that return types with arguments of type FolderEntity | |
---|---|
java.util.List<FolderEntity> |
FolderEntity.getFolders()
Retrieve a list of all the folders in this folder. |
Uses of FolderEntity in ccc.persistence |
---|
Methods in ccc.persistence that return FolderEntity | |
---|---|
FolderEntity |
ResourceRepository.root(java.lang.String name)
Lookup a root folder by name. |
Methods in ccc.persistence that return types with arguments of type FolderEntity | |
---|---|
java.util.List<FolderEntity> |
ResourceRepository.roots()
List all root folders. |
Methods in ccc.persistence with parameters of type FolderEntity | |
---|---|
java.util.List<ResourceEntity> |
ResourceRepository.list(ResourceCriteria criteria,
FolderEntity f,
java.lang.String sort,
SortOrder sortOrder,
int pageNo,
int pageSize)
List resources with given criteria. |
long |
ResourceRepository.totalCount(ResourceCriteria criteria,
FolderEntity f)
Return count of resources with given criteria. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |