-
Notifications
You must be signed in to change notification settings - Fork 6
Doc jam missions 2011 05 20
apex-commons edited this page May 10, 2011
·
1 revision
These functional groups represent the most common use cases for Apex-Lang.
How To Use
- Managed or Unmanaged
- Updating Managed / Updated Unmanaged
- Use Just What You Need
- Avoiding Namespace Collision with Unmanaged
String Manipulation
- Character
- StringUtils
- WordUtils
General Utilities
- SOQL Builder
- Sorting
- Pagination - http://richardvanhook.com/2009/08/03/visualforce-pagination-with-apex-lang/
Collection Utilities
- ArrayUtils
- MapUtils
- SetUtils
Platform Services
- DatabaseUtils
- EmailUtils
- HTTPUtils
- JSONUtils
- LanguageUtils
- PageUtils
- SystemUtils
- URLUtils
- UserUtils
Data Type Utilities
- BooleanUtils
- Ranges (Decimal, Integer, Long)
- NumberUtils
- SObjectUtils
Miscellaneous
- Stopwatch
- RandomUtils