Class Channel.AllChannel
java.lang.Object
org.deltava.beans.cooler.Channel
org.deltava.beans.cooler.Channel.AllChannel
- All Implemented Interfaces:
Serializable
,Cloneable
,Comparable<Channel>
,Auditable
,ComboAlias
,ViewEntry
,Cacheable
- Enclosing class:
Channel
- Since:
- 1.0
- Version:
- 11.0
- Author:
- Luke
-
Nested Class Summary
Nested classes/interfaces inherited from class org.deltava.beans.cooler.Channel
Channel.AllChannel, Channel.InfoType
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal int
Returns the alias to use in the HTML <OPTION> element.Returns the visible name to use in the HTML <OPTION> element.final Collection
<String> Returns the roles notified when a new post is created in this Channel.final Collection
<String> Returns the roles authorized to access this Channel.final Collection
<String> Returns the roles authorized to post in this Channel.Methods inherited from class org.deltava.beans.cooler.Channel
addAirline, addRole, cacheKey, equals, getActive, getAirlines, getAllowNewPosts, getAuditID, getDescription, getLastSubject, getLastThreadID, getName, getPostCount, getRowClassName, getThreadCount, getViewCount, hasAirline, hashCode, setActive, setAirlines, setAllowNewPosts, setDescription, setLastSubject, setLastThreadID, setPostCount, setRoles, setThreadCount, setViewCount, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.deltava.beans.Auditable
getAuditType, isCrossApp
-
Constructor Details
-
AllChannel
-
-
Method Details
-
getComboName
Description copied from interface:ComboAlias
Returns the visible name to use in the HTML <OPTION> element.- Specified by:
getComboName
in interfaceComboAlias
- Overrides:
getComboName
in classChannel
- Returns:
- The visible name for this entry
-
getComboAlias
Description copied from interface:ComboAlias
Returns the alias to use in the HTML <OPTION> element.- Specified by:
getComboAlias
in interfaceComboAlias
- Overrides:
getComboAlias
in classChannel
- Returns:
- The alias for this entry
-
getReadRoles
Description copied from class:Channel
Returns the roles authorized to access this Channel.- Overrides:
getReadRoles
in classChannel
- Returns:
- a Collection of roles authorized to view this Channel
- See Also:
-
getWriteRoles
Description copied from class:Channel
Returns the roles authorized to post in this Channel.- Overrides:
getWriteRoles
in classChannel
- Returns:
- a Collection of roles authorized to view this Channel
- See Also:
-
getNotifyRoles
Description copied from class:Channel
Returns the roles notified when a new post is created in this Channel.- Overrides:
getNotifyRoles
in classChannel
- Returns:
- a Collection of roles
- See Also:
-
compareTo
-