

Public Member Functions | |
| StudentsEntities () | |
| StudentsEntities (String entityPath) | |
| StudentsEntities (Object entity) | |
| Object | getEntity () |
| String | getName () |
| String | getLabel () |
| String | getDescription () |
| Object | getLabelCtrl () |
| String | getImage () |
| String | getHierarchicalPath () |
| IElephantEntity | getParent () |
| List< IElephantEntity > | getChildren () |
| String | getExtendedPath () |
| File | getFile () |
| boolean | showPath () |
| boolean | showEntity () |
| boolean | canEdit (IContact contact) |
| boolean | canPublish (IContact contact) |
| boolean | canShowInContext (IContact contact, Object relatedEntity) |
| Collection | getEntitites (String search, int maxResults, KeyValueMap kvm) |
| Collection | getEntitites (String root, String search, int maxResults, KeyValueMap kvm) |
| Object | configureCtrl (Object ctrl, IContact contact) |
| String | getExtendedWebPath () |
| String | getUserContext () |
| Collection< String > | getAllowedRoots () |
| String | getEntityUrl (LinkType type, String contextPath) |
Public Member Functions inherited from org.turro.entities.DefaultElephantEntity | |
| DefaultElephantEntity () | |
| DefaultElephantEntity (String entityPath) | |
| DefaultElephantEntity (Object entity) | |
| IElephantEntity | getController (String entityPath) |
| IElephantEntity | getController (Object entity) |
| boolean | isEmpty () |
| String | getStringId () |
| String | getNameOrLabel () |
| String | getRoot () |
| String | getPath () |
| String | getTreeLabel () |
| Collection | getEntitites (String search, int maxResults) |
| Collection | getEntitites (String root, String search, int maxResults) |
| IElephantSendable | getSendable () |
| Collection< Object > | getRelatedByRole (EntityRole role, IContact contact) |
| boolean | hasRelatedRole (EntityRole role, IContact contact) |
| String | getLinkRoot () |
| String | getEntityUrl () |
| String | getMemberUrl () |
| String | getAppUrl () |
| String | getReadAllUrl (LinkType type, String contextPath) |
| Object | getControl (String name, IContact contact) |
| Object | getControl (String name, IConstructor constructor, IContact contact) |
| Object | getControl (String name, String entityPath, IContact contact) |
| Object | getParticipationControl (IConstructor constructor, ParticipationReason reason) |
| Object | getParticipationControl (IConstructor constructor, IContact contact, ParticipationReason reason) |
| String | parseSpamCtrl (IConstructor constructor) |
| String | parseFollowCtrl (IConstructor constructor) |
| EntitySet | getAllChildren () |
| Script | getActorScript () |
| boolean | isActor (String actor) |
| boolean | isActor (IContact contact, String actor) |
| ConceptPermission | getConceptPermission (String name) |
| Folder | getDeliverables () |
| Object | getObject (Path entityPath) |
| IElephantEntity | getMain (Object entity) |
| int | hashCode () |
| boolean | equals (Object obj) |
Protected Member Functions | |
| Dao | createDao () |
| boolean | itsMine (Object entity) |
| IElephantEntity | createInstance (String entityPath) |
| IElephantEntity | createInstance (Object entity) |
| Path | createPath () |
Protected Member Functions inherited from org.turro.entities.DefaultElephantEntity | |
| boolean | itsMine (String rootPath) |
| boolean | isValidLongEntity () |
| Dao | getDao () |
Additional Inherited Members | |
Static Public Attributes inherited from org.turro.entities.IElephantEntity | |
| static final String | EMPTY_ID = "#" |
| static final String | PATH_SEPARATOR = ";" |
Protected Attributes inherited from org.turro.entities.DefaultElephantEntity | |
| String | entityPath |
| Path | path |
| Object | entity |
Definition at line 56 of file StudentsEntities.java.
| org.turro.entities.StudentsEntities.StudentsEntities | ( | ) |
| org.turro.entities.StudentsEntities.StudentsEntities | ( | String | entityPath | ) |
Definition at line 61 of file StudentsEntities.java.
| org.turro.entities.StudentsEntities.StudentsEntities | ( | Object | entity | ) |
Definition at line 65 of file StudentsEntities.java.
| boolean org.turro.entities.StudentsEntities.canEdit | ( | IContact | contact | ) |
Checks when contact has permissions to edit the entity.
| contact | the contact checked. |
Implements org.turro.entities.IElephantEntity.
Definition at line 222 of file StudentsEntities.java.

| boolean org.turro.entities.StudentsEntities.canPublish | ( | IContact | contact | ) |
Checks when contact has permissions to see the entity.
| contact | the contact checked. |
Implements org.turro.entities.IElephantEntity.
Definition at line 229 of file StudentsEntities.java.

| boolean org.turro.entities.StudentsEntities.canShowInContext | ( | IContact | contact, |
| Object | relatedEntity | ||
| ) |
Checks whether the related entity can be shown to the given contact.
| contact | the contact to be checked against. |
| relatedEntity | the related entity to be shown. |
Implements org.turro.entities.IElephantEntity.
Definition at line 237 of file StudentsEntities.java.
| Object org.turro.entities.StudentsEntities.configureCtrl | ( | Object | ctrl, |
| IContact | contact | ||
| ) |
Configures specific entity related controls for the given contact.
| ctrl | the control to configure. |
| contact | the contact who receive the control. |
Implements org.turro.entities.IElephantEntity.
Definition at line 266 of file StudentsEntities.java.

