public class Community extends DSpaceObject
| Modifier and Type | Field and Description |
|---|---|
protected AuthorizeService |
authorizeService |
protected CommunityService |
communityService |
protected ItemService |
itemService |
| Constructor and Description |
|---|
Community() |
Community(Community community,
javax.servlet.ServletContext servletContext,
String expand,
Context context) |
| Modifier and Type | Method and Description |
|---|---|
List<Collection> |
getCollections() |
String |
getCopyrightText() |
Integer |
getCountItems() |
String |
getIntroductoryText() |
Bitstream |
getLogo() |
Community |
getParentCommunity() |
String |
getShortDescription() |
String |
getSidebarText() |
List<Community> |
getSubcommunities() |
void |
setCollections(List<Collection> collections) |
void |
setCopyrightText(String copyrightText) |
void |
setCountItems(Integer countItems) |
void |
setIntroductoryText(String introductoryText) |
void |
setLogo(Bitstream logo) |
void |
setParentCommunity(Community parentCommunity) |
void |
setShortDescription(String shortDescription) |
void |
setSidebarText(String sidebarText) |
void |
setSubcommunities(List<Community> subcommunities) |
protected CommunityService communityService
protected ItemService itemService
protected AuthorizeService authorizeService
public Community()
public Community(Community community, javax.servlet.ServletContext servletContext, String expand, Context context) throws SQLException, javax.ws.rs.WebApplicationException
SQLExceptionjavax.ws.rs.WebApplicationExceptionpublic List<Collection> getCollections()
public void setCollections(List<Collection> collections)
public Integer getCountItems()
public void setCountItems(Integer countItems)
public String getSidebarText()
public void setSidebarText(String sidebarText)
public String getShortDescription()
public void setShortDescription(String shortDescription)
public String getIntroductoryText()
public void setIntroductoryText(String introductoryText)
public String getCopyrightText()
public void setCopyrightText(String copyrightText)
public Community getParentCommunity()
public void setParentCommunity(Community parentCommunity)
public Bitstream getLogo()
public void setLogo(Bitstream logo)
Copyright © 2019 DuraSpace. All rights reserved.