|
AxProjectGrant | entity (ProcedenceId value) |
|
void | renderSummary (ElephantMarker marker, AxProjectGrant e, int page) |
|
void | renderItem (ElephantMarker marker, AxProjectGrant e, int page) |
|
String | title (AxProjectGrant e) |
|
Collection< String > | metas (AxProjectGrant e) |
|
ProcedenceId | parseId (String value) |
|
String | getTemplateRoot () |
|
void | prepareControls (AxProjectGrant entity, int page) |
|
String | getItemLink (AxProjectGrant project) |
|
String | getReadAllLink () |
|
String | doItemLink (AxProjectGrant entity, ProcedenceId id, boolean obfuscated) |
|
String | getRestrictedLink () |
|
abstract E | entity (ID value) |
|
abstract void | renderSummary (ElephantMarker marker, E e, int page) |
|
abstract void | renderItem (ElephantMarker marker, E e, int page) |
|
abstract String | title (E e) |
|
abstract Collection< String > | metas (E e) |
|
ID | getIdentifier () |
|
void | onRenderItem (E e) |
|
boolean | isValid (E e) |
|
String | stringId (ID value) |
|
◆ ProjectGrantCollectionIterator()
org.turro.alliance.client.ProjectGrantCollectionIterator.ProjectGrantCollectionIterator |
( |
IConstructor |
constructor, |
|
|
Writer |
writer, |
|
|
boolean |
mail |
|
) |
| |
◆ doItemLink()
String org.turro.alliance.client.ProjectGrantCollectionIterator.doItemLink |
( |
AxProjectGrant |
entity, |
|
|
ProcedenceId |
id, |
|
|
boolean |
obfuscated |
|
) |
| |
|
protected |
◆ entity()
◆ getCloudTags()
TagSet org.turro.alliance.client.ProjectGrantCollectionIterator.getCloudTags |
( |
| ) |
|
◆ getEntityTags()
TagSet org.turro.alliance.client.ProjectGrantCollectionIterator.getEntityTags |
( |
Object |
entity | ) |
|
◆ getItemLink()
String org.turro.alliance.client.ProjectGrantCollectionIterator.getItemLink |
( |
AxProjectGrant |
project | ) |
|
|
protected |
◆ getReadAllLink()
String org.turro.alliance.client.ProjectGrantCollectionIterator.getReadAllLink |
( |
| ) |
|
|
protected |
Definition at line 158 of file ProjectGrantCollectionIterator.java.
160 .map(cons -> cons.getCurrentContext())
161 .map(ctx -> ctx.getFullPath())
162 .filter(p -> !p.endsWith(
"/user"))
164 if(Strings.isBlank(path)) {
165 path = ElephantContext.getEntityWebContext(
"/axproject-grant");
167 if(Strings.isBlank(path)) {
String getRestrictedLink()
◆ getRestrictedLink()
String org.turro.alliance.client.ProjectGrantCollectionIterator.getRestrictedLink |
( |
| ) |
|
|
protected |
◆ getTemplateRoot()
String org.turro.alliance.client.ProjectGrantCollectionIterator.getTemplateRoot |
( |
| ) |
|
|
protected |
◆ init()
void org.turro.alliance.client.ProjectGrantCollectionIterator.init |
( |
| ) |
|
◆ metas()
Collection<String> org.turro.alliance.client.ProjectGrantCollectionIterator.metas |
( |
AxProjectGrant |
e | ) |
|
|
protected |
Definition at line 118 of file ProjectGrantCollectionIterator.java.
119 ArrayList<RepositoryFile> files =
new ArrayList<>();
120 String path = getItemLink(e, 0);
121 if(!SocialImageMap.hasImage(path)) {
122 FileAttach fa =
new FileAttach(ElephantPU.getObjectPath(e));
123 Repository repository = fa.getPublishableRepository(
constructor);
124 files.addAll(repository.getRepositoryFiles(
"*_social.png,*_social.jpg"));
125 files.addAll(repository.getRepositoryFiles(
"*.png,*.jpg"));
127 SocialNet sn =
new SocialNet(path, e.getTitle(), e.getGoal(), files);
128 return sn.getMetas();
◆ parseId()
ProcedenceId org.turro.alliance.client.ProjectGrantCollectionIterator.parseId |
( |
String |
value | ) |
|
|
protected |
◆ prepareControls()
void org.turro.alliance.client.ProjectGrantCollectionIterator.prepareControls |
( |
AxProjectGrant |
entity, |
|
|
int |
page |
|
) |
| |
|
protected |
Definition at line 141 of file ProjectGrantCollectionIterator.java.
144 IElephantEntity iee = Entities.getController(entity);
145 if(!(iee instanceof EmptyController)) {
149 marker.
put(
"itemLink", getItemLink(entity));
boolean contains(Object key)
Object put(Object key, Object value)
◆ renderItem()
◆ renderSearchEngine()
String org.turro.alliance.client.ProjectGrantCollectionIterator.renderSearchEngine |
( |
| ) |
|
◆ renderSummary()
◆ title()
String org.turro.alliance.client.ProjectGrantCollectionIterator.title |
( |
AxProjectGrant |
e | ) |
|
|
protected |
The documentation for this class was generated from the following file: