public interface ResourceService extends de.alpharogroup.service.domain.DomainService<Integer,Resource>
ResourceService.| Modifier and Type | Method and Description |
|---|---|
List<Resource> |
find(String description,
String filename,
String filesize,
String contentType)
Finds a list of
Resource objects from the given arguments. |
Resource |
findByDescription(String description)
Finds the
Resource object by description. |
Resource |
findByName(String filename)
Finds the
Resource object by filename. |
Resource |
getDefaultPlaceholder()
Gets the default placeholder.
|
Resource |
getManPlaceholder()
Gets the man placeholder.
|
Resource |
getWomanPlaceholder()
Gets the woman placeholder.
|
List<Resource> find(String description, String filename, String filesize, String contentType)
Resource objects from the given arguments.description - the descriptionfilename - the filenamefilesize - the filesizecontentType - the content typeResource objectsResource findByDescription(String description)
Resource object by description.description - the descriptionResource findByName(String filename)
Resource object by filename.filename - the filenameResource getDefaultPlaceholder()
Resource getManPlaceholder()
Resource getWomanPlaceholder()
Copyright © 2015–2017 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.