com.mf.roundhouse.core.delegate
Class UserPropertyDelegate

java.lang.Object
  extended byBaseDelegate
      extended bycom.mf.roundhouse.core.delegate.RoundhouseDelegate
          extended bycom.mf.roundhouse.core.delegate.UserPropertyDelegate

public class UserPropertyDelegate
extends RoundhouseDelegate

Provide delgate behavior for the UserProperty and UserPropertyEntry objects in the System. UserPropertyEntry Objects are associated with each user and defined by the UserProperty objects in the System. UserProperty objects are essentially meta data and UserPropertyEntry objects are the values for that user.

Author:
ghester
See Also:
Serialized Form

Constructor Summary
UserPropertyDelegate()
           
 
Method Summary
 java.lang.String getDefaultString(RoundhouseObject anObject)
          Answer the default string representation of the delegated class
 java.lang.Class getDelegatedClass()
          Answer the delegated class.
 java.util.Collection retrieveAllProperties()
          Find all available UserProperty objects in the system.
 java.util.Collection retrieveByCategory(java.lang.String category)
          Find all of the UserProperty objects in the system which have a category matching the given category.
 UserProperty retrieveByName(java.lang.String name)
          Find a UserProperty object in the system given the property name.
 
Methods inherited from class com.mf.roundhouse.core.delegate.RoundhouseDelegate
getDisplayUrl, searchObjects
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserPropertyDelegate

public UserPropertyDelegate()
Method Detail

getDefaultString

public java.lang.String getDefaultString(RoundhouseObject anObject)
Answer the default string representation of the delegated class

Specified by:
getDefaultString in class RoundhouseDelegate

getDelegatedClass

public java.lang.Class getDelegatedClass()
Answer the delegated class.


retrieveAllProperties

public java.util.Collection retrieveAllProperties()
Find all available UserProperty objects in the system. Return null if none are found.


retrieveByCategory

public java.util.Collection retrieveByCategory(java.lang.String category)
Find all of the UserProperty objects in the system which have a category matching the given category. Return null if none are found.


retrieveByName

public UserProperty retrieveByName(java.lang.String name)
Find a UserProperty object in the system given the property name. Return null if not found.



Copyright © 2004 Media Fortress, LLC. Licensed for commercial use under the Apache 2.0 License.