|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.social.alfresco.api.entities.Network
public class Network
A network is the group of users and sites that belong to an organization. Networks are organized by email domain. When a user signs up for an Alfresco account , their email domain becomes their Home Network.
| Nested Class Summary | |
|---|---|
static class |
Network.Quota
|
| Constructor Summary | |
|---|---|
Network()
|
|
| Method Summary | |
|---|---|
Date |
getCreatedAt()
|
String |
getId()
|
ArrayList<Network.Quota> |
getQuotas()
|
String |
getSubscriptionLevel()
|
boolean |
isEnabled()
|
boolean |
isHomeNetwork()
|
boolean |
isPaidNetwork()
|
void |
setCreatedAt(Date createdAt)
Set the date time this network was created |
void |
setHomeNetwork(boolean homeNetwork)
Is this the users home network? |
void |
setId(String id)
Set this network's unique id |
void |
setIsEnabled(boolean enabled)
Is this network active? |
void |
setPaidNetwork(boolean paidNetwork)
Is this a paid network? |
void |
setQuotas(ArrayList<Network.Quota> quotas)
Set Limits and usage of each quota. |
void |
setSubscriptionLevel(String subscriptionLevel)
Set the type of subscription for this network. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Network()
| Method Detail |
|---|
public void setId(String id)
id - public void setIsEnabled(boolean enabled)
enabled - public void setHomeNetwork(boolean homeNetwork)
homeNetwork - public void setCreatedAt(Date createdAt)
createdAt - public void setQuotas(ArrayList<Network.Quota> quotas)
quotas - public void setPaidNetwork(boolean paidNetwork)
paidNetwork - public void setSubscriptionLevel(String subscriptionLevel)
subscriptionLevel - public String getId()
public boolean isHomeNetwork()
public boolean isEnabled()
public Date getCreatedAt()
public ArrayList<Network.Quota> getQuotas()
public boolean isPaidNetwork()
public String getSubscriptionLevel()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||