- idToKey(Integer) - Method in class com.buckosoft.BuckoVidLib.web.BVLRestServiceImpl
-
- ImageController - Class in com.buckosoft.BuckoVidLib.web
-
The Spring controller to fetch images (background art)
- ImageController() - Constructor for class com.buckosoft.BuckoVidLib.web.ImageController
-
Bean constructor - instantiated by Spring
- intToKey(int) - Static method in class com.buckosoft.BuckoVidLib.util.DomainConverter
-
Use a base 36 string for the REST video key.
- isAdmin(HttpServletRequest) - Method in interface com.buckosoft.BuckoVidLib.business.BuckoVidLib
-
Is this user an Admin?
- isAdmin(HttpServletRequest) - Method in class com.buckosoft.BuckoVidLib.business.BuckoVidLibImpl
-
- isAdmin() - Method in class com.buckosoft.BuckoVidLib.domain.rest.RestUser
-
Does this User have admin privileges?
- isAdmin() - Method in class com.buckosoft.BuckoVidLib.domain.User
-
Is this user an admin?
- isAllowRestricted(HttpServletRequest) - Method in interface com.buckosoft.BuckoVidLib.business.BuckoVidLib
-
Is this user allowed access to the restricted sections, and does he want to see them?
- isAllowRestricted(HttpServletRequest) - Method in class com.buckosoft.BuckoVidLib.business.BuckoVidLibImpl
-
- isEnabled(String) - Static method in class com.buckosoft.BuckoVidLib.util.ConfigManager
-
Returns false unless the requested key is defined as true
- isHideRestricted(HttpServletRequest) - Method in interface com.buckosoft.BuckoVidLib.business.BuckoVidLib
-
- isHideRestricted(HttpServletRequest) - Method in class com.buckosoft.BuckoVidLib.business.BuckoVidLibImpl
-
- isHideRestricted() - Method in class com.buckosoft.BuckoVidLib.domain.rest.RestUser
-
Even though this user has access to the Restricted Sections, does he wish to avert his eyes?
- isHideRestricted() - Method in class com.buckosoft.BuckoVidLib.domain.User
-
Perhaps the User wants to hide the restricted sections, even though he's authorized.
- isRestricted() - Method in class com.buckosoft.BuckoVidLib.domain.LibrarySection
-
- isUnrestricted() - Method in class com.buckosoft.BuckoVidLib.domain.rest.RestUser
-
Can this User browse the restricted sections of the Library? (Nicholas Flamel is not in there)
- isUnrestricted() - Method in class com.buckosoft.BuckoVidLib.domain.User
-
Is this user allowed access to the restricted areas of the library?