|
protected |
Reimplemented from org.turro.entities.DefaultElephantEntity.
Definition at line 316 of file StudentsEntities.java.
|
protected |
Reimplemented from org.turro.entities.DefaultElephantEntity.
Definition at line 337 of file StudentsEntities.java.

|
protected |
Reimplemented from org.turro.entities.DefaultElephantEntity.
Definition at line 332 of file StudentsEntities.java.

|
protected |
Reimplemented from org.turro.entities.DefaultElephantEntity.
Definition at line 342 of file StudentsEntities.java.

| Collection<String> org.turro.entities.StudentsEntities.getAllowedRoots | ( | ) |
Implements org.turro.entities.IElephantEntity.
Definition at line 327 of file StudentsEntities.java.
| List<IElephantEntity> org.turro.entities.StudentsEntities.getChildren | ( | ) |
Gets the children for this entity.
Implements org.turro.entities.IElephantEntity.
Definition at line 183 of file StudentsEntities.java.

| String org.turro.entities.StudentsEntities.getDescription | ( | ) |
Gets the entity description.
Implements org.turro.entities.IElephantEntity.
Definition at line 133 of file StudentsEntities.java.
| Collection org.turro.entities.StudentsEntities.getEntitites | ( | String | root, |
| String | search, | ||
| int | maxResults, | ||
| KeyValueMap | kvm | ||
| ) |
Implements org.turro.entities.IElephantEntity.
Definition at line 250 of file StudentsEntities.java.
| Collection org.turro.entities.StudentsEntities.getEntitites | ( | String | search, |
| int | maxResults, | ||
| KeyValueMap | kvm | ||
| ) |
Implements org.turro.entities.IElephantEntity.
Definition at line 242 of file StudentsEntities.java.
| Object org.turro.entities.StudentsEntities.getEntity | ( | ) |
Returns the entity for this controller.
Implements org.turro.entities.IElephantEntity.
Definition at line 70 of file StudentsEntities.java.


| String org.turro.entities.StudentsEntities.getEntityUrl | ( | LinkType | type, |
| String | contextPath | ||
| ) |
Returns the web link for this entity.
| type | web, member or app. |
| contextPath | if specified, will be used instead of defaults. |
Reimplemented from org.turro.entities.DefaultElephantEntity.
Definition at line 365 of file StudentsEntities.java.

| String org.turro.entities.StudentsEntities.getExtendedPath | ( | ) |
Gets the extended path for this entity.
Implements org.turro.entities.IElephantEntity.
Definition at line 193 of file StudentsEntities.java.

| String org.turro.entities.StudentsEntities.getExtendedWebPath | ( | ) |
Returns a unique path for the entity.
Implements org.turro.entities.IElephantEntity.
Definition at line 304 of file StudentsEntities.java.
| File org.turro.entities.StudentsEntities.getFile | ( | ) |
Gets the file represented by the entity.
Implements org.turro.entities.IElephantEntity.
Definition at line 198 of file StudentsEntities.java.
| String org.turro.entities.StudentsEntities.getHierarchicalPath | ( | ) |
Gets the hierarchical path for this entity. Mostly used for sorting purposes.
Implements org.turro.entities.IElephantEntity.
Definition at line 166 of file StudentsEntities.java.

| String org.turro.entities.StudentsEntities.getImage | ( | ) |
Gets the entity image based on its root.
Implements org.turro.entities.IElephantEntity.
Definition at line 146 of file StudentsEntities.java.

| String org.turro.entities.StudentsEntities.getLabel | ( | ) |
Gets the entity label, based on its root.
Implements org.turro.entities.IElephantEntity.
Definition at line 113 of file StudentsEntities.java.

| Object org.turro.entities.StudentsEntities.getLabelCtrl | ( | ) |
Gets the label control, usually a clickable LabelControl class.
Implements org.turro.entities.IElephantEntity.
Definition at line 138 of file StudentsEntities.java.

| String org.turro.entities.StudentsEntities.getName | ( | ) |
Gets the entity name.
Implements org.turro.entities.IElephantEntity.
Definition at line 97 of file StudentsEntities.java.

| IElephantEntity org.turro.entities.StudentsEntities.getParent | ( | ) |
Gets the parent for this entity.
Implements org.turro.entities.IElephantEntity.
Definition at line 171 of file StudentsEntities.java.


| String org.turro.entities.StudentsEntities.getUserContext | ( | ) |
Returns the user context for this type of entity
Implements org.turro.entities.IElephantEntity.
Definition at line 309 of file StudentsEntities.java.

|
protected |
Reimplemented from org.turro.entities.DefaultElephantEntity.
Definition at line 321 of file StudentsEntities.java.
| boolean org.turro.entities.StudentsEntities.showEntity | ( | ) |
Shows the view for the entity.
Implements org.turro.entities.IElephantEntity.
Definition at line 211 of file StudentsEntities.java.

| boolean org.turro.entities.StudentsEntities.showPath | ( | ) |
Shows the view for this path.
Implements org.turro.entities.IElephantEntity.
Definition at line 203 of file StudentsEntities.java.